This commit is contained in:
KONE SOREL 2026-01-06 12:30:33 +00:00
parent d6d711bc1f
commit 349863a300

View File

@ -1,6 +1,6 @@
<div id="div_detail_sp" class="animate__animated animate__fadeIn">
<div class="alert alert-dark border-0 shadow-sm d-flex justify-content-between align-items-center py-2 px-3 mb-4">
<h6 class="mb-0 fw-bold text-uppercase small text-white">
<h6 class="mb-0 fw-bold text-uppercase small text-dark">
<i class="fas fa-microscope me-2"></i><?= _("Analyse détaillée : Police Entière") ?>
</h6>
<span class="badge bg-white text-dark small"><?= date('d/m/Y H:i') ?></span>
@ -44,7 +44,7 @@
$sp_acquis = (float)str_replace(',', '.', $sppolice['rapportsp']);
$color_acquis = $sp_acquis > 80 ? 'danger' : ($sp_acquis > 60 ? 'warning' : 'success');
?>
<div class="card border-0 shadow-sm bg-<?= $color_acquis ?> text-white">
<div class="card border-0 shadow-sm bg-<?= $color_acquis ?> text-dark">
<div class="card-body d-flex align-items-center">
<div class="flex-grow-1">
<h6 class="small fw-bold text-uppercase opacity-75"><?= _("Rapport S/P (Acquises)") ?></h6>
@ -58,7 +58,7 @@
</div>
<div class="col-md-6">
<div class="card border-0 shadow-sm bg-secondary text-white">
<div class="card border-0 shadow-sm bg-secondary text-dark">
<div class="card-body d-flex align-items-center">
<div class="flex-grow-1">
<h6 class="small fw-bold text-uppercase opacity-75"><?= _("S/P Global (Stat)") ?></h6>