30 lines
855 B
PHP
Executable File
30 lines
855 B
PHP
Executable File
<?php $this->titre = "INTER SANTE - Grille des taux d'ajustement garnt "; ?>
|
|
|
|
<INPUT class="sr-only" TYPE="text" id="nomForm" name="nomForm" value="frmtauxAjustementgarant">
|
|
|
|
|
|
|
|
<legend> <?= _("Grille des taux d'ajustement 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_tauxajustement_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>
|