2025-01-24 10:46:01 +03:00

34 lines
1.1 KiB
PHP

<div id="contentTable">
<div class="breadcrumb" data-html2canvas-ignore>
<div class="crumb svg crumbhome">
<a href="<?php echo($_['url']['index']); ?>" class="icon-home"></a>
<span style="display: none;"></span>
</div>
<div class="crumb svg crumbhome">
<span>Lieux</span>
</div>
<div class="crumb svg crumbhome">
<button style="margin-left:3px;" type="button" id="newLieu">
Ajouter un lieu
</button>
</div>
</div>
<table id="lieux" class="display tabledt">
<thead>
<tr>
<th><?php p($l->t('ID'));?></th>
<th>Nom</th>
<th>Adresse</th>
<th>Latitude</th>
<th>Longitude</th>
<th><?php p($l->t('Code portail'));?></th>
<th><?php p($l->t('Code alarme'));?></th>
<th><?php p($l->t('Code funéraire'));?></th>
<th><?php p($l->t('Actions'));?></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>