a
This commit is contained in:
parent
c87561efb5
commit
73303e741a
|
|
@ -97,6 +97,8 @@
|
|||
<INPUT class="sr-only" TYPE="text" id="faceRegistered" name="faceRegistered" value="<?= $faceRegistered ?>">
|
||||
<div id="div_patienter" ></div>
|
||||
|
||||
<legend ><?= ("Informations du Bénéficiaire (") . "" . $beneficiaire['numeroBeneficiaire'] . ") => " . _("Couverture") . " : " . dateLang($_SESSION['dateEntreeBeneficiaire_C'], $_SESSION['lang']).' - '.dateLang($_SESSION['dateEcheancePolice_C'], $_SESSION['lang']) . " => " . _("Taux") . " : " . taux_couverture(intval($this->nettoyer($beneficiaire['ticketModerateur'])))?> </legend>
|
||||
|
||||
<style>
|
||||
#container {
|
||||
margin-top:5px;
|
||||
|
|
@ -110,12 +112,8 @@
|
|||
<!-- DEBUT TAG -->
|
||||
<?php if ($carteAvecDonnees=="1") : ?>
|
||||
<div class="mb-3">
|
||||
<!-- <div class="input-group input-group-lg"> -->
|
||||
<!-- <div class="input-group input-group-lg" style="max-width: 600px;"> -->
|
||||
<div class="input-group input-group-lg" style="max-width: 90%;">
|
||||
|
||||
<span class="input-group-text" style="font-size: 13pt;">Tag NFC</span>
|
||||
|
||||
<input type="text"
|
||||
id="tagCarteNfc"
|
||||
value="<?= htmlspecialchars($beneficiaire['tagCarteNfc']) ?>"
|
||||
|
|
@ -123,15 +121,14 @@
|
|||
class="form-control text-center"
|
||||
style="letter-spacing: -1px; font-size:13pt;"
|
||||
>
|
||||
|
||||
<button type="button"
|
||||
class="btn btn-primary"
|
||||
onclick="copierTag()"
|
||||
title="Copier le tag NFC"
|
||||
style="font-size:13pt;">
|
||||
<i class="fas fa-copy"></i> Copier le tag NFC
|
||||
<i class="fas fa-copy"></i>
|
||||
Copier le tag NFC
|
||||
</button>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
@ -165,18 +162,12 @@
|
|||
|
||||
<FORM name= "formfichebeneficiaire" id ="formfichebeneficiaire" method="POST">
|
||||
<fieldset>
|
||||
|
||||
<div class="tab-container">
|
||||
<legend ><?= ("Informations du Bénéficiaire (") . "" . $beneficiaire['numeroBeneficiaire'] . ") => " . _("Couverture") . " : " . dateLang($_SESSION['dateEntreeBeneficiaire_C'], $_SESSION['lang']).' - '.dateLang($_SESSION['dateEcheancePolice_C'], $_SESSION['lang']) . " => " . _("Taux") . " : " . taux_couverture(intval($this->nettoyer($beneficiaire['ticketModerateur'])))?> </legend>
|
||||
|
||||
<button class="sr-only" id="btn_pop_save_face" name="btn_pop_save_face" type="button" data-bs-toggle="modal" data-bs-target="#pop_rec_faciale" > </button>
|
||||
|
||||
<div id="div_urlFace">
|
||||
<input class="sr-only" type="text" id="urlFace" name="urlFace" value="">
|
||||
</div>
|
||||
|
||||
<div id="div_wait_face">
|
||||
|
||||
</div>
|
||||
|
||||
<?php if ($faceActif=='1') : ?>
|
||||
|
|
@ -363,19 +354,6 @@
|
|||
$niveauGlobalConsoBenef = ($consommationGlobaleBenef/$plafondGlobalBeneficiaire)*100;
|
||||
|
||||
$niveauGlobalConsoBenef = number_format($niveauGlobalConsoBenef, 2, ',', ' ');
|
||||
|
||||
/*
|
||||
if($niveauGlobalConsoFamille>='50' && $niveauGlobalConsoFamille<'80'){
|
||||
$styleFamille="background-color: yellow; font-size:10pt;";
|
||||
}elseif($niveauGlobalConsoFamille>='80' && $niveauGlobalConsoFamille <'100'){
|
||||
$styleFamille="background-color: orange; font-size:10pt;";
|
||||
}elseif($niveauGlobalConsoFamille >='100'){
|
||||
$styleFamille="background-color: red; color:white; font-size:10pt;";
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
|
||||
?>
|
||||
<tr>
|
||||
<td> <?= _("Plafond Famille") ?> </td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user