a
This commit is contained in:
parent
4a4a91afa0
commit
975398f746
|
|
@ -19,6 +19,7 @@
|
|||
</h5>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<div class="card shadow-sm border-0 mb-4">
|
||||
<div class="card-body bg-light p-4">
|
||||
<div class="row g-3">
|
||||
|
|
@ -67,6 +68,25 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
-->
|
||||
|
||||
<table class="table table-responsive table-condensed" style='font-size:9pt;'>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="10%" > <?= _("Période 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['dUneSemaineAvant_C'],$_SESSION['lang']) ?>" ></td>
|
||||
|
||||
<td width="10%" 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['lang']) ?>" ></td>
|
||||
|
||||
<td> </td>
|
||||
<td > <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:lister_dossiers_classiques_filtre('1');"><?= _("Filtre Assurés...") ?></button> </td>
|
||||
<td> </td>
|
||||
<td > <button style='font-size:10pt;' type="button" class="form-control btn btn-success" onclick="javascript:lister_dossiers_classiques_export();"><?= _("Exporter...") ?></button> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<div id="div_mvt" class="min-vh-50 rounded bg-white p-3 shadow-sm border position-relative">
|
||||
<div class="text-center py-5">
|
||||
|
|
@ -82,20 +102,3 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.min-vh-50 { min-height: 50vh; }
|
||||
.datepicker { cursor: pointer !important; background-color: #fff !important; }
|
||||
.form-select, .form-control { border-radius: 8px; border: 1px solid #dee2e6; }
|
||||
.input-group-text { border-radius: 8px; border: 1px solid #dee2e6; color: #495057; }
|
||||
.card { border-radius: 12px; }
|
||||
.italic { font-style: italic; }
|
||||
|
||||
/* Animation pour le chargement Ajax */
|
||||
.loading-overlay {
|
||||
background: rgba(255,255,255,0.7);
|
||||
position: absolute;
|
||||
top: 0; left: 0; right: 0; bottom: 0;
|
||||
display: flex; align-items: center; justify-content: center;
|
||||
z-index: 10;
|
||||
}
|
||||
</style>
|
||||
Loading…
Reference in New Issue
Block a user