modifs de position de la moyennes
This commit is contained in:
@@ -15,6 +15,25 @@
|
|||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${not empty listReport }">
|
<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">
|
<c:forEach items="${listReport}" var="report" varStatus="current">
|
||||||
|
|
||||||
<div id="account_data">
|
<div id="account_data">
|
||||||
@@ -44,21 +63,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
|
|
||||||
|
|
||||||
<authz:authorize ifAllGranted="ROLE_CHAIRMAN">
|
</c:when>
|
||||||
<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:otherwise>
|
<c:otherwise>
|
||||||
|
|
||||||
<div id="account_data">
|
<div id="account_data">
|
||||||
|
|||||||
Reference in New Issue
Block a user