production/Vue/Liercolleges/index.php
2025-12-01 16:12:12 +00:00

23 lines
817 B
PHP
Executable File

<?php $this->titre = "INTER SANTE - Lier collèges"; ?>
<legend> <?= _("ID Police")." : ".$_SESSION['idPolice_C']." => ". _("Lier les assurés importés à un collège") ?> </legend>
<input class="sr-only" type="text" id="nb_adh" name="nb_adh" value="<?= $nb_adh ?>">
<table class="table table-condensed table-responsive" style="font-size:10pt;" >
<tbody>
<tr>
<td width="8%" class="required"> <?= _("Collège") ?> </td>
<td>
<SELECT style="font-size:10pt;" class="form-control selectpicker" data-live-search="true" 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>