23 lines
752 B
PHP
Executable File
23 lines
752 B
PHP
Executable File
<?php $this->titre = "INTER-SANTE - Prestataires avec dérogations T M";
|
|
|
|
?>
|
|
|
|
<input style='text-align:center; font-size:11pt;' class="form-control" type="text" value="<?= _("Prestataires avec dérogations Ticket Modérateur") ?>" readonly >
|
|
|
|
<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-control" id="idCollege" NAME="idCollege" required AUTOCOMPLETE="OFF" autofocus onChange="afficher_prestataire_tm();" >
|
|
<?php liste_options($college,""); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<div id="div_complet">
|
|
|
|
</div>
|