radiantproduction/Vue/Assuranceindividuelle/index.php

66 lines
2.4 KiB
PHP

<?php
$this->titre = "INTER-SANTE - ASSURANCE MALADIE INDIVIDUELLE";
?>
<div id="div_familiale">
<legend> <?= _("ASSURANCE MALADIE INDIVIDUELLE") . " => " . _("Primes non facturées") . " : " . format_N($nb_non_facturees) ?> </legend>
<div id="div_entete_apporteur" onkeypress="javascript:ctrlkeypress_rechercher_commercail_type_familiale(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%" > <?= _("Type") ?> </td>
<td width="30%">
<SELECT class="form-control" id="codeTypeApporteur" NAME="codeTypeApporteur" autofocus style="font-size:10pt;">
<?php liste_options_consultation($typeapporteurs, ""); ?>
</SELECT>
</td>
<td align='center' width="8%"> <?= _("Nom") ?> </td>
<td> <INPUT style='font-size:10pt;' class="form-control" TYPE="text" id="libelleApporteur" name="libelleApporteur" > </td>
</tr>
<tr>
<td> </td>
<td align='center'> <input class="form-control btn btn-primary" type="button" value="<?= _("Rechercher dans le tyoe...") ?>"
onClick="javascript:rechercher_commercail_type_familiale();" style="font-size:10pt;"></td>
<td> </td>
<td align='center'> <input class="form-control btn btn-primary" type="button" value="<?= _("Rechercher partout")."..." ?>"
onClick="javascript:rechercher_commercail_type_familiale_tous();" style="font-size:10pt;"></td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="div_detail_apporteur">
<legend> <?= _("LISTE DES COMMERCIAUX") ?> </legend>
</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 commerciaux...") ?> </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>