25 lines
851 B
PHP
Executable File
25 lines
851 B
PHP
Executable File
<?php $this->titre = "INTER SANTE - Affections avec T M";
|
|
|
|
?>
|
|
|
|
|
|
<input style='text-align:center; font-size:11pt;' class="form-control" type="text" value="<?= _("Affections avec Ticket Modérateur") ?>" readonly >
|
|
<input class="sr-only" id="nomForm" name="nomForm" type="text" value= "frmaffectionTM" >
|
|
|
|
<table class="table table-condensed table-responsive" style='font-size:10pt;'>
|
|
<tbody>
|
|
<tr valign="top">
|
|
<td width="8%" align='center'> <?= _("Collège") ?> </td>
|
|
<td>
|
|
<SELECT style="font-size:10pt;" class="form-select" id="idCollege" NAME="idCollege" required AUTOCOMPLETE="OFF" autofocus onChange="afficher_affection_tm();" >
|
|
<?php liste_options_consultation($college, $_SESSION['idCollege']); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<div id="div_complet">
|
|
|
|
</div>
|