feat: fix last state

This commit is contained in:
Azerothwav 2024-11-04 17:05:31 +01:00
parent 9b4ce0aac4
commit 644fb2d30d
2 changed files with 210 additions and 82 deletions

View File

@ -130,11 +130,9 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<c:forEach items="${user.ventils}" var="ventil">
<c:if test="${ventil.nomJour == 'lundi'}">
<c:if test="${ventil.periode == 'AM'}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<c:if test="${ventil.ventil == 1}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
class="h-2.5 w-2.5 rounded-full bg-yellow-500 me-2"
></div>
<span>AM</span>
</c:if>
@ -144,6 +142,12 @@ uri="http://java.sun.com/jsp/jstl/core" %>
></div>
<span>AM</span>
</c:if>
<c:if test="${ventil.ventil == 0}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>AM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
</c:if>
@ -161,11 +165,9 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<c:forEach items="${user.ventils}" var="ventil">
<c:if test="${ventil.nomJour == 'lundi'}">
<c:if test="${ventil.periode == 'PM'}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<c:if test="${ventil.ventil == 1}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
class="h-2.5 w-2.5 rounded-full bg-yellow-500 me-2"
></div>
<span>PM</span>
</c:if>
@ -175,6 +177,12 @@ uri="http://java.sun.com/jsp/jstl/core" %>
></div>
<span>PM</span>
</c:if>
<c:if test="${ventil.ventil == 0}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>PM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
</c:if>
@ -196,11 +204,9 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<c:forEach items="${user.ventils}" var="ventil">
<c:if test="${ventil.nomJour == 'mardi'}">
<c:if test="${ventil.periode == 'AM'}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<c:if test="${ventil.ventil == 1}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
class="h-2.5 w-2.5 rounded-full bg-yellow-500 me-2"
></div>
<span>AM</span>
</c:if>
@ -210,6 +216,12 @@ uri="http://java.sun.com/jsp/jstl/core" %>
></div>
<span>AM</span>
</c:if>
<c:if test="${ventil.ventil == 0}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>AM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
</c:if>
@ -227,11 +239,9 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<c:forEach items="${user.ventils}" var="ventil">
<c:if test="${ventil.nomJour == 'mardi'}">
<c:if test="${ventil.periode == 'PM'}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<c:if test="${ventil.ventil == 1}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
class="h-2.5 w-2.5 rounded-full bg-yellow-500 me-2"
></div>
<span>PM</span>
</c:if>
@ -241,6 +251,12 @@ uri="http://java.sun.com/jsp/jstl/core" %>
></div>
<span>PM</span>
</c:if>
<c:if test="${ventil.ventil == 0}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>PM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
</c:if>
@ -262,11 +278,9 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<c:forEach items="${user.ventils}" var="ventil">
<c:if test="${ventil.nomJour == 'mercredi'}">
<c:if test="${ventil.periode == 'AM'}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<c:if test="${ventil.ventil == 1}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
class="h-2.5 w-2.5 rounded-full bg-yellow-500 me-2"
></div>
<span>AM</span>
</c:if>
@ -276,6 +290,12 @@ uri="http://java.sun.com/jsp/jstl/core" %>
></div>
<span>AM</span>
</c:if>
<c:if test="${ventil.ventil == 0}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>AM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
</c:if>
@ -293,11 +313,9 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<c:forEach items="${user.ventils}" var="ventil">
<c:if test="${ventil.nomJour == 'mercredi'}">
<c:if test="${ventil.periode == 'PM'}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<c:if test="${ventil.ventil == 1}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
class="h-2.5 w-2.5 rounded-full bg-yellow-500 me-2"
></div>
<span>PM</span>
</c:if>
@ -307,6 +325,12 @@ uri="http://java.sun.com/jsp/jstl/core" %>
></div>
<span>PM</span>
</c:if>
<c:if test="${ventil.ventil == 0}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>PM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
</c:if>
@ -328,11 +352,9 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<c:forEach items="${user.ventils}" var="ventil">
<c:if test="${ventil.nomJour == 'jeudi'}">
<c:if test="${ventil.periode == 'AM'}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<c:if test="${ventil.ventil == 1}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
class="h-2.5 w-2.5 rounded-full bg-yellow-500 me-2"
></div>
<span>AM</span>
</c:if>
@ -342,6 +364,12 @@ uri="http://java.sun.com/jsp/jstl/core" %>
></div>
<span>AM</span>
</c:if>
<c:if test="${ventil.ventil == 0}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>AM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
</c:if>
@ -359,11 +387,9 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<c:forEach items="${user.ventils}" var="ventil">
<c:if test="${ventil.nomJour == 'jeudi'}">
<c:if test="${ventil.periode == 'PM'}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<c:if test="${ventil.ventil == 1}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
class="h-2.5 w-2.5 rounded-full bg-yellow-500 me-2"
></div>
<span>PM</span>
</c:if>
@ -373,6 +399,12 @@ uri="http://java.sun.com/jsp/jstl/core" %>
></div>
<span>PM</span>
</c:if>
<c:if test="${ventil.ventil == 0}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>PM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
</c:if>
@ -394,21 +426,27 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<c:forEach items="${user.ventils}" var="ventil">
<c:if test="${ventil.nomJour == 'vendredi'}">
<c:if test="${ventil.periode == 'AM'}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<c:if test="${ventil.ventil == 1}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
class="h-2.5 w-2.5 rounded-full bg-yellow-500 me-2"
></div>
<span>AM</span>
<c:set var="foundVentil" value="true" />
</c:if>
<c:if test="${ventil.ventil == 2}">
<div
class="h-2.5 w-2.5 rounded-full bg-red-500 me-2"
></div>
<span>AM</span>
<c:set var="foundVentil" value="true" />
</c:if>
<c:if test="${ventil.ventil == 0}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>PM</span>
<c:set var="foundVentil" value="true" />
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
</c:if>
</c:forEach>
@ -425,11 +463,9 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<c:forEach items="${user.ventils}" var="ventil">
<c:if test="${ventil.nomJour == 'vendredi'}">
<c:if test="${ventil.periode == 'PM'}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<c:if test="${ventil.ventil == 1}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
class="h-2.5 w-2.5 rounded-full bg-yellow-500 me-2"
></div>
<span>PM</span>
</c:if>
@ -439,6 +475,12 @@ uri="http://java.sun.com/jsp/jstl/core" %>
></div>
<span>PM</span>
</c:if>
<c:if test="${ventil.ventil == 0}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>PM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
</c:if>
@ -464,6 +506,28 @@ uri="http://java.sun.com/jsp/jstl/core" %>
</c:forEach>
</tbody>
</table>
<div
class="flex space-x-4 text-xs text-gray-700 uppercase bg-gray-50 dark:bg-gray-700 dark:text-gray-400 p-5"
>
<div class="flex">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2 my-auto"
></div>
<span>Sur chantier</span>
</div>
<div class="flex">
<div
class="h-2.5 w-2.5 rounded-full bg-yellow-500 me-2 my-auto"
></div>
<span>Au bureau</span>
</div>
<div class="flex">
<div
class="h-2.5 w-2.5 rounded-full bg-red-500 me-2 my-auto"
></div>
<span>Absent</span>
</div>
</div>
</div>
</div>
</div>

