This commit is contained in:
KANE LAZENI 2025-12-30 13:49:40 +00:00
parent fdb2554255
commit bf8d0e9acf

View File

@ -142,8 +142,8 @@
<?php <?php
$this->titre = "Intersanté - Accueil"; $this->titre = "Intersanté - Accueil";
$pourcentageOut = round((100*$limite_adherent['consommationOut'])/$limite_adherent['plafondOut'],2); $pourcentageOut = round((100*$limite_adherent['consommationOut'])/$limite_adherent['plafondOut']);
$pourcentageInp = round((100*$limite_adherent['consommationInp'])/$limite_adherent['plafondInp'],2); $pourcentageInp = round((100*$limite_adherent['consommationInp'])/$limite_adherent['plafondInp']);
?> ?>
<input type="text" id="nomForm" name="nomForm" class="sr-only" value="frmaccueil"> <input type="text" id="nomForm" name="nomForm" class="sr-only" value="frmaccueil">
@ -228,7 +228,7 @@
</div> </div>
<div class="d-flex align-items-center"> <div class="d-flex align-items-center">
<div class="h4 mb-0 mr-2 me-2" style="font-weight:bold"> <div class="h4 mb-0 mr-2 me-2" style="font-weight:bold">
<?= format_N($limite_adherent['consommationOut'])." ".substr($_SESSION['devise_C'],0,1) ?> <?= format_N($limite_adherent['consommationOut'])." / ".format_N($limite_adherent['consommationInp']). " ".substr($_SESSION['devise_C'],0,1) ?>
</div> </div>
<div class="progress flex-grow-1" style="height: 6px;"> <div class="progress flex-grow-1" style="height: 6px;">
<div class="progress-bar bg-info border border-info" role="progressbar" <div class="progress-bar bg-info border border-info" role="progressbar"
@ -254,7 +254,7 @@
<?= _("Solde") ?> <?= _("Solde") ?>
</div> </div>
<div class="h4 mb-0" style="font-weight:bold"> <div class="h4 mb-0" style="font-weight:bold">
<?= format_N($limite_adherent['soldeConsommationOut'])." ".substr($_SESSION['devise_C'],0,1) ?> <?= format_N($limite_adherent['soldeConsommationOut'])." / ".format_N($limite_adherent['soldeConsommationInp']). " ".substr($_SESSION['devise_C'],0,1) ?>
</div> </div>
</div> </div>
<div class="ml-2"> <div class="ml-2">