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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user