Tiavina 50ca1bb3e8 h2f release (source is from h2f code, add only features needed without changing existing code not related)
Push only :
- calendar features (create agenda and create devis automatically)
- gestion feature (listener to create devis automatically when creating calendar, export thanato statistic, export client statistic)
2025-01-05 12:49:33 +03:00

32 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>