production/Vue/Requetes/index.php
2025-12-01 16:12:12 +00:00

28 lines
731 B
PHP
Executable File

<?php
$this->titre = "INTER SANTE - Requêtes";
?>
<legend> <?= _("Requêtes standards")?></legend>
<table class="table table-bordered table-condensed table-responsive" style="font-size:10pt; paddind:0px;">
<tbody>
<tr>
<td width="10%" class="required" align="center"> <?= _("Requêtes") ?> </td>
<td >
<select class="form-control selectpicker" data-live-search="true" id="codeRequete" NAME="codeRequete" autofocus style="font-size:10pt;" onChange="javascript:ajaxenteterequete();" required>
<?php liste_options($requetes, "" ,false);?>
</SELECT>
</td>
</tr>
</tbody>
</table>
<div id="div_ente_requete">
</div>
<div id="div_detail_requete">
</div>