25 lines
559 B
PHP
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>
|