report list

list article
This commit is contained in:
Nicolas Michard
2008-02-25 15:04:25 +00:00
parent d8a31c0219
commit 812f7f7c06
5 changed files with 122 additions and 84 deletions

View File

@@ -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 }