Ajout d'un menu main avec l'userBoard et les infos de la conf.

Ajout d'un bouton back lors d'une évaluation
This commit is contained in:
Frederic Debuire
2008-02-23 22:00:43 +00:00
parent e94fdffded
commit 0f4e1c1fa0
4 changed files with 50 additions and 3 deletions

View File

@@ -6,6 +6,11 @@
<h4 class="title"><fmt:message key="evaluation.headPage" /></h4>
<p class="formOk">
You have successfully evaluated the article.<br/>
You can modify your evaluation immediately or later.<br/>
</p>
<table>
<tr>
<td><fmt:message key="evaluation.titleArticle" /></td>
@@ -29,9 +34,15 @@
<td><fmt:message key="evaluation.commentAuthor" /></td>
<td>${report.commentAuthor}</td>
</tr>
<tr>
<td colspan="2">
<a class="back_link" href="<c:url value="${whereIcome}"/>">Modify the evaluation</a>
</td>
</tr>
</table>
<a href="<c:url value="main.htm"/>">Home</a>
</body>
</html>