31 lines
1.2 KiB
PHP
Executable File
31 lines
1.2 KiB
PHP
Executable File
<?php
|
|
// $this->titre = "INTER-SANTE - Accès Réseau et Tickets Modérateurs";
|
|
?>
|
|
|
|
<legend> <?= _("Garanties par catégories et statuts d'assuré") ?> </legend>
|
|
|
|
<table class="table table-condensed table-responsive" style="font-size:10pt;" >
|
|
<tbody>
|
|
<tr>
|
|
|
|
<td width="12%" class="required" align="center"> <?= _("Catégorie") ?> </td>
|
|
<td width="40%">
|
|
<SELECT style="font-size:10pt; height:30px;" class="form-control selectpicker" data-live-search="true" id="codeProduit" NAME="codeProduit" required AUTOCOMPLETE="OFF" autofocus onChange="javascript:afficher_garantiesproductionlienparente();" >
|
|
<?php liste_options($produit,""); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td width="8%" align="center" class="required"> <?= _("Statut") ?> </td>
|
|
<td width="40%">
|
|
<SELECT onChange="javascript:afficher_garantiesproductionlienparente();" style='font-size:10pt; height:30px;' class="form-control selectpicker" data-live-search="true" id="codeLienParente" NAME="codeLienParente" required AUTOCOMPLETE="OFF" >
|
|
<?php liste_options($lienparente, ""); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<div id="div_garanties_categorie_lien_parente">
|
|
|
|
</div>
|