This commit is contained in:
KANE LAZENI 2025-12-30 13:55:06 +00:00
parent d381722650
commit 4637c784d9

View File

@ -273,6 +273,11 @@
style="width: <?= min($niveauGlobalConsoFamilleOut, 100) ?>%"> style="width: <?= min($niveauGlobalConsoFamilleOut, 100) ?>%">
<?= number_format($niveauGlobalConsoFamilleOut, 1) ?>% <?= number_format($niveauGlobalConsoFamilleOut, 1) ?>%
</div> </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> </div>