This commit is contained in:
KANE LAZENI 2025-12-30 14:02:15 +00:00
parent 06634ba481
commit 42b26575c8

View File

@ -273,20 +273,6 @@
</div> </div>
</div> </div>
</div> </div>
<!-- progress-bar -->
<div class="progress mb-3" >
<div class="progress-bar <?= $niveauGlobalConsoFamilleOut >= 80 ? 'bg-danger' : ($niveauGlobalConsoFamilleOut >= 50 ? 'bg-warning' : 'bg-success') ?>"
style="width: <?= min($niveauGlobalConsoFamilleOut, 100) ?>%">
<?= number_format($niveauGlobalConsoFamilleOut, 1) ?>%
</div>
<div class="progress-bar <?= $niveauGlobalConsoFamilleInp >= 80 ? 'bg-danger' : ($niveauGlobalConsoFamilleInp >= 50 ? 'bg-warning' : 'bg-success') ?>"
style="width: <?= min($niveauGlobalConsoFamilleInp, 100) ?>%">
<?= number_format($niveauGlobalConsoFamilleInp, 1) ?>%
</div>
</div>
</div> </div>