30 lines
1.0 KiB
PHP
Executable File
30 lines
1.0 KiB
PHP
Executable File
<?php $this->titre = "INTER SANTE - Réseaux de soins par produit"; ?>
|
|
|
|
<legend> <?= _("Réseaux de soins par produit") ?> </legend>
|
|
|
|
<table class="table table-condensed table-responsive" style="font-size:10pt;" >
|
|
<tbody>
|
|
<tr>
|
|
<td width="8%" class="required text-center"> <?= _("Garant") ?> </td>
|
|
<td width="42%">
|
|
<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:filtreproduitreseau();" >
|
|
<?php liste_options($garant,""); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td width="8%" class="required text-center"> <?= _("Produit") ?> </td>
|
|
<td width="42%">
|
|
<div id="div_produit">
|
|
<SELECT style="font-size:10pt; height:30px;" class="form-control selectpicker" data-live-search="true" required>
|
|
<?php liste_options($produit,"",false); ?>
|
|
</SELECT>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<div id="div_produitreseau">
|
|
</div>
|