From a1c0f00bc71846b3604d2b2a8f46194812886c61 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 4 Jan 2026 12:28:06 +0000 Subject: [PATCH 1/4] a --- Vue/Ficheadherent/index.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/Vue/Ficheadherent/index.php b/Vue/Ficheadherent/index.php index ec88101..12e2f4d 100644 --- a/Vue/Ficheadherent/index.php +++ b/Vue/Ficheadherent/index.php @@ -207,10 +207,40 @@ { $lienParente = $this->nettoyer($beneficiaire['LienParente']); } + + $faceRegistered = $this->nettoyer($beneficiaire['faceRegistered']); + $lienPhoto = $this->nettoyer($beneficiaire['lienPhoto']); + + // vérifier que la photo du bénéficiaire existe + $photo = ""; + $photoAssureCrypte = ""; + + if($faceRegistered == "1" && $lienPhoto>" ") + { + $photo = $_SESSION['dossierPhoto_C'].$_SESSION['dossierSociete'].'/Photos/'.$lienPhoto; + + $photoAssureCrypte = $photo; + + } ?> + + + +
+ <?= _(" + > +
+ +
+ +
+ + Date: Sun, 4 Jan 2026 12:29:18 +0000 Subject: [PATCH 2/4] a --- Vue/Ficheadherent/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Vue/Ficheadherent/index.php b/Vue/Ficheadherent/index.php index 12e2f4d..4e72143 100644 --- a/Vue/Ficheadherent/index.php +++ b/Vue/Ficheadherent/index.php @@ -164,6 +164,7 @@ + From 0b4ec5ab622bb1e2612d557583fb54deaf3f3357 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 4 Jan 2026 12:36:23 +0000 Subject: [PATCH 3/4] a --- Controleur/ControleurConnexion.php | 1 + Vue/gabarit.php | 6 +----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Controleur/ControleurConnexion.php b/Controleur/ControleurConnexion.php index 33cc27b..4356402 100644 --- a/Controleur/ControleurConnexion.php +++ b/Controleur/ControleurConnexion.php @@ -449,6 +449,7 @@ require_once 'Framework/Localisation.php'; $this->requete->getSession()->setAttribut("dossierGed", $_SESSION['lienProduction_C'].$_SESSION['dossierSociete'].'/Ged/'); $this->requete->getSession()->setAttribut("cheminGed", $_SESSION['dossierSociete'].'/Ged/'); + $this->requete->getSession()->setAttribut("cheminPhoto", $_SESSION['dossierPhoto_C'].$_SESSION['dossierSociete'].'/Photos/'); $this->requete->getSession()->setAttribut("devise_C", $utilisateur['devise']); $this->requete->getSession()->setAttribut("langSociete", $utilisateur['codeLangueSociete']); diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 29ed0b1..4ab3061 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -400,18 +400,14 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
$_SESSION['lienPhotoFace'], - "okId_face" => $_SESSION['okId_face'], - "fingerActif" => $_SESSION['fingerActif'], - "faceActif" => $_SESSION['faceActif'], + "cheminPhoto" => $_SESSION['cheminPhoto'], ) ); - */ ?> From cdb474f7ab687c186aec4bfacdbb61a9bb789f14 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 4 Jan 2026 12:39:50 +0000 Subject: [PATCH 4/4] a --- Vue/Ficheadherent/index.php | 16 +++++----------- Vue/gabarit.php | 2 ++ 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/Vue/Ficheadherent/index.php b/Vue/Ficheadherent/index.php index 4e72143..802b21e 100644 --- a/Vue/Ficheadherent/index.php +++ b/Vue/Ficheadherent/index.php @@ -228,18 +228,12 @@
- diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 4ab3061..235bb72 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -400,6 +400,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
$_SESSION['cheminPhoto'], ) ); + */ ?>
+ -
- <?= _(" - > -
- -
- -
+ <?= _(" + >