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

33 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>Défunt</span>
</div>
<div class="crumb svg crumbhome">
<button style="margin-left:3px;" type="button" id="newDefunt">Ajout défunt</button>
</div>
</div>
<table id="defunt" class="display tabledt" style="font-size:11px;">
<thead>
<tr>
<th><?php p($l->t('ID'));?></th>
<th>Nom</th>
<th>Date de naissance</th>
<th>Âge</th>
<th>Sexe</th>
<th>Référence pacemaker</th>
<th>Numéro de devis</th>
<th>Pompe funèbre</th>
<th>Lieu de soin</th>
<th><?php p($l->t('Actions'));?></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>