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

31 lines
1.3 KiB
PHP
Executable File

<?php
$this->titre = "INTER SANTE - Cartes des assurés";
?>
<div id="div_patienter" ></div>
<legend> <?= _("CARTES DES ASSURES") ?> </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="idCollege" name="idCollege" type="text" value= "0">
<input class="sr-only" id="idAdherent" name="idAdherent" type="text" value= "<?= $_SESSION['idAdherent_C'] ?>" >
<input class="sr-only" id="typeEdition" name="typeEdition" type="text" value= "adherent">
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<tr>
<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_adherent();"> <?= _("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>