production/Vue/Ajaxafficherbons/vide.php
2025-12-01 16:12:12 +00:00

24 lines
999 B
PHP
Executable File

<?php $nbligne = 0; ?>
<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 colspan="2" style="text-align: center;"> <?= _("Bénéficiaire") ?> </th>
<th colspan="2" style="text-align: center;"> <?= _("Utilisation") ?> </th>
<th style="text-align: center;"> <?= _("Attribution") ?> </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="<?= $nbligne ?>" >
</div>