Correction générale
This commit is contained in:
@@ -62,25 +62,25 @@
|
||||
<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
|
||||
<b>.pdf </b>
|
||||
</c:if>
|
||||
<c:if test="${currentConference.typeLatec == true}">
|
||||
.tex
|
||||
<b>.tex </b>
|
||||
</c:if>
|
||||
<c:if test="${currentConference.typeWord == true}">
|
||||
.doc .docx
|
||||
<b>.doc .docx </b>
|
||||
</c:if>
|
||||
<c:if test="${currentConference.typeODT == true}">
|
||||
.odt
|
||||
<b>.odt </b>
|
||||
</c:if>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
Any file's type.
|
||||
<b>Any file's type.</b>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
|
||||
<br /><br />
|
||||
Other informations about the submission: ${currentConference.sendInfo}
|
||||
Other informations about the submission: <b>${currentConference.sendInfo}</b>
|
||||
|
||||
</div>
|
||||
<br />
|
||||
|
||||
Reference in New Issue
Block a user