feat: add new state and remove text indication on planning

This commit is contained in:
Azerothwav 2024-11-04 16:23:01 +01:00
parent 680dd69afc
commit 9b4ce0aac4
4 changed files with 440 additions and 80 deletions

View File

@ -130,17 +130,19 @@ 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}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>AM : Au bureau</span>
<span>AM</span>
</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 : Absent</span>
<span>AM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
@ -151,7 +153,7 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>AM : Au bureau</span>
<span>AM</span>
</c:if>
</div>
<div class="flex items-center">
@ -159,17 +161,19 @@ 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}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>PM : Au bureau</span>
<span>PM</span>
</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>PM : Absent</span>
<span>PM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
@ -180,7 +184,7 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>PM : Au bureau</span>
<span>PM</span>
</c:if>
</div>
</div>
@ -192,17 +196,19 @@ 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}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>AM : Au bureau</span>
<span>AM</span>
</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 : Absent</span>
<span>AM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
@ -213,7 +219,7 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>AM : Au bureau</span>
<span>AM</span>
</c:if>
</div>
<div class="flex items-center">
@ -221,17 +227,19 @@ 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}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>PM : Au bureau</span>
<span>PM</span>
</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>PM : Absent</span>
<span>PM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
@ -242,7 +250,7 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>PM : Au bureau</span>
<span>PM</span>
</c:if>
</div>
</div>
@ -254,17 +262,19 @@ 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}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>AM : Au bureau</span>
<span>AM</span>
</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 : Absent</span>
<span>AM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
@ -275,7 +285,7 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>AM : Au bureau</span>
<span>AM</span>
</c:if>
</div>
<div class="flex items-center">
@ -283,17 +293,19 @@ 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}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>PM : Au bureau</span>
<span>PM</span>
</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>PM : Absent</span>
<span>PM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
@ -304,7 +316,7 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>PM : Au bureau</span>
<span>PM</span>
</c:if>
</div>
</div>
@ -316,17 +328,19 @@ 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}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>AM : Au bureau</span>
<span>AM</span>
</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 : Absent</span>
<span>AM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
@ -337,7 +351,7 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>AM : Au bureau</span>
<span>AM</span>
</c:if>
</div>
<div class="flex items-center">
@ -345,17 +359,19 @@ 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}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>PM : Au bureau</span>
<span>PM</span>
</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>PM : Absent</span>
<span>PM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
@ -366,7 +382,7 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>PM : Au bureau</span>
<span>PM</span>
</c:if>
</div>
</div>
@ -378,17 +394,19 @@ 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}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>AM : Au bureau</span>
<span>AM</span>
</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 : Absent</span>
<span>AM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
@ -399,7 +417,7 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>AM : Au bureau</span>
<span>AM</span>
</c:if>
</div>
<div class="flex items-center">
@ -407,17 +425,19 @@ 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}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>PM : Au bureau</span>
<span>PM</span>
</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>PM : Absent</span>
<span>PM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
@ -428,7 +448,7 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>PM : Au bureau</span>
<span>PM</span>
</c:if>
</div>
</div>

View File

