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

28 lines
1.1 KiB
PHP
Executable File

<div id="div_ente_requete">
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<tr>
<td width="10%" > <?= _("Date Analyse") ?> </td>
<td width="20%"> <INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="dateAnalyse" NAME="dateAnalyse" value="<?= $this->datejourfr?>" > </td>
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:etat_prod_situation_clients();"> <?= _("Afficher résultats...") ?> </button> </td>
<td>
<input class="form-control" style="text-align: center; font-size:10pt;" type="text" id="nbligne" name="nbligne" value="Lignes : 0" readonly>
</td>
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:etat_prod_situation_clients_export();"> <?= _("Exporter vers Excel...") ?> </button> </td>
</tr>
</tbody>
</table>
<div id="div_detail_requete">
</div>
<div id="div_export_a">
</div>
</div>