prestation/Vue/Primeproduitlienparente/index.php
2025-12-05 10:42:46 +00:00

34 lines
1.3 KiB
PHP
Executable File

<?php
// $this->titre = "INTER-SANTE - Accès Réseau et Tickets Modérateurs";
?>
<legend> <?= _("Primes individuelles par statuts d'assuré") ?> </legend>
<table class="table table-condensed table-responsive" style="font-size:10pt;" >
<tbody>
<tr>
<td width="10%" class="required AUTOCOMPLETE="OFF" text-center"> <?= _("Garant") ?> </td>
<td width="50%">
<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:filtreproduit();" >
<?php liste_options($garant,""); ?>
</SELECT>
</td>
<td width="13%" class="required AUTOCOMPLETE="OFF" text-center"> <?= _("Catégorie") ?> </td>
<td width="30%">
<div id="div_produit">
<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_primes_categorie_lien_parente();">
<?php liste_options($produits,"",false); ?>
</SELECT>
</div>
</td>
</tr>
</tbody>
</table>
<div id="div_prime_produit_lien_parente">
</div>