prestation/Vue/Notesbeneficiaire/index.php
2025-12-01 18:54:33 +00:00

30 lines
755 B
PHP

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