27 lines
824 B
PHP
Executable File
27 lines
824 B
PHP
Executable File
<?php $this->titre = "INTER-SANTE - Prestataires en plus";
|
|
|
|
?>
|
|
|
|
<input style='text-align:center; font-size:11pt;' class="form-control" type="text" value= "Prestataires dérogeant au réseau de soins" readonly >
|
|
|
|
<table class="table table-condensed table-responsive" style='font-size:10pt;'>
|
|
<tbody>
|
|
<tr valign="top">
|
|
<td width="20%" 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_en_plus();" >
|
|
<?php liste_options($college,""); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<div id="div_complet">
|
|
<div class="row">
|
|
<div id="div_prestataires_reseau" class="col-12" >
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|