33 lines
1.3 KiB
PHP
33 lines
1.3 KiB
PHP
<?php $this->titre = "INTER-SANTE - Initialiser Statistique "; ?>
|
|
|
|
<INPUT style='text-align:center; font-size:11pt;' class="sr-only datepicker" TYPE="text" id="debutArchivageFr" NAME="debutArchivageFr" value="<?= $_SESSION['debutArchivageFr'] ?>" >
|
|
|
|
|
|
<legend> <?= _("Indiquer la date d'analyse") ?> </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="<?= _("Etats Archivés...") ?>" onClick="javascript:initierstatistiques();" style='font-size:11pt;' > </td>
|
|
|
|
<td> </td>
|
|
<td> <input class = "form-control btn btn-primary" type="button" value="<?= _("Etats Non Archivés...") ?>" onClick="javascript:initierstatistiques_non_archives();" style='font-size:11pt;' > </td>
|
|
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<div id ="div_attente">
|
|
|
|
</div>
|
|
|
|
<?php if (isset($msgErreur)): ?>
|
|
<div id ="msgErreur" class="alert alert-danger" style="height:38px; padding:5px;" >
|
|
<H4><?= $msgErreur ?></H4>
|
|
</div>
|
|
<?php endif; ?>
|