This commit is contained in:
KONE SOREL 2026-03-29 10:16:15 +00:00
parent 2e12e2d2e2
commit 4309457ad6

View File

@ -1,44 +1,35 @@
<?php $nbligne = 0; ?>
<div id="div_detail_requete" class="card border-0 shadow-sm animate__animated animate__fadeIn">
<div class="card-header bg-dark text-white p-3 border-0" style="border-radius: 12px 12px 0 0;">
<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" style="font-size: 7pt; letter-spacing: 0.5px;">
<?= _("Volume Total") ?>
<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="h5 fw-bold mb-0"><?= format_N($rpsinistres_total['nbLigne']) ?> <?= _("Lignes") ?></span>
<span class="h4 fw-bold mb-0">
<?= format_N($rpsinistres_total['nbLigne']) ?>
<small class="h6 opacity-50 fw-normal"><?= _("Lignes") ?></small>
</span>
</div>
<div class="col-md-4 border-end border-secondary text-center">
<small class="text-uppercase opacity-75 d-block" style="font-size: 7pt; letter-spacing: 0.5px;">
<?= _("Cumul Sinistres") ?>
<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="h5 fw-bold text-warning mb-0"><?= format_N($rpsinistres_total['sinistres_total']) ?></span>
<span class="h4 fw-bold text-warning mb-0">
<?= format_N($rpsinistres_total['sinistres_total']) ?>
</span>
</div>
<div class="col-md-4 border-end border-secondary text-center">
<small class="text-uppercase opacity-75 d-block" style="font-size: 7pt; letter-spacing: 0.5px;">
<?= _("Ratio Moyen") ?>
<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="h5 fw-bold text-info mb-0">
<span class="h4 fw-bold text-info mb-0">
<?= number_format((float)$rpsinistres_total['ratio_moyen'], 2, ',', ' ') ?> %
</span>
</div>
<!--
<div class="col-md-6 ps-4">
<div class="d-flex align-items-center bg-secondary bg-opacity-10 p-2 rounded">
<i class="fas fa-info-circle me-3 text-info fs-4"></i>
<div class="text-start">
<p class="mb-0 fw-medium" style="font-size: 8.5pt; line-height: 1.3; color: #e0e0e0;">
<?= _("Affichage limité aux 200 premières lignes.") ?>
<span class="d-block text-light small mt-1">
<?= _("Pour obtenir l'intégralité des données, veuillez utiliser l'export Excel.") ?>
</span>
</p>
</div>
</div>
</div>-->
</div>
</div>