sdis29-1/vues/v_intervention.php
pierre renaudot 7d09299dcb test
2023-11-30 14:03:21 +01:00

25 lines
559 B
PHP

<!-- affichage d'une intervention / Derniere modification le 23 mai 2019 par Pascal Blain -->
<div class="lesInterventions" style="height: 200px;">
<table>
<th>
<td>Date</td>
<td>Caserne</td>
<td>Motif</td>
<td>Lieu</td>
<td>Heure de début</td>
<td>Heure de fin</td>
</th>
<?php
foreach ($variable as $key => $value) {
# code...
}
?>
</table>
<p>Lorem Elsass ipsum réchime amet non <span class="infobulle" aria-label="texte de l'infobulle">Choucroute</span>
Picon bière Coopé knack tchao bissame hopla</p>
</div>