@ -101,6 +101,22 @@ uri="http://java.sun.com/jsp/jstl/core" %>
>Absent</label
>
</div>
<div
class="flex items-center ps-4 border border-gray-200 rounded w-[100%]"
>
<input
id="bordered-radio-2"
type="radio"
value="0"
name="<%= weekDates.get(0) %>_am"
class="w-[4dvw] h-4 text-blue-600 bg-gray-100 border-gray-300 focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600"
/>
<label
for="bordered-radio-2"
class="w-full py-4 ms-2 text-sm font-medium text-gray-900 dark:text-gray-300"
>Sur chantier</label
>
</div>
</div>
</div>
<div class="relative mb-6">
@ -139,6 +155,22 @@ uri="http://java.sun.com/jsp/jstl/core" %>
>Absent</label
>
</div>
<div
class="flex items-center ps-4 border border-gray-200 rounded w-[100%]"
>
<input
id="bordered-radio-2"
type="radio"
value="0"
name="<%= weekDates.get(0) %>_pm"
class="w-[4dvw] h-4 text-blue-600 bg-gray-100 border-gray-300 focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600"
/>
<label
for="bordered-radio-2"
class="w-full py-4 ms-2 text-sm font-medium text-gray-900 dark:text-gray-300"
>Sur chantier</label
>
</div>
</div>
</div>
</div>
@ -183,6 +215,22 @@ uri="http://java.sun.com/jsp/jstl/core" %>
>Absent</label
>
</div>
<div
class="flex items-center ps-4 border border-gray-200 rounded w-[100%]"
>
<input
id="bordered-radio-2"
type="radio"
value="0"
name="<%= weekDates.get(1) %>_am"
class="w-[4dvw] h-4 text-blue-600 bg-gray-100 border-gray-300 focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600"
/>
<label
for="bordered-radio-2"
class="w-full py-4 ms-2 text-sm font-medium text-gray-900 dark:text-gray-300"
>Sur chantier</label
>
</div>
</div>
</div>
<div class="relative mb-6">
@ -221,6 +269,22 @@ uri="http://java.sun.com/jsp/jstl/core" %>
>Absent</label
>
</div>
<div
class="flex items-center ps-4 border border-gray-200 rounded w-[100%]"
>
<input
id="bordered-radio-2"
type="radio"
value="0"
name="<%= weekDates.get(1) %>_pm"
class="w-[4dvw] h-4 text-blue-600 bg-gray-100 border-gray-300 focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600"
/>
<label
for="bordered-radio-2"
class="w-full py-4 ms-2 text-sm font-medium text-gray-900 dark:text-gray-300"
>Sur chantier</label
>
</div>
</div>
</div>
</div>
@ -264,6 +328,22 @@ uri="http://java.sun.com/jsp/jstl/core" %>
>Absent</label
>
</div>
<div
class="flex items-center ps-4 border border-gray-200 rounded w-[100%]"
>
<input
id="bordered-radio-2"
type="radio"
value="0"
name="<%= weekDates.get(2) %>_am"
class="w-[4dvw] h-4 text-blue-600 bg-gray-100 border-gray-300 focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600"
/>
<label
for="bordered-radio-2"
class="w-full py-4 ms-2 text-sm font-medium text-gray-900 dark:text-gray-300"
>Sur chantier</label
>
</div>
</div>
</div>
<div class="relative mb-6">
@ -302,6 +382,22 @@ uri="http://java.sun.com/jsp/jstl/core" %>
>Absent</label
>
</div>
<div
class="flex items-center ps-4 border border-gray-200 rounded w-[100%]"
>
<input
id="bordered-radio-2"
type="radio"
value="0"
name="<%= weekDates.get(2) %>_pm"
class="w-[4dvw] h-4 text-blue-600 bg-gray-100 border-gray-300 focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600"
/>
<label
for="bordered-radio-2"
class="w-full py-4 ms-2 text-sm font-medium text-gray-900 dark:text-gray-300"
>Sur chantier</label
>
</div>
</div>
</div>
</div>
@ -345,6 +441,22 @@ uri="http://java.sun.com/jsp/jstl/core" %>
>Absent</label
>
</div>
<div
class="flex items-center ps-4 border border-gray-200 rounded w-[100%]"
>
<input
id="bordered-radio-2"
type="radio"
value="0"
name="<%= weekDates.get(3) %>_am"
class="w-[4dvw] h-4 text-blue-600 bg-gray-100 border-gray-300 focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600"
/>
<label
for="bordered-radio-2"
class="w-full py-4 ms-2 text-sm font-medium text-gray-900 dark:text-gray-300"
>Sur chantier</label
>
</div>
</div>
</div>
<div class="relative mb-6">
@ -383,6 +495,22 @@ uri="http://java.sun.com/jsp/jstl/core" %>
>Absent</label
>
</div>
<div
class="flex items-center ps-4 border border-gray-200 rounded w-[100%]"
>
<input
id="bordered-radio-2"
type="radio"
value="0"
name="<%= weekDates.get(3) %>_pm"
class="w-[4dvw] h-4 text-blue-600 bg-gray-100 border-gray-300 focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600"
/>
<label
for="bordered-radio-2"
class="w-full py-4 ms-2 text-sm font-medium text-gray-900 dark:text-gray-300"
>Sur chantier</label
>
</div>
</div>
</div>
</div>
@ -426,6 +554,22 @@ uri="http://java.sun.com/jsp/jstl/core" %>
>Absent</label
>
</div>
<div
class="flex items-center ps-4 border border-gray-200 rounded w-[100%]"
>
<input
id="bordered-radio-2"
type="radio"
value="0"
name="<%= weekDates.get(4) %>_am"
class="w-[4dvw] h-4 text-blue-600 bg-gray-100 border-gray-300 focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600"
/>
<label
for="bordered-radio-2"
class="w-full py-4 ms-2 text-sm font-medium text-gray-900 dark:text-gray-300"
>Sur chantier</label
>
</div>
</div>
</div>
<div class="relative mb-6">
@ -464,6 +608,22 @@ uri="http://java.sun.com/jsp/jstl/core" %>
>Absent</label
>
</div>
<div
class="flex items-center ps-4 border border-gray-200 rounded w-[100%]"
>
<input
id="bordered-radio-2"
type="radio"
value="0"
name="<%= weekDates.get(4) %>_pm"
class="w-[4dvw] h-4 text-blue-600 bg-gray-100 border-gray-300 focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600"
/>
<label
for="bordered-radio-2"
class="w-full py-4 ms-2 text-sm font-medium text-gray-900 dark:text-gray-300"
>Sur chantier</label
>
</div>
</div>
</div>
</div>

