je sais plus
This commit is contained in:
Nicolas Michard
2008-02-25 10:04:37 +00:00
parent ec8d2c4d18
commit ffefb6f229
11 changed files with 62 additions and 32 deletions

View File

@@ -19,7 +19,12 @@
<div class="cbb button to-right">
<a href="<c:url value="listConference.htm"/>"><fmt:message key="conference.linkMenu.change" /></a>
</div>
<h1>${currentConference.title}</h1>
<h1>
${fn:substring(currentConference.title, 0, 135)}
<c:if test="${fn:length(currentConference.title) > 136}">
...
</c:if>
</h1>
</c:when>
<c:otherwise>
<div class="cbb button to-right">