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

32 lines
1.2 KiB
PHP
Executable File

<?php $this->titre = "INTER SANTE - Tranches Âge"; ?>
<legend> <?= _("Tranches âges") ?> </legend>
<table class="table table-condensed table-responsive" style="font-size:10pt;" >
<tbody>
<tr>
<td width="8%" class="required text-center"> <?= _("Garant") ?> </td>
<td width="42%">
<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:filtreentetetrancheange();" >
<?php liste_options($garant,""); ?>
</SELECT>
</td>
<td width="15%" class="required text-center"> <?= _("Type Tranches âge") ?> </td>
<td>
<div id="div_entetetrancheage">
<SELECT style="font-size:10pt; height:30px;" class="form-control selectpicker" data-live-search="true" id="codeEnteteTrancheAge" NAME="codeEnteteTrancheAge" required AUTOCOMPLETE="OFF" autofocus onChange="javascript:afficher_trancheage();">
<?php liste_options($entetestrancheage,"",false); ?>
</SELECT>
</div>
</td>
</tr>
</tbody>
</table>
<div id="div_trancheage">
</div>