prestation/Vue/Ajaxafficherbons/vide.php
2025-12-01 18:54:33 +00:00

25 lines
1.0 KiB
PHP

<div id="div_bonpecs">
<table class="table table-striped table-bordered table-hover table-condensed table-responsive">
<thead>
<tr>
<th style="text-align: center;"> <?= _("Type") ?> </th>
<th style="text-align: center;"> <?= _("No Bon") ?> </th>
<th style="text-align: center;"> <?= _("Attribution") ?> </th>
<th style="text-align: center;"> <?= _("Réception") ?> </th>
<th style="text-align: center;"> <?= _("Reçu par") ?> </th>
<th style="text-align: center;"> <?= _("Etat") ?> </th>
<th style="text-align: center;"> <?= _("No Benef") ?> </th>
<th style="text-align: center;"> <?= _("Nom Bénéf") ?> </th>
<th style="text-align: center;"> <?= _("Date Util") ?> </th>
<th style="text-align: center;"> <?= _("Util par") ?> </th>
<th style="text-align: center;"> <?= _("Récept") ?> </th>
<th style="text-align: center;"> <?= _("Rempl") ?> </th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<input class="sr-only" type="text" id="nbligne_info" name="nbligne_info" value="0" >
</div>