View File

@ -130,17 +130,19 @@ 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}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>AM : Au bureau</span>
<span>AM</span>
</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 : Absent</span>
<span>AM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
@ -151,7 +153,7 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>AM : Au bureau</span>
<span>AM</span>
</c:if>
</div>
<div class="flex items-center">
@ -159,17 +161,19 @@ 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}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>PM : Au bureau</span>
<span>PM</span>
</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>PM : Absent</span>
<span>PM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
@ -180,7 +184,7 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>PM : Au bureau</span>
<span>PM</span>
</c:if>
</div>
</div>
@ -192,17 +196,19 @@ 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}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>AM : Au bureau</span>
<span>AM</span>
</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 : Absent</span>
<span>AM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
@ -213,7 +219,7 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>AM : Au bureau</span>
<span>AM</span>
</c:if>
</div>
<div class="flex items-center">
@ -221,17 +227,19 @@ 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}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>PM : Au bureau</span>
<span>PM</span>
</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>PM : Absent</span>
<span>PM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
@ -242,7 +250,7 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>PM : Au bureau</span>
<span>PM</span>
</c:if>
</div>
</div>
@ -254,17 +262,19 @@ 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}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>AM : Au bureau</span>
<span>AM</span>
</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 : Absent</span>
<span>AM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
@ -275,7 +285,7 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>AM : Au bureau</span>
<span>AM</span>
</c:if>
</div>
<div class="flex items-center">
@ -283,17 +293,19 @@ 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}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>PM : Au bureau</span>
<span>PM</span>
</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>PM : Absent</span>
<span>PM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
@ -304,7 +316,7 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>PM : Au bureau</span>
<span>PM</span>
</c:if>
</div>
</div>
@ -316,17 +328,19 @@ 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}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>AM : Au bureau</span>
<span>AM</span>
</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 : Absent</span>
<span>AM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
@ -337,7 +351,7 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>AM : Au bureau</span>
<span>AM</span>
</c:if>
</div>
<div class="flex items-center">
@ -345,17 +359,19 @@ 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}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>PM : Au bureau</span>
<span>PM</span>
</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>PM : Absent</span>
<span>PM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
@ -366,7 +382,7 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>PM : Au bureau</span>
<span>PM</span>
</c:if>
</div>
</div>
@ -378,17 +394,19 @@ 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}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>AM : Au bureau</span>
<span>AM</span>
</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 : Absent</span>
<span>AM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
@ -399,7 +417,7 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>AM : Au bureau</span>
<span>AM</span>
</c:if>
</div>
<div class="flex items-center">
@ -407,17 +425,19 @@ 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}">
<c:if
test="${ventil.ventil == 1 || ventil.ventil == 0}"
>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>PM : Au bureau</span>
<span>PM</span>
</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>PM : Absent</span>
<span>PM</span>
</c:if>
<c:set var="foundVentil" value="true" />
</c:if>
@ -428,7 +448,7 @@ uri="http://java.sun.com/jsp/jstl/core" %>
<div
class="h-2.5 w-2.5 rounded-full bg-green-500 me-2"
></div>
<span>PM : Au bureau</span>
<span>PM</span>
</c:if>
</div>
</div>

