32 lines
1.2 KiB
PHP
Executable File
32 lines
1.2 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%" align="center" class="required"> <?= _("Garant") ?> </td>
|
|
<td>
|
|
<select class="form-control selectpicker" data-live-search="true" id="codeGcAssureur" NAME="codeGcAssureur" style='font-size:10pt;' required>
|
|
<?php liste_options_consultation($garants, ""); ?>
|
|
</SELECT>
|
|
|
|
</td>
|
|
|
|
<td width="19%"> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:etat_rapport_sp();"> <?= _("Afficher résultats...") ?> </button> </td>
|
|
|
|
<td width="15%">
|
|
<input class="form-control" style="text-align: center; font-size:10pt;" type="text" id="nbligne" name="nbligne" value="Lignes : 0" readonly>
|
|
</td>
|
|
|
|
<td width="15%"> <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>
|