prestation/Vue/Etatsproduction/index.php
2025-12-05 10:42:46 +00:00

29 lines
645 B
PHP
Executable File

<?php $this->titre = "INTER-SANTE - Etats Production";
?>
<script type="text/javascript">
</script>
<table class="table table-bordered table-condensed table-responsive" style="font-size:10pt; paddind:0px;">
<tbody>
<tr>
<td width="10%"> <?= _("Requête") ?> </td>
<td>
<SELECT class="form-control" id="codeEtat" NAME="codeEtat" autofocus style="font-size:10pt;" onChange="javascript:ajaxenteteetatprod();">
<?php liste_options($etats, "" ,false); ?>
</SELECT>
</td>
</tr>
</tbody>
</table>
<div id="div_ente_requete">
</div>
<div id="div_detail_requete">
</div>