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

23 lines
728 B
PHP
Executable File

<?php $this->titre = "INTER-SANTE - Seuil alerte consommation"; ?>
<script type="text/javascript">
</script>
<legend> <?= _("Seuil alerte consommation par catégorie assurée") ?> </legend>
<table class="table table-condensed table-responsive" style="font-size:10pt;" >
<tbody>
<tr>
<td width="15%" class="required"> <?= _("Catégorie assurée") ?> </td>
<td>
<SELECT style="font-size:10pt;" class="form-control" id="codeProduit" NAME="codeProduit" required AUTOCOMPLETE="OFF" autofocus onChange="javascript:afficher_garantie_produit_cons();" >
<?php liste_options($produit,""); ?>
</SELECT>
</td>
</tr>
</tbody>
</table>
<div id="div_garantieproduit">
</div>