prestation/Vue/Liercolleges/index.php
2025-12-05 10:42:46 +00:00

21 lines
625 B
PHP
Executable File

<?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>