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