modifs de position de la moyennes
This commit is contained in:
@@ -15,6 +15,25 @@
|
||||
<c:otherwise>
|
||||
<c:choose>
|
||||
<c:when test="${not empty listReport }">
|
||||
|
||||
<div id="account_data">
|
||||
<p class="legend">Statistic of averages</p>
|
||||
<fieldset>
|
||||
<authz:authorize ifAllGranted="ROLE_CHAIRMAN">
|
||||
<table>
|
||||
<c:set var="OneRatings" value="${container[0]}" />
|
||||
<c:forEach items="${OneRatings}" var="rating" varStatus="i">
|
||||
<tr>
|
||||
<td>The average for <b>${rating.criterion.name}</b> is
|
||||
<font color="green">${listMoyenne[i.index]}</font></td>
|
||||
</tr>
|
||||
</c:forEach>
|
||||
|
||||
</table>
|
||||
</authz:authorize>
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
<c:forEach items="${listReport}" var="report" varStatus="current">
|
||||
|
||||
<div id="account_data">
|
||||
@@ -45,20 +64,7 @@
|
||||
</c:forEach>
|
||||
|
||||
|
||||
<authz:authorize ifAllGranted="ROLE_CHAIRMAN">
|
||||
<table>
|
||||
<c:set var="OneRatings" value="${container[0]}" />
|
||||
<c:forEach items="${OneRatings}" var="rating" varStatus="i">
|
||||
<tr>
|
||||
<td>The average for ${rating.criterion.name} is
|
||||
${listMoyenne[i.index]}</td>
|
||||
</tr>
|
||||
</c:forEach>
|
||||
|
||||
</table>
|
||||
</authz:authorize>
|
||||
|
||||
</c:when>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
|
||||
<div id="account_data">
|
||||
|
||||
Reference in New Issue
Block a user