34 lines
1.4 KiB
PHP
Executable File
34 lines
1.4 KiB
PHP
Executable File
<?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> <?= _("Date d'initialisation des Etats Statistiques") ?> </legend>
|
|
|
|
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
|
<tbody>
|
|
<tr>
|
|
<td class="required" width="10%" align="center"> <?= _("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> </td>
|
|
|
|
<td> </td>
|
|
<td> <input class = "form-control btn btn-primary" type="button" value="<?= _("Etats Stats Archivés...") ?>" onClick="javascript:initierstatistiques();" style='font-size:11pt;' > </td>
|
|
|
|
<td> </td>
|
|
<td> <input class = "form-control btn btn-primary" type="button" value="<?= _("Etats Stats 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:30px; padding:5px;" >
|
|
<H4><?= $msgErreur ?></H4>
|
|
</div>
|
|
<?php endif; ?>
|