creation du rapport
This commit is contained in:
@@ -4,8 +4,34 @@
|
||||
<head></head>
|
||||
<body>
|
||||
|
||||
<H2>succeed in evaluation</H2>
|
||||
<H2><fmt:message key="evaluation.headPage"/></H2>
|
||||
<table>
|
||||
|
||||
<tr>
|
||||
<td><fmt:message key="evaluation.titleArticle"/></td>
|
||||
<td><c:out value="${report.article.title}"/></td>
|
||||
</tr>
|
||||
|
||||
<c:forEach items="${report.ratings}" var="rating" varStatus="j">
|
||||
<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><c:out value="${report.commentPCMember}"/></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><fmt:message key="evaluation.commentAuthor"/></td>
|
||||
<td><c:out value="${report.commentAuthor}"/></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<a href="<c:url value="main.htm"/>">Home</a>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user