This commit is contained in:
KONE SOREL 2026-03-29 10:10:45 +00:00
parent 37076b0e41
commit 2e12e2d2e2

View File

@ -3,21 +3,21 @@
<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="row align-items-center">
<div class="col-md-2 border-end border-secondary text-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>
<span class="h5 fw-bold mb-0"><?= format_N($rpsinistres_total['nbLigne']) ?> <?= _("Lignes") ?></span>
</div>
<div class="col-md-2 border-end border-secondary text-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;">
<?= _("Cumul Sinistres") ?>
</small>
<span class="h5 fw-bold text-warning mb-0"><?= format_N($rpsinistres_total['sinistres_total']) ?></span>
</div>
<div class="col-md-2 border-end border-secondary text-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;">
<?= _("Ratio Moyen") ?>
</small>
@ -25,7 +25,7 @@
<?= 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>
@ -38,7 +38,7 @@
</p>
</div>
</div>
</div>
</div>-->
</div>
</div>
@ -75,7 +75,7 @@
</span>
</td>
</tr>
<?php if ($nbligne == 200) { $nbligne = "> 200"; break; } ?>
<?php /*if ($nbligne == 200) { $nbligne = "> 200"; break; }*/ ?>
<?php endforeach; ?>
</tbody>