28 lines
810 B
PHP
28 lines
810 B
PHP
<?php
|
|
$this->titre = "INTER-SANTE - Notes du dossier";
|
|
|
|
$numeroFeuilleMaladie = $_SESSION['p_numeroFeuilleMaladie_C'];
|
|
?>
|
|
|
|
<script type="text/javascript">
|
|
|
|
</script>
|
|
|
|
<legend> <?= _("Diagnostics") ?> </legend>
|
|
|
|
<button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:afficher_diagnostics_feuille();"> <?= _("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>
|