View File

@ -130,11 +130,9 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<c:forEach items="${user.ventils}" var="ventil">
<c:if test="${ventil.nomJour == 'lundi'}">
<c:if test="${ventil.periode == 'AM'}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<c:if test="${ventil.ventil == 1}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
class="h-2.5 w-2.5 rounded-full bg-yellow-500 me-2"
></div>
<span>AM</span>
</c:if>
@ -144,6 +142,12 @@ uri="http://java.sun.com/jsp/jstl/core" %>
></div>
<span>AM</span>
</c:if>
<c:if test="${ventil.ventil == 0}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>AM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
</c:if>
@ -161,11 +165,9 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<c:forEach items="${user.ventils}" var="ventil">
<c:if test="${ventil.nomJour == 'lundi'}">
<c:if test="${ventil.periode == 'PM'}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<c:if test="${ventil.ventil == 1}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
class="h-2.5 w-2.5 rounded-full bg-yellow-500 me-2"
></div>
<span>PM</span>
</c:if>
@ -175,6 +177,12 @@ uri="http://java.sun.com/jsp/jstl/core" %>
></div>
<span>PM</span>
</c:if>
<c:if test="${ventil.ventil == 0}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>PM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
</c:if>
@ -196,11 +204,9 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<c:forEach items="${user.ventils}" var="ventil">
<c:if test="${ventil.nomJour == 'mardi'}">
<c:if test="${ventil.periode == 'AM'}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<c:if test="${ventil.ventil == 1}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
class="h-2.5 w-2.5 rounded-full bg-yellow-500 me-2"
></div>
<span>AM</span>
</c:if>
@ -210,6 +216,12 @@ uri="http://java.sun.com/jsp/jstl/core" %>
></div>
<span>AM</span>
</c:if>
<c:if test="${ventil.ventil == 0}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>AM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
</c:if>
@ -227,11 +239,9 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<c:forEach items="${user.ventils}" var="ventil">
<c:if test="${ventil.nomJour == 'mardi'}">
<c:if test="${ventil.periode == 'PM'}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<c:if test="${ventil.ventil == 1}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
class="h-2.5 w-2.5 rounded-full bg-yellow-500 me-2"
></div>
<span>PM</span>
</c:if>
@ -241,6 +251,12 @@ uri="http://java.sun.com/jsp/jstl/core" %>
></div>
<span>PM</span>
</c:if>
<c:if test="${ventil.ventil == 0}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>PM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
</c:if>
@ -262,11 +278,9 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<c:forEach items="${user.ventils}" var="ventil">
<c:if test="${ventil.nomJour == 'mercredi'}">
<c:if test="${ventil.periode == 'AM'}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<c:if test="${ventil.ventil == 1}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
class="h-2.5 w-2.5 rounded-full bg-yellow-500 me-2"
></div>
<span>AM</span>
</c:if>
@ -276,6 +290,12 @@ uri="http://java.sun.com/jsp/jstl/core" %>
></div>
<span>AM</span>
</c:if>
<c:if test="${ventil.ventil == 0}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>AM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
</c:if>
@ -293,11 +313,9 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<c:forEach items="${user.ventils}" var="ventil">
<c:if test="${ventil.nomJour == 'mercredi'}">
<c:if test="${ventil.periode == 'PM'}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<c:if test="${ventil.ventil == 1}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
class="h-2.5 w-2.5 rounded-full bg-yellow-500 me-2"
></div>
<span>PM</span>
</c:if>
@ -307,6 +325,12 @@ uri="http://java.sun.com/jsp/jstl/core" %>
></div>
<span>PM</span>
</c:if>
<c:if test="${ventil.ventil == 0}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>PM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
</c:if>
@ -328,11 +352,9 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<c:forEach items="${user.ventils}" var="ventil">
<c:if test="${ventil.nomJour == 'jeudi'}">
<c:if test="${ventil.periode == 'AM'}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<c:if test="${ventil.ventil == 1}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
class="h-2.5 w-2.5 rounded-full bg-yellow-500 me-2"
></div>
<span>AM</span>
</c:if>
@ -342,6 +364,12 @@ uri="http://java.sun.com/jsp/jstl/core" %>
></div>
<span>AM</span>
</c:if>
<c:if test="${ventil.ventil == 0}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>AM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
</c:if>
@ -359,11 +387,9 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<c:forEach items="${user.ventils}" var="ventil">
<c:if test="${ventil.nomJour == 'jeudi'}">
<c:if test="${ventil.periode == 'PM'}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<c:if test="${ventil.ventil == 1}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
class="h-2.5 w-2.5 rounded-full bg-yellow-500 me-2"
></div>
<span>PM</span>
</c:if>
@ -373,6 +399,12 @@ uri="http://java.sun.com/jsp/jstl/core" %>
></div>
<span>PM</span>
</c:if>
<c:if test="${ventil.ventil == 0}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>PM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
</c:if>
@ -394,21 +426,27 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<c:forEach items="${user.ventils}" var="ventil">
<c:if test="${ventil.nomJour == 'vendredi'}">
<c:if test="${ventil.periode == 'AM'}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<c:if test="${ventil.ventil == 1}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
class="h-2.5 w-2.5 rounded-full bg-yellow-500 me-2"
></div>
<span>AM</span>
<c:set var="foundVentil" value="true" />
</c:if>
<c:if test="${ventil.ventil == 2}">
<div
class="h-2.5 w-2.5 rounded-full bg-red-500 me-2"
></div>
<span>AM</span>
<c:set var="foundVentil" value="true" />
</c:if>
<c:if test="${ventil.ventil == 0}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>PM</span>
<c:set var="foundVentil" value="true" />
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
</c:if>
</c:forEach>
@ -425,11 +463,9 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<c:forEach items="${user.ventils}" var="ventil">
<c:if test="${ventil.nomJour == 'vendredi'}">
<c:if test="${ventil.periode == 'PM'}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<c:if test="${ventil.ventil == 1}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
class="h-2.5 w-2.5 rounded-full bg-yellow-500 me-2"
></div>
<span>PM</span>
</c:if>
@ -439,6 +475,12 @@ uri="http://java.sun.com/jsp/jstl/core" %>
></div>
<span>PM</span>
</c:if>
<c:if test="${ventil.ventil == 0}">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>PM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
</c:if>
@ -464,6 +506,28 @@ uri="http://java.sun.com/jsp/jstl/core" %>
</c:forEach>
</tbody>
</table>
<div
class="flex space-x-4 text-xs text-gray-700 uppercase bg-gray-50 dark:bg-gray-700 dark:text-gray-400 p-5"
>
<div class="flex">
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2 my-auto"
></div>
<span>Sur chantier</span>
</div>
<div class="flex">
<div
class="h-2.5 w-2.5 rounded-full bg-yellow-500 me-2 my-auto"
></div>
<span>Au bureau</span>
</div>
<div class="flex">
<div
class="h-2.5 w-2.5 rounded-full bg-red-500 me-2 my-auto"
></div>
<span>Absent</span>
</div>
</div>
</div>
</div>
</div>