prestation/Vue/Gcassureur/index.php
2025-12-01 18:54:33 +00:00

33 lines
1.4 KiB
PHP

<?php $this->titre = "INTER-SANTE - Garants"; ?>
<legend>GARANTS</legend>
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<tr>
<td width="5%" align="center"> <?= _("Type") ?> </td>
<td width="25%">
<SELECT class="form-control" id="typeGarant" NAME="typeGarant" style='font-size:10pt;'>
<?php liste_options_consultation($typegc, ""); ?>
</SELECT>
</td>
<td width="5%" align="center"> <?= _("Code") ?> </td>
<td width="15%" > <INPUT style='font-size:10pt;' class="form-control" type="text" id="codeGcAssureur" name="codeGcAssureur" onkeypress="javascript:ctrlkeypress_liste_garants(event);" > </td>
<td width="5%" align="center"> <?= _("Nom") ?> </td>
<td width="45%" > <INPUT style='font-size:10pt;' class="form-control" type="text" id="libelle" name="libelle" onkeypress="javascript:ctrlkeypress_liste_garants(event);" > </td>
<td> </td>
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:afficher_liste_garants();"> <?= _("Afficher...") ?> </button> </td>
</tr>
<tr>
<td colspan="8"> <input class="form-control" style="text-align: center; font-size:10pt;" type="text" id="nbligne" name="nbligne" value="Nbre Lignes : 0" readonly> </td>
</tr>
</tbody>
</table>
<div id="div_gcs" >
</div>