report list
list article
This commit is contained in:
@@ -14,7 +14,12 @@
|
||||
</p>
|
||||
|
||||
|
||||
<center><h2 class="maintitle">${conferenceReport.title}</h2></center>
|
||||
<center><h2 class="maintitle" title="${conferenceReport.title}">
|
||||
${fn:substring(conferenceReport.title, 0, 40)}
|
||||
<c:if test="${fn:length(conferenceReport.title) > 41}">
|
||||
...
|
||||
</c:if>
|
||||
</h2></center>
|
||||
<h3 class="descriptionTitle"><fmt:message key="conference.detail.description" /></h3>
|
||||
<div class="textBox">
|
||||
${conferenceReport.description }
|
||||
|
||||
Reference in New Issue
Block a user