Import initial du projet Production
This commit is contained in:
27
Vue/Requetes/index.php
Executable file
27
Vue/Requetes/index.php
Executable file
@@ -0,0 +1,27 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user