32 lines
1.1 KiB
PHP
Executable File
32 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%"> <?= _("Catégorie") ?> </td>
|
|
<td>
|
|
<SELECT class="form-control selectpicker" data-live-search="true" id="codeProduit" NAME="codeProduit" style='font-size:10pt;'>
|
|
<?php liste_options_consultation($cat, ""); ?>
|
|
</SELECT>
|
|
|
|
</td>
|
|
|
|
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:etat_rapport_sp_pol_cat_det();"> <?= _("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_rapport_sp_pol_cat_det_export();"> <?= _("Exporter vers Excel...") ?> </button> </td>
|
|
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<div id="div_detail_requete">
|
|
</div>
|
|
|
|
<div id="div_export_a">
|
|
</div>
|
|
</div>
|