21 lines
625 B
PHP
21 lines
625 B
PHP
<?php $this->titre = "INTER-SANTE - Lier collèges"; ?>
|
|
|
|
<legend> <?= _("Lier les assurés importés à un collège") ?> </legend>
|
|
|
|
<table class="table table-condensed table-responsive" style="font-size:10pt;" >
|
|
<tbody>
|
|
<tr>
|
|
|
|
<td width="15%" > <?= _("Collège") ?> </td>
|
|
<td>
|
|
<SELECT style="font-size:10pt;" class="form-control" id="idCollege" NAME="idCollege" required AUTOCOMPLETE="OFF" autofocus onChange="afficher_adherent_importee();" >
|
|
<?php liste_options($college,""); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<div id="div_adherents_importes">
|
|
</div>
|