assure/Vue/Histsupprempreinte/index.php
2025-12-01 19:07:16 +00:00

39 lines
1.5 KiB
PHP

<?php
$this->titre = "Intersanté - Historique Suppression Empreintes Digitales";
?>
<input class="form-control" style="text-align: center; font-size:10pt;" type="text" id="nbligne" name="nbligne" value="Historique Suppression Empreintes Digitales" readonly>
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<tr>
<td width="15%"> Période du </td>
<td width="20%"> <INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="debut" NAME="debut" value="<?= $_SESSION['dUneSemaineAvantFr_C'] ?>" required </td>
<td width="10%" align="center"> au </td>
<td width="20%"> <INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="fin" NAME="fin" value="<?= dateCouranteLang($_SESSION['lang']) ?>" required> </td>
<td> </td>
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:histsupprempreinte();">Afficher Résultat...</button> </td>
</tr>
</tbody>
</table>
<div id="div_detail_suppr_empreinte">
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:10pt;">
<thead>
<tr>
<th style='text-align:center'> Date </th>
<th style='text-align:center'> Motif </th>
<th colspan="2" style='text-align:center'> Bénéficiaire </th>
<th style='text-align:center'> Responsable </th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>