2024-12-16 17:24:37 +03:00

25 lines
784 B
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>Trajets</span>
</div>
</div>
<table id="trajets" class="display tabledt">
<thead>
<tr>
<th><?php p($l->t('ID'));?></th>
<th>Thanatopracteur</th>
<th>Année</th>
<th>Mois</th>
<th>Distance parcourues</th>
<th><?php p($l->t('Actions'));?></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>