prestation/Vue/Diagnosticsconsbeneficiaire/index.php
2025-12-05 10:42:46 +00:00

26 lines
764 B
PHP
Executable File

<?php
// $this->titre = "INTER-SANTE - Notes du dossier";
?>
<script type="text/javascript">
</script>
<legend> <?= _("Historique des Diagnostics") ?> </legend>
<button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:afficher_diagnostics_beneficiaire();"> <?= _("Actualiser...") ?> </button>
<div id="div_dianostics">
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:9pt;">
<thead>
<tr>
<th width="15%" style="text-align:center"> Date </th>
<th style="text-align:center"> Diagnostic </th>
<th width="15%" style="text-align:center"> User </th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>