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

34 lines
1.5 KiB
PHP
Executable File

<?php $this->titre = "INTER SANTE - Cartes des assurés"; ?>
<div id="div_patienter" ></div>
<legend> <?= _("CARTES DES ASSURES") ?> (Maximum : 100) </legend>
<input class="sr-only" id="nomForm" name="nomForm" type="text" value= "frmcarteassurepolice" >
<input class="sr-only" id="idPolice" name="idPolice" type="text" value= "<?= $_SESSION['idPolice_C'] ?>" >
<input class="sr-only" id="typeEdition" name="typeEdition" type="text" value= "police">
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<tr>
<td class="text-center"> <?= _("Collège") ?> </td>
<td>
<SELECT style="font-size:10pt;" class="form-control selectpicker" data-live-search="true" id="idCollege" NAME="idCollege" onChange="javascript:afficher_liste_carteassure_police();" required >
<?php liste_options_consultation($colleges, ""); ?>
</SELECT>
</td>
<td> <input class="form-control" style="text-align: center; font-size:10pt;" type="text" id="nbligne" name="nbligne" value='<?= _("Lignes") . " : " . $nbreChoisi ?>' readonly> </td>
<td> </td>
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:afficher_liste_carteassure_police();"> <?= _("Réinitialiser...") ?> </button> </td>
</tr>
</tbody>
</table>
<div id ="div_export_a">
</div>
<div id="div_liste_carte">
<?php require "Vue/Ajaxlistecarteassure/afficherliste.php";?>
</div>