29 lines
649 B
PHP
Executable File
29 lines
649 B
PHP
Executable File
<?php $this->titre = "INTER-SANTE - Etats Synthèses";
|
|
|
|
?>
|
|
|
|
<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:ajaxenteteetatsynthese();">
|
|
<?php liste_options($etats, "" ,false); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<div id="div_ente_requete">
|
|
</div>
|
|
|
|
|
|
<div id="div_detail_requete">
|
|
</div>
|