This commit is contained in:
KONE SOREL 2026-03-29 10:19:41 +00:00
parent 6480923aac
commit dadcc0a693

View File

@ -2,34 +2,34 @@
<div id="div_detail_requete" class="card border-0 shadow-sm animate__animated animate__fadeIn">
<div class="card-header bg-dark text-white p-4 border-0" style="border-radius: 12px 12px 0 0;">
<div class="row align-items-center">
<div class="col-md-4 border-end border-secondary text-center">
<small class="text-uppercase opacity-75 d-block mb-1" style="font-size: 8pt; letter-spacing: 1px;">
<i class="fas fa-layer-group me-1 text-primary"></i> <?= _("Volume Total") ?>
</small>
<span class="h4 fw-bold mb-0">
<div class="row w-100 m-0 align-items-center"> <div class="col-md-4 border-end border-secondary text-center py-2">
<div class="text-uppercase opacity-75 mb-2" style="font-size: 9pt; letter-spacing: 1px;">
<i class="fas fa-layer-group me-2 text-primary"></i> <?= _("Volume Total") ?>
</div>
<div class="display-6 fw-bold">
<?= format_N($rpsinistres_total['nbLigne']) ?>
<small class="h6 opacity-50 fw-normal"><?= _("Lignes") ?></small>
</span>
<small class="h5 opacity-50 fw-normal"><?= _("Lignes") ?></small>
</div>
</div>
<div class="col-md-4 border-end border-secondary text-center">
<small class="text-uppercase opacity-75 d-block mb-1" style="font-size: 8pt; letter-spacing: 1px;">
<i class="fas fa-hand-holding-usd me-1 text-warning"></i> <?= _("Cumul Sinistres") ?>
</small>
<span class="h4 fw-bold text-warning mb-0">
<div class="col-md-4 border-end border-secondary text-center py-2">
<div class="text-uppercase opacity-75 mb-2" style="font-size: 9pt; letter-spacing: 1px;">
<i class="fas fa-hand-holding-usd me-2 text-warning"></i> <?= _("Cumul Sinistres") ?>
</div>
<div class="display-6 fw-bold text-warning">
<?= format_N($rpsinistres_total['sinistres_total']) ?>
</span>
</div>
</div>
<div class="col-md-4 text-center">
<small class="text-uppercase opacity-75 d-block mb-1" style="font-size: 8pt; letter-spacing: 1px;">
<i class="fas fa-chart-pie me-1 text-info"></i> <?= _("Ratio Moyen") ?>
</small>
<span class="h4 fw-bold text-info mb-0">
<div class="col-md-4 text-center py-2">
<div class="text-uppercase opacity-75 mb-2" style="font-size: 9pt; letter-spacing: 1px;">
<i class="fas fa-chart-pie me-2 text-info"></i> <?= _("Ratio Moyen") ?>
</div>
<div class="display-6 fw-bold text-info">
<?= number_format((float)$rpsinistres_total['ratio_moyen'], 2, ',', ' ') ?> %
</span>
</div>
</div>
</div>
</div>