21 lines
721 B
PHP
Executable File
21 lines
721 B
PHP
Executable File
<?php $this->titre = "INTER-SANTE - Réseaux de soins par catégories d'assuré"; ?>
|
|
|
|
<legend> <?= _("Réseaux de soins par catégories d'assuré") ?> </legend>
|
|
|
|
<table class="table table-condensed table-responsive" style="font-size:10pt;" >
|
|
<tbody>
|
|
<tr>
|
|
|
|
<td width="15%" class="required" > <?= _("Catégorie") ?> </td>
|
|
<td>
|
|
<SELECT style="font-size:10pt;" class="form-control selectpicker" data-live-search="true" id="codeProduit" NAME="codeProduit" required AUTOCOMPLETE="OFF" autofocus onChange="javascript:afficher_reseau_categorie();" >
|
|
<?php liste_options($produit,""); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<div id="div_produitreseau">
|
|
</div>
|