27 lines
859 B
PHP
27 lines
859 B
PHP
<?php $this->titre = "INTER-SANTE - Barème des accessoires par Garant"; ?>
|
|
<INPUT class="sr-only" TYPE="text" id="nomForm" name="nomForm" value="frmbaremegarant">
|
|
<legend> <?= _("Tableau des tranches d'accessoires par Garant") ?> </legend>
|
|
|
|
<table class="table table-responsive table-condensed">
|
|
<tbody>
|
|
<td width="5%" class="required"> <?= _("Garant") ?> </td>
|
|
<td>
|
|
<SELECT style="font-size:10pt; height:30px;" class="form-control selectpicker" data-live-search="true" id="codeGcAssureur" NAME="codeGcAssureur" required AUTOCOMPLETE="OFF" autofocus onChange="javascript:afficher_bareme_accessoire_garant();" >
|
|
<?php liste_options($garant,"",false); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tbody>
|
|
</table>
|
|
|
|
<div id="div_entete_table">
|
|
|
|
</div>
|
|
|
|
<div id="div_maj_table">
|
|
|
|
</div>
|
|
|
|
<div id="div_lister_table">
|
|
|
|
</div>
|