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

@@ -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&nbsp;
<b>.pdf&nbsp;</b>
</c:if>
<c:if test="${conferenceReport.typeLatec == true}">
.tex&nbsp;
<b>.tex&nbsp;</b>
</c:if>
<c:if test="${conferenceReport.typeWord == true}">
.doc&nbsp;.docx&nbsp;
<b>.doc&nbsp;.docx&nbsp;</b>
</c:if>
<c:if test="${conferenceReport.typeODT == true}">
.odt&nbsp;
<b>.odt&nbsp;</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>