Import initial du projet Production
This commit is contained in:
25
Vue/Produits/index.php
Executable file
25
Vue/Produits/index.php
Executable file
@@ -0,0 +1,25 @@
|
||||
<?php $this->titre = "INTER SANTE - Produits";
|
||||
$superUser = $_SESSION['superUser'];
|
||||
?>
|
||||
|
||||
<legend><?= _("Liste des Produits par garant") ?></legend>
|
||||
|
||||
<INPUT class="sr-only" TYPE="text" id="nomForm" NAME="nomForm" value="frmproduit">
|
||||
<table class="table table-condensed table-responsive" style="font-size:10pt;" >
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="10%" class="required text-center"> <?= _("Garant") ?> </td>
|
||||
<td >
|
||||
<SELECT style="font-size:10pt;" class="form-control selectpicker" data-live-search="true" id="codeGcAssureur" NAME="codeGcAssureur" required AUTOCOMPLETE="OFF" autofocus
|
||||
onChange="javascript:filtretabproduit();" >
|
||||
<?php liste_options($garant,$_SESSION['garant']); ?>
|
||||
</SELECT>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div id="div_tab_produit">
|
||||
<?php
|
||||
require 'Vue/Ajaxfiltretabproduit/index.php';
|
||||
?>
|
||||
</div>
|
||||
Reference in New Issue
Block a user