Correction générale

This commit is contained in:
Frederic Debuire
2008-02-25 23:22:25 +00:00
parent 90f615cbab
commit 87e8364511
32 changed files with 372 additions and 242 deletions

View File

@@ -171,7 +171,20 @@ var CritereManager = Class.create({
<c:otherwise>
<fmt:message key="conference.titleAdd" />
</c:otherwise>
</c:choose></h4>
</c:choose></h4>
<c:choose>
<c:when test="${currentConference != null and currentConference.currentPhase != 'CALL_FOR_PAPER'}">
<div class="warningBox">
Sorry, you can't modify anymore this part of the conference because the call for paper is already over.
</div>
<form:form commandName="formConference">
<input type="submit" name="_target2" value="Back">
<input type="submit" name="_target4" value="Next" />
</form:form>
</c:when>
<c:otherwise>
<fmt:message key="step">
<fmt:param value="4" />
@@ -272,9 +285,9 @@ var CritereManager = Class.create({
<script type="text/javascript">
init();
</script>
<a href="<c:url value="main.htm"/>">Home</a>
</script>
</c:otherwise>
</c:choose>
</body>
</html>