a
This commit is contained in:
parent
fdb2554255
commit
bf8d0e9acf
|
|
@ -142,8 +142,8 @@
|
|||
<?php
|
||||
$this->titre = "Intersanté - Accueil";
|
||||
|
||||
$pourcentageOut = round((100*$limite_adherent['consommationOut'])/$limite_adherent['plafondOut'],2);
|
||||
$pourcentageInp = round((100*$limite_adherent['consommationInp'])/$limite_adherent['plafondInp'],2);
|
||||
$pourcentageOut = round((100*$limite_adherent['consommationOut'])/$limite_adherent['plafondOut']);
|
||||
$pourcentageInp = round((100*$limite_adherent['consommationInp'])/$limite_adherent['plafondInp']);
|
||||
|
||||
?>
|
||||
<input type="text" id="nomForm" name="nomForm" class="sr-only" value="frmaccueil">
|
||||
|
|
@ -228,7 +228,7 @@
|
|||
</div>
|
||||
<div class="d-flex align-items-center">
|
||||
<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 class="progress flex-grow-1" style="height: 6px;">
|
||||
<div class="progress-bar bg-info border border-info" role="progressbar"
|
||||
|
|
@ -254,7 +254,7 @@
|
|||
<?= _("Solde") ?>
|
||||
</div>
|
||||
<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 class="ml-2">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user