23 lines
722 B
PHP
23 lines
722 B
PHP
<?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();" >
|
|
<?php liste_options($produit,""); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<div id="div_garantieproduit">
|
|
</div>
|