Multiple corrections
This commit is contained in:
@@ -38,7 +38,39 @@
|
||||
<b><fmt:message key="conference.detail.date.end" /></b> <fmt:formatDate value="${currentConference.dateEnd }" dateStyle="long" /><br /><br />
|
||||
<b><fmt:message key="conference.detail.date.article" /></b> <fmt:formatDate value="${currentConference.dateArticle }" dateStyle="long" /><br />
|
||||
<b><fmt:message key="conference.detail.date.evaluation" /></b> <fmt:formatDate value="${currentConference.dateEvaluation }" dateStyle="long" /><br />
|
||||
</div><br />
|
||||
</div>
|
||||
<h3 class="descriptionTitle">Submission Informations</h3>
|
||||
<div class="textBox">
|
||||
<c:if test="${currentConference.pageNumber != 0}">
|
||||
The number of pages for an article is about ${currentConference.pageNumber}.<br/><br/>
|
||||
</c:if>
|
||||
|
||||
The following file's type are allowed:
|
||||
<c:choose>
|
||||
<c:when test="${currentConference.typePDF == true or currentConference.typeLatec == true or currentConference.typeWord == true or currentConference.typeODT == true}">
|
||||
<c:if test="${currentConference.typePDF == true}">
|
||||
.pdf
|
||||
</c:if>
|
||||
<c:if test="${currentConference.typeLatec == true}">
|
||||
.tex
|
||||
</c:if>
|
||||
<c:if test="${currentConference.typeWord == true}">
|
||||
.doc .docx
|
||||
</c:if>
|
||||
<c:if test="${currentConference.typeODT == true}">
|
||||
.odt
|
||||
</c:if>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
Any file's type.
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
|
||||
<br /><br />
|
||||
Other informations about the submission: ${currentConference.sendInfo}
|
||||
|
||||
</div>
|
||||
<br />
|
||||
<center><a href="<c:url value="submissionArticle.htm" />" class="submitLink"><fmt:message key="conference.detail.link.submit" /></a></center>
|
||||
</c:when>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user