Modification de trop de choses pr tt dire ici...
This commit is contained in:
@@ -25,8 +25,13 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a title="Download" href="<c:url value="/download.htm"><c:param name="articleId" value="${article.id}"/></c:url>">Download<img
|
||||
src="./images/cc-download_manager-32x32.png" alt="Download" /></a></td>
|
||||
<td><a href="<c:url value="listReport.htm?id=${article.id}"/>"><fmt:message key="validate.report" /></a></td>
|
||||
src="./images/cc-download_manager-32x32.png" alt="Download" /></a></td>
|
||||
<c:if test="${article.state == 'EVALUATED' or article.state == 'REJECTED' or article.state == 'ACCEPTED'}">
|
||||
<td><a href="<c:url value="listReport.htm?id=${article.id}"/>"><fmt:message key="validate.report" /></a></td>
|
||||
</c:if>
|
||||
<c:if test="${article.state == 'SUBMITED'}">
|
||||
<td> </td>
|
||||
</c:if>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user