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

55 lines
1.9 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= "frmcarteassure" >
<input class="sr-only" id="typeEdition" name="typeEdition" type="text" value= "garant">
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<tr>
<td width="6%" class="required"> <?= _("Garant") ?> </td>
<td>
<SELECT style="font-size:10pt;" class="form-control selectpicker" data-live-search="true" id="codeGcAssureur" NAME="codeGcAssureur" required
onChange="javascript:filtrespoliceencoursgarant()">
<?php liste_options_consultation($garants, "" ,false); ?>
</SELECT>
</td>
<td width="8%" class="text-center required"> <?= _("Police") ?> </td>
<td >
<div id="div_policegarant">
<SELECT style="font-size:10pt;" class="form-select" id="idPolice" NAME="idPolice" required>
<?php liste_options($polices,"");
?>
</SELECT>
</div>
</td>
<td width="8%" class="text-center"> <?= _("Collège") ?> </td>
<td>
<div id="div_college">
<SELECT style="font-size:10pt;" class="form-select" id="idCollege" NAME="idCollege">
<?php liste_options($colleges,"");
?>
</SELECT>
</div>
</td>
</tr>
<tr>
<td colspan="2"> <input class="form-control" style="text-align: center; font-size:10pt;" type="text" id="nbligne" name="nbligne" value="Lignes : 0" readonly> </td>
<td ></td>
<td colspan="3"> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:afficher_liste_carteassure();"> <?= _("Réinitialiser...") ?> </button> </td>
</tr>
</tbody>
</table>
<div id ="div_export_a">
</div>
<div id="div_liste_carte">
</div>