View File

@ -101,6 +101,22 @@ uri="http://java.sun.com/jsp/jstl/core" %>
>Absent</label
>
</div>
<div
class="flex items-center ps-4 border border-gray-200 rounded w-[100%]"
>
<input
id="bordered-radio-2"
type="radio"
value="0"
name="<%= weekDates.get(0) %>_am"
class="w-[4dvw] h-4 text-blue-600 bg-gray-100 border-gray-300 focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600"
/>
<label
for="bordered-radio-2"
class="w-full py-4 ms-2 text-sm font-medium text-gray-900 dark:text-gray-300"
>Sur chantier</label
>
</div>
</div>
</div>
<div class="relative mb-6">
@ -139,6 +155,22 @@ uri="http://java.sun.com/jsp/jstl/core" %>
>Absent</label
>
</div>
<div
class="flex items-center ps-4 border border-gray-200 rounded w-[100%]"
>
<input
id="bordered-radio-2"
type="radio"
value="0"
name="<%= weekDates.get(0) %>_pm"
class="w-[4dvw] h-4 text-blue-600 bg-gray-100 border-gray-300 focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600"
/>
<label
for="bordered-radio-2"
class="w-full py-4 ms-2 text-sm font-medium text-gray-900 dark:text-gray-300"
>Sur chantier</label
>
</div>
</div>
</div>
</div>
@ -183,6 +215,22 @@ uri="http://java.sun.com/jsp/jstl/core" %>
>Absent</label
>
</div>
<div
class="flex items-center ps-4 border border-gray-200 rounded w-[100%]"
>
<input
id="bordered-radio-2"
type="radio"
value="0"
name="<%= weekDates.get(1) %>_am"
class="w-[4dvw] h-4 text-blue-600 bg-gray-100 border-gray-300 focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600"
/>
<label
for="bordered-radio-2"
class="w-full py-4 ms-2 text-sm font-medium text-gray-900 dark:text-gray-300"
>Sur chantier</label
>
</div>
</div>
</div>
<div class="relative mb-6">
@ -221,6 +269,22 @@ uri="http://java.sun.com/jsp/jstl/core" %>
>Absent</label
>
</div>
<div
class="flex items-center ps-4 border border-gray-200 rounded w-[100%]"
>
<input
id="bordered-radio-2"
type="radio"
value="0"
name="<%= weekDates.get(1) %>_pm"
class="w-[4dvw] h-4 text-blue-600 bg-gray-100 border-gray-300 focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600"
/>
<label
for="bordered-radio-2"
class="w-full py-4 ms-2 text-sm font-medium text-gray-900 dark:text-gray-300"
>Sur chantier</label
>
</div>
</div>
</div>
</div>
@ -264,6 +328,22 @@ uri="http://java.sun.com/jsp/jstl/core" %>
>Absent</label
>
</div>
<div
class="flex items-center ps-4 border border-gray-200 rounded w-[100%]"
>
<input
id="bordered-radio-2"
type="radio"
value="0"
name="<%= weekDates.get(2) %>_am"
class="w-[4dvw] h-4 text-blue-600 bg-gray-100 border-gray-300 focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600"
/>
<label
for="bordered-radio-2"
class="w-full py-4 ms-2 text-sm font-medium text-gray-900 dark:text-gray-300"
>Sur chantier</label
>
</div>
</div>
</div>
<div class="relative mb-6">
@ -302,6 +382,22 @@ uri="http://java.sun.com/jsp/jstl/core" %>
>Absent</label
>
</div>
<div
class="flex items-center ps-4 border border-gray-200 rounded w-[100%]"
>
<input
id="bordered-radio-2"
type="radio"
value="0"
name="<%= weekDates.get(2) %>_pm"
class="w-[4dvw] h-4 text-blue-600 bg-gray-100 border-gray-300 focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600"
/>
<label
for="bordered-radio-2"
class="w-full py-4 ms-2 text-sm font-medium text-gray-900 dark:text-gray-300"
>Sur chantier</label
>
</div>
</div>
</div>
</div>
@ -345,6 +441,22 @@ uri="http://java.sun.com/jsp/jstl/core" %>
>Absent</label
>
</div>
<div
class="flex items-center ps-4 border border-gray-200 rounded w-[100%]"
>
<input
id="bordered-radio-2"
type="radio"
value="0"
name="<%= weekDates.get(3) %>_am"
class="w-[4dvw] h-4 text-blue-600 bg-gray-100 border-gray-300 focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600"
/>
<label
for="bordered-radio-2"
class="w-full py-4 ms-2 text-sm font-medium text-gray-900 dark:text-gray-300"
>Sur chantier</label
>
</div>
</div>
</div>
<div class="relative mb-6">
@ -383,6 +495,22 @@ uri="http://java.sun.com/jsp/jstl/core" %>
>Absent</label
>
</div>
<div
class="flex items-center ps-4 border border-gray-200 rounded w-[100%]"
>
<input
id="bordered-radio-2"
type="radio"
value="0"
name="<%= weekDates.get(3) %>_pm"
class="w-[4dvw] h-4 text-blue-600 bg-gray-100 border-gray-300 focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600"
/>
<label
for="bordered-radio-2"
class="w-full py-4 ms-2 text-sm font-medium text-gray-900 dark:text-gray-300"
>Sur chantier</label
>
</div>
</div>
</div>
</div>
@ -426,6 +554,22 @@ uri="http://java.sun.com/jsp/jstl/core" %>
>Absent</label
>
</div>
<div
class="flex items-center ps-4 border border-gray-200 rounded w-[100%]"
>
<input
id="bordered-radio-2"
type="radio"
value="0"
name="<%= weekDates.get(4) %>_am"
class="w-[4dvw] h-4 text-blue-600 bg-gray-100 border-gray-300 focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600"
/>
<label
for="bordered-radio-2"
class="w-full py-4 ms-2 text-sm font-medium text-gray-900 dark:text-gray-300"
>Sur chantier</label
>
</div>
</div>
</div>
<div class="relative mb-6">
@ -464,6 +608,22 @@ uri="http://java.sun.com/jsp/jstl/core" %>
>Absent</label
>
</div>
<div
class="flex items-center ps-4 border border-gray-200 rounded w-[100%]"
>
<input
id="bordered-radio-2"
type="radio"
value="0"
name="<%= weekDates.get(4) %>_pm"
class="w-[4dvw] h-4 text-blue-600 bg-gray-100 border-gray-300 focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600"
/>
<label
for="bordered-radio-2"
class="w-full py-4 ms-2 text-sm font-medium text-gray-900 dark:text-gray-300"
>Sur chantier</label
>
</div>
</div>
</div>
</div>