42 lines
1.5 KiB
PHP
Executable File
42 lines
1.5 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%"> <?= _("Exercice") ?> </td>
|
|
<td>
|
|
<SELECT class="form-control" id="codeExercice" NAME="codeExercice" required AUTOCOMPLETE="OFF" style='font-size:10pt;' >
|
|
<?php liste_options($exercice, $_SESSION['codeExercice_C']); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td width="10%" align="center"> <?= _("Période") ?> </td>
|
|
<td>
|
|
<div id="listeacte">
|
|
<SELECT class="form-control" id="codeMois" NAME="codeMois" required AUTOCOMPLETE="OFF" style='font-size:10pt;' >
|
|
<?php liste_options($periode, $_SESSION['codeMois_C']); ?>
|
|
</SELECT>
|
|
</div>
|
|
</td>
|
|
|
|
<td> </td>
|
|
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:requetes_verification();"> <?= _("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> </td>
|
|
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:requetes_verification_export();"> <?= _("Exporter vers Excel...") ?> </button> </td>
|
|
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<div id="div_detail_requete">
|
|
</div>
|
|
|
|
<div id="div_export_a">
|
|
</div>
|
|
|
|
</div>
|