templates/account/membersInformations/modal/delivery_preference.html.twig line 1
<!-- Horaires d'ouverture -->
<div class="delivery-days-container">
<div class="days-grid">
<div class="modern-checkbox-group">
<input class="modern-checkbox checkDayHourly" type="checkbox" name="hourlyMonday" id="hourlyMonday">
<label class="modern-checkbox-label" for="hourlyMonday">Lundi</label>
</div>
<div class="modern-checkbox-group">
<input class="modern-checkbox checkDayHourly hourlyweek" type="checkbox" name="hourlyTuesday" id="hourlyTuesday">
<label class="modern-checkbox-label" for="hourlyTuesday">Mardi</label>
</div>
<div class="modern-checkbox-group">
<input class="modern-checkbox checkDayHourly hourlyweek" type="checkbox" name="hourlyWednesday" id="hourlyWednesday">
<label class="modern-checkbox-label" for="hourlyWednesday">Mercredi</label>
</div>
<div class="modern-checkbox-group">
<input class="modern-checkbox checkDayHourly hourlyweek" type="checkbox" name="hourlyThursday" id="hourlyThursday">
<label class="modern-checkbox-label" for="hourlyThursday">Jeudi</label>
</div>
<div class="modern-checkbox-group">
<input class="modern-checkbox checkDayHourly hourlyweek" type="checkbox" name="hourlyFriday" id="hourlyFriday">
<label class="modern-checkbox-label" for="hourlyFriday">Vendredi</label>
</div>
<div class="modern-checkbox-group">
<input class="modern-checkbox checkDayHourly hourlyweek" type="checkbox" name="hourlySaturday" id="hourlySaturday">
<label class="modern-checkbox-label" for="hourlySaturday">Samedi</label>
</div>
<div class="modern-checkbox-group">
<input class="modern-checkbox checkDayHourly hourlyweek" type="checkbox" name="hourlySunday" id="hourlySunday">
<label class="modern-checkbox-label" for="hourlySunday">Dimanche</label>
</div>
</div>
<!-- TIMER HORAIRES OUVERTURE -->
<div class="time-picker-section">
<p class="time-picker-label">
<i class="fa-regular fa-clock"></i>
Choisir les heures d'ouverture
</p>
<div class="time-picker-container">
<div class="modern-input-group time-input">
<input type="time" name="hourlyMorningMonday" id="hourlyMorningMonday"
class="modern-input" value="08:30"/>
<label for="hourlyMorningMonday" class="modern-label">Ouverture</label>
</div>
<div class="modern-input-group time-input">
<input type="time" name="hourlyMorningMondayEnd" id="hourlyMorningMondayEnd"
class="modern-input" value="18:30">
<label for="hourlyMorningMondayEnd" class="modern-label">Fermeture</label>
</div>
</div>
</div>
<!-- END TIMER HORAIRES OUVERTURE -->
</div>
<!-- END horaires d'ouverture -->
<!-- Préférences de Livraison -->
<div class="date-addressDelivery modalPrefDelivery mt-4">
<h5 class="title-dataAddressDelivery d-flex justify-content-center fw-bold mt-4 mb-4">Préférences jours et heures de livraison</h5>
</div>
<div class="days-addresDelivery">
<table class="table table-borderless">
<thead>
<tr>
<th class="text-center"><p>Jours</p></th>
<th class="text-center"><p>Matin <i class="fa-regular fa-clock"></i></p></th>
<th class="text-center"><p>Après-midi <i class="fa-regular fa-clock"></i></p></th>
</tr>
</thead>
<tbody>
<tr>
<td class="text-center pipeTimeDeliveryInput">
<div class="form-check">
<input class="form-check-input checkDay" type="checkbox" name="monday" id="monday">
<label class="form-check-label fw-bold" for="monday">Lundi</label>
</div>
</td>
<td class="text-center pipeTimeDeliveryInput">
<div class="morningInputs align-items-center">
<input type="time" name="morningMonday" id="morningMonday" class="form-control timeDeliveryInput" value="08:00"/>
<span class="mx-2 text-center">à</span>
<input type="time" name="morningMondayEnd" id="morningMondayEnd" class="form-control timeDeliveryInput" value="12:00"/>
</div>
</td>
<td class="text-center pipeTimeDeliveryInput">
<div class="afternoonInputs align-items-center">
<input type="time" name="afternoonMonday" id="afternoonMonday" class="form-control timeDeliveryInput" value="13:00"/>
<span class="mx-2 text-center">à</span>
<input type="time" name="afternoonMondayEnd" id="afternoonMondayEnd" class="form-control timeDeliveryInput" value="18:00"/>
</div>
</td>
</tr>
<tr>
<td class="text-center pipeTimeDeliveryInput">
<div class="form-check">
<input class="form-check-input checkDay" type="checkbox" name="tuesday" id="tuesday">
<label class="form-check-label fw-bold" for="tuesday">Mardi</label>
</div>
</td>
<td class="text-center pipeTimeDeliveryInput">
<div class="morningInputs align-items-center">
<input type="time" name="morningTuesday" id="morningTuesday" class="form-control timeDeliveryInput" value="08:00"/>
<span class="mx-2 text-center">à</span>
<input type="time" name="morningTuesdayEnd" id="morningTuesdayEnd" class="form-control timeDeliveryInput" value="12:00"/>
</div>
</td>
<td class="text-center pipeTimeDeliveryInput">
<div class="afternoonInputs align-items-center">
<input type="time" name="afternoonTuesday" id="afternoonTuesday" class="form-control timeDeliveryInput" value="13:00"/>
<span class="mx-2 text-center">à</span>
<input type="time" name="afternoonTuesdayEnd" id="afternoonTuesdayEnd" class="form-control timeDeliveryInput" value="18:00"/>
</div>
</td>
</tr>
<tr>
<td class="text-center pipeTimeDeliveryInput">
<div class="form-check">
<input class="form-check-input checkDay" type="checkbox" name="wednesday" id="wednesday">
<label class="form-check-label fw-bold" for="wednesday">Mercredi</label>
</div>
</td>
<td class="text-center pipeTimeDeliveryInput">
<div class="morningInputs align-items-center">
<input type="time" name="morningWednesday" id="morningWednesday" class="form-control timeDeliveryInput" value="08:00"/>
<span class="mx-2 text-center">à</span>
<input type="time" name="morningWednesdayEnd" id="morningWednesdayEnd" class="form-control timeDeliveryInput" value="12:00"/>
</div>
</td>
<td class="text-center pipeTimeDeliveryInput">
<div class="afternoonInputs align-items-center">
<input type="time" name="afternoonWednesday" id="afternoonWednesday" class="form-control timeDeliveryInput" value="13:00"/>
<span class="mx-2 text-center">à</span>
<input type="time" name="afternoonWednesdayEnd" id="afternoonWednesdayEnd" class="form-control timeDeliveryInput" value="18:00"/>
</div>
</td>
</tr>
<tr>
<td class="text-center pipeTimeDeliveryInput">
<div class="form-check">
<input class="form-check-input checkDay" type="checkbox" name="thursday" id="thursday">
<label class="form-check-label fw-bold" for="thursday">Jeudi</label>
</div>
</td>
<td class="text-center pipeTimeDeliveryInput">
<div class="morningInputs align-items-center">
<input type="time" name="morningThursday" id="morningThursday" class="form-control timeDeliveryInput" value="08:00"/>
<span class="mx-2 text-center">à</span>
<input type="time" name="morningThursdayEnd" id="morningThursdayEnd" class="form-control timeDeliveryInput" value="12:00"/>
</div>
</td>
<td class="text-center pipeTimeDeliveryInput">
<div class="afternoonInputs align-items-center">
<input type="time" name="afternoonThursday" id="afternoonThursday" class="form-control timeDeliveryInput" value="13:00"/>
<span class="mx-2 text-center">à</span>
<input type="time" name="afternoonThursdayEnd" id="afternoonThursdayEnd" class="form-control timeDeliveryInput" value="18:00"/>
</div>
</td>
</tr>
<tr>
<td class="text-center pipeTimeDeliveryInput">
<div class="form-check">
<input class="form-check-input checkDay" type="checkbox" name="friday" id="friday">
<label class="form-check-label fw-bold" for="friday">Vendredi</label>
</div>
</td>
<td class="text-center pipeTimeDeliveryInput">
<div class="morningInputs align-items-center">
<input type="time" name="morningFriday" id="morningFriday" class="form-control timeDeliveryInput" value="08:00"/>
<span class="mx-2 text-center">à</span>
<input type="time" name="morningFridayEnd" id="morningFridayEnd" class="form-control timeDeliveryInput" value="12:00"/>
</div>
</td>
<td class="text-center pipeTimeDeliveryInput">
<div class="afternoonInputs align-items-center">
<input type="time" name="afternoonFriday" id="afternoonFriday" class="form-control timeDeliveryInput" value="13:00"/>
<span class="mx-2 text-center">à</span>
<input type="time" name="afternoonFridayEnd" id="afternoonFridayEnd" class="form-control timeDeliveryInput" value="18:00"/>
</div>
</td>
</tr>
<tr>
<td class="text-center pipeTimeDeliveryInput">
<div class="form-check">
<input class="form-check-input checkDay" type="checkbox" name="saturday" id="saturday">
<label class="form-check-label fw-bold" for="saturday">Samedi</label>
</div>
</td>
<td class="text-center pipeTimeDeliveryInput">
<div class="morningInputs align-items-center">
<input type="time" name="morningSaturday" id="morningSaturday" class="form-control timeDeliveryInput" value="08:00"/>
<span class="mx-2 text-center">à</span>
<input type="time" name="morningSaturdayEnd" id="morningSaturdayEnd" class="form-control timeDeliveryInput" value="12:00"/>
</div>
</td>
<td class="text-center pipeTimeDeliveryInput">
<div class="afternoonInputs align-items-center">
<input type="time" name="afternoonSaturday" id="afternoonSaturday" class="form-control timeDeliveryInput" value="13:00"/>
<span class="mx-2 text-center">à</span>
<input type="time" name="afternoonSaturdayEnd" id="afternoonSaturdayEnd" class="form-control timeDeliveryInput" value="18:00"/>
</div>
</td>
</tr>
<tr>
<td class="text-center">
<div class="form-check">
<input class="form-check-input checkDay" type="checkbox" name="sunday" id="sunday">
<label class="form-check-label fw-bold" for="saturday">Dimanche</label>
</div>
</td>
<td class="text-center ">
<div class="morningInputs align-items-center">
<input type="time" name="morningSunday" id="morningSunday" class="form-control timeDeliveryInput" value="08:00"/>
<span class="mx-2 text-center">à</span>
<input type="time" name="morningSundayEnd" id="morningSundayEnd" class="form-control timeDeliveryInput" value="12:00"/>
</div>
</td>
<td class="text-center">
<div class="afternoonInputs align-items-center">
<input type="time" name="afternoonSunday" id="afternoonSunday" class="form-control timeDeliveryInput" value="13:00"/>
<span class="mx-2 text-center">à</span>
<input type="time" name="afternoonSundayEnd" id="afternoonSundayEnd" class="form-control timeDeliveryInput" value="18:00"/>
</div>
</td>
</tr>
</tbody>
</table>
<div class="modal-footer mt-2">
<button type="submit" class="btn-update">
<i class="fas fa-save"></i>
Enregistrer
</button>
<button class="btn-delete" data-bs-target="#addressModal" data-bs-toggle="modal" data-bs-dismiss="modal" type="button">
<i class="fas fa-arrow-left"></i>
Retour
</button>
</div>
</div>
<!-- END Préférences de Livraison -->