31 lines
1.3 KiB
PHP
31 lines
1.3 KiB
PHP
<?php $this->titre = "INTER-SANTE - Assurés Actifs "; ?>
|
|
|
|
<INPUT style='text-align:center; font-size:11pt;' class="sr-only datepicker" TYPE="text" id="debutArchivageFr" NAME="debutArchivageFr" value="<?= $this->datejourfr ?>" >
|
|
|
|
|
|
<legend> <?= _("Assurés Actifs à une date") ?> </legend>
|
|
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
|
<tbody>
|
|
<tr>
|
|
<td> <?= _("Date Analyse") ?> </td>
|
|
<td width="30%" colspan="3"> <INPUT style='text-align:center; font-size:11pt;' class="form-control datepicker" TYPE="text" id="dateAnalyse" NAME="dateAnalyse" value="<?= $_SESSION['hierFr_C'] ?>" required AUTOCOMPLETE="OFF" > </td>
|
|
|
|
<td> </td>
|
|
<td> <input class = "form-control btn btn-primary" type="button" value="<?= _("Afficher...") ?>" onClick="javascript:liste_assures_actifs();" style='font-size:11pt;' > </td>
|
|
<td> </td>
|
|
<td> <input class = "form-control btn btn-primary" type="button" value="<?= _("Exporter...") ?>" onClick="javascript:liste_assures_actifs_export();" style='font-size:11pt;' > </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<div id="div_assures_actifs">
|
|
|
|
</div>
|
|
|
|
<?php if (isset($msgErreur)): ?>
|
|
<div id ="msgErreur" class="alert alert-danger" style="height:38px; padding:5px;" >
|
|
<H4><?= $msgErreur ?></H4>
|
|
</div>
|
|
<?php endif; ?>
|