report list
list article
This commit is contained in:
@@ -10,39 +10,40 @@
|
||||
You have successfully evaluated the article.<br/>
|
||||
You can modify your evaluation immediately or later.<br/>
|
||||
</p>
|
||||
|
||||
<div id="account_data">
|
||||
<p class="legend">Article</p>
|
||||
<fieldset>
|
||||
<div>
|
||||
<label><fmt:message key="evaluation.titleArticle" /></label>
|
||||
<span class="content">${report.article.title}</span>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
<p class="legend">Notes</p>
|
||||
<fieldset>
|
||||
<c:forEach items="${report.ratings}" var="rating">
|
||||
<label><fmt:message key="evaluation.note" /> <b>${rating.criterion.name}</b> is : </label>
|
||||
<span class="content">${rating.value}</span><br />
|
||||
</c:forEach>
|
||||
</fieldset>
|
||||
|
||||
<p class="legend">Comments</p>
|
||||
<fieldset>
|
||||
<div>
|
||||
<label><fmt:message key="evaluation.commentPCMember" /></label>
|
||||
<span class="content">${report.commentPCMember}</span>
|
||||
</div>
|
||||
<div>
|
||||
<label><fmt:message key="evaluation.commentAuthor" /></label>
|
||||
<span class="content">${report.commentAuthor}</span>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td><fmt:message key="evaluation.titleArticle" /></td>
|
||||
<td>${report.article.title}</td>
|
||||
</tr>
|
||||
|
||||
<c:forEach items="${report.ratings}" var="rating">
|
||||
<tr>
|
||||
<td><fmt:message key="evaluation.note" /></td>
|
||||
<td>${rating.criterion.name} is:</td>
|
||||
<td>${rating.value}</td>
|
||||
</tr>
|
||||
</c:forEach>
|
||||
|
||||
<tr>
|
||||
<td><fmt:message key="evaluation.commentPCMember" /></td>
|
||||
<td>${report.commentPCMember}</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<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 class="back_link" href="<c:url value="${whereIcome}"/>">Modify the evaluation</a>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user