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

31 lines
725 B
PHP
Executable File

<?php $this->titre = "INTER SANTE - Etats Personnalisés";
?>
<script type="text/javascript">
</script>
<table class="table table-bordered table-condensed table-responsive" style="font-size:10pt; paddind:0px;">
<tbody>
<tr>
<td width="25%"> <?= _("Sélectionner une Requête") ?> </td>
<td>
<SELECT style="font-size:10pt;" class="form-control selectpicker" data-live-search="true" id="codeRequete" NAME="codeRequete" required AUTOCOMPLETE="OFF"
onChange="javascript:ajaxenteteetatperso()">
<?php liste_options($etats,"",false); ?>
</SELECT>
</td>
</tr>
</tbody>
</table>
<div id="div_ente_requete">
</div>
<div id="div_detail_requete">
</div>