radiantproduction/Vue/Courtier/index.php

49 lines
1.6 KiB
PHP

<?php
?>
<legend> <?= _("Liste courtiers") ?> </legend>
<div id="div_entete_apporteur" onkeypress="javascript:ctrlkeypress_rechercher_apporteur_param(event);">
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:10pt; paddind:0px;">
<tbody>
<tr>
<td width="8%"> <?= _("Nom") ?> </td>
<td> <INPUT style='font-size:10pt;' class="form-control" TYPE="text" id="libelleApporteur" name="libelleApporteur" > </td>
<td> </td>
<td align='center'> <input class="form-control btn btn-primary" type="button" value="<?= _("Rechercher") ?>"
onClick="javascript:rechercher_apporteur_param();" style="font-size:10pt;"></td>
</tr>
</tbody>
</table>
</div>
<div id="div_detail_apporteur">
</div>
<button class="sr-only" id="btn_exporter" name="btn_exporter" type="button" data-toggle="modal" data-target="#pop_exporter" > </button>
<div class="modal fade" id="pop_exporter" role="dialog">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button id="btn_close_pop" name="btn_close_pop" type="button" class="close" data-dismiss="modal"> <?= _("Fermer") ?> </button>
<h4 class="modal-title"> <?= _("Exporter liste courtiers...") ?> </h4>
</div>
<div class="modal-body">
<div id="div_export_apporteur">
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal"> <?= _("Fermer") ?> </button>
</div>
</div>
</div>
</div>