42 lines
2.5 KiB
PHP
42 lines
2.5 KiB
PHP
<?php $this->titre = "Intersanté - Demandes des frais funéraires RH"; ?>
|
|
|
|
<div >
|
|
<!-- En-tête de page -->
|
|
<input class="form-control" style="text-align: center; font-size:10pt;" type="text" id="nbligne" name="nbligne" value="<?= _("DEMANDES DES FRAIS FUNERAIRES RH") ?>" readonly>
|
|
|
|
<!-- Zone de filtrage (Panel Bootstrap 3) -->
|
|
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
|
<tbody>
|
|
<tr>
|
|
<td width="10%"> <?= _("Période du") ?> </td>
|
|
<td width="15%"> <INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="debut" NAME="debut" value="<?= dateLang($_SESSION['debutExercice_C'], $_SESSION['lang']) ?>" required </td>
|
|
|
|
<td width="3%" align="center"> <?= _("au") ?> </td>
|
|
<td width="15%"> <INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="fin" NAME="fin" value="<?= dateCouranteLang($_SESSION['lang']) ?>" required> </td>
|
|
|
|
<td align="center"> <?= _("Statut") ?> </td>
|
|
<td>
|
|
<select class="form-control" id="valide" name="valide" style="font-weight: bold;">
|
|
<?php liste_options_consultation($reponsedemande, "0"); ?>
|
|
</select>
|
|
</td>
|
|
|
|
<td> </td>
|
|
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:liste_frais_funeraires_assures_client();"> <?= _("Actualiser") ?> </button> </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<!-- Zone d'affichage des résultats -->
|
|
<div id="div_frais" class="well" style="min-height: 450px; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; box-shadow: 0 1px 2px rgba(0,0,0,0.05); padding: 40px;">
|
|
<div style="text-align: center; padding-top: 60px;">
|
|
<div style="color: #ccc; margin-bottom: 20px;">
|
|
<span class="glyphicon glyphicon-folder-open" style="font-size: 80px;"></span>
|
|
</div>
|
|
<h3 style="color: #777; font-weight: bold;"><?= _("Prêt pour la recherche") ?></h3>
|
|
<p class="text-muted" style="max-width: 400px; margin: 0 auto; font-size: 13px;">
|
|
<?= _("Sélectionnez vos critères et cliquez sur actualiser pour afficher les demandes de frais funéraires.") ?>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|