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

28 lines
974 B
PHP

<?php
// $this->titre = "INTER-SANTE - Lier collèges";
?>
<div id="div_listeprospects" style="height:100%; background-color: #ff00ff; text-align:center; color: white; font-weight:bold; font-size: 14pt;">
<?= _("GESTION DES COTATIONS") ?>
</div>
<legend> <?= _("ID Cotation")." : ".$_SESSION['idPolice_d_C']." => Option ". $_SESSION['numeroOptionTarif'] . " => " ._("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="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 autofocus onChange="afficher_adherent_importee_devis();" >
<?php liste_options($college,""); ?>
</SELECT>
</td>
</tr>
</tbody>
</table>
<div id="div_adherents_importes">
</div>