24 lines
855 B
PHP
24 lines
855 B
PHP
<div id="div_ente_requete">
|
|
<table class="table table-responsive table-condensed" style='font-size:7pt;'>
|
|
<tbody>
|
|
<tr>
|
|
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:etat_rapport_sp();"> <?= _("Afficher résultats...") ?> </button> </td>
|
|
|
|
<td colspan="5">
|
|
<input class="form-control" style="text-align: center; font-size:10pt;" type="text" id="nbligne" name="nbligne" value="Lignes : 0" readonly>
|
|
</td>
|
|
|
|
<td colspan="7"> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:etat_rapport_sp_export();"> <?= _("Exporter vers Excel...") ?> </button> </td>
|
|
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<div id="div_detail_requete">
|
|
</div>
|
|
|
|
<div id="div_export_a">
|
|
</div>
|
|
</div>
|