Choose conference BLINDE

bug choose conf regle
This commit is contained in:
Nicolas Michard
2008-02-06 17:01:57 +00:00
parent 85876487e7
commit e97ec906e8
6 changed files with 80 additions and 11 deletions

View File

@@ -6,12 +6,23 @@
<h2 align="center">Choose a conference</h2>
<c:if test="${errorMessage != null}">
<span class="formError">
<c:choose>
<c:when test="${errorMessage == 1}"><fmt:message key="message.error.noconferenceforthisid" /></c:when>
<c:when test="${errorMessage == 2}"><fmt:message key="message.error.noconferenceid" /></c:when>
<c:otherwise><fmt:message key="message.error.conferenceerror" /></c:otherwise>
</c:choose>
</span><br />
</c:if>
Choix de la conference <br /><br />
<c:if test="${idCurrentConference!=null}">
La conf<6E>rence courante est : ${idCurrentConference}.<br /><br />
<c:if test="${currentConferenceId!=null}">
La conf<6E>rence courante est : ${currentConference.title}.<br /><br />
</c:if>
<c:if test="${idCurrentConference==null}">
<c:if test="${currentConferenceId==null}">
Il n'y a pas de conf<6E>rence s<>lectionn<6E>.<br /><br />
</c:if>