31 lines
1.4 KiB
PHP
Executable File
31 lines
1.4 KiB
PHP
Executable File
<?php
|
|
// $this->titre = "INTER-SANTE - Remboursement classique";
|
|
|
|
$idPolice = $_SESSION['idPolice_C'] ;
|
|
?>
|
|
|
|
|
|
<legend> <?= _("Hors Tiers Payant") . " => " . _("Bordéreaux de la police") . " / " . $_SESSION['nomClient_C'] . " => " . _("ID Police") . " : " .$idPolice ?> </legend>
|
|
|
|
|
|
<table class="table table-responsive table-condensed" style='font-size:9pt;'>
|
|
<tbody>
|
|
<tr>
|
|
<td width="10%" > <?= _("Réclamation du") ?> </td>
|
|
<td width="20%" ><INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="d1" NAME="d1" value="<?= dateLang($_SESSION['dateEffet_C']) ?>" ></td>
|
|
|
|
<td width="5%" align="center" > <?= _("au") ?> </td>
|
|
<td width="20%" ><INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="d2" NAME="d2" value="<?= dateCouranteLang($_SESSION['p_lang']) ?>" ></td>
|
|
|
|
<td> </td>
|
|
<td width="22%" > <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:lister_dossiers_classiques_police();"><?= _("Actualiser...") ?></button> </td>
|
|
|
|
<td> </td>
|
|
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:lister_dossiers_classiques_police_export();"> <?= _("Exporter vers Excel...") ?> </button> </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<div id="div_bordereau">
|
|
|
|
</div>
|