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:
@@ -60,6 +60,11 @@ user.information.followconference={0,choice, 0#You don''t have any conference |
|
||||
|
||||
###################
|
||||
# USER MENU
|
||||
|
||||
menu.general.title=Main
|
||||
menu.general.userBoard=User Board
|
||||
menu.general.confInfo=Conference's informations
|
||||
|
||||
menu.chairman.title=Chairman
|
||||
menu.chairman.conference.create=Create new conference
|
||||
menu.chairman.conference.modify=Modify this conference
|
||||
|
||||
@@ -12,6 +12,20 @@
|
||||
|
||||
<c:if test="${currentConferenceId != null}">
|
||||
|
||||
|
||||
<!-- MENU : ROLE_USER for general option -->
|
||||
<authz:authorize ifAllGranted="ROLE_USER">
|
||||
<div id="mainmenubloc">
|
||||
<h4><fmt:message key="menu.general.title" /></h4>
|
||||
<ul>
|
||||
<li><a href="<c:url value="userBoard.htm"/>"><fmt:message key="menu.general.userBoard" /></a></li>
|
||||
<li><a href="<c:url value="main.htm"/>"><fmt:message key="menu.general.confInfo" /></a></li>
|
||||
</ul>
|
||||
<div id="footer"></div>
|
||||
</div>
|
||||
</authz:authorize>
|
||||
|
||||
|
||||
<!-- MENU : CHAIRMAN -->
|
||||
<authz:authorize ifAllGranted="ROLE_CHAIRMAN">
|
||||
<div id="mainmenubloc">
|
||||
|
||||
@@ -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