This commit is contained in:
KANE LAZENI 2026-01-04 10:43:16 +00:00
parent 08608d9ae5
commit 81e666be90
2 changed files with 56 additions and 45 deletions

View File

@ -321,14 +321,21 @@
</FORM>
<div class="row align-items-start">
<!-- Colonne pour l'image -->
<div class="col-auto">
<img
src="<?=$photoAssureCrypte?>"
class="img-fluid rounded-circle shadow"
style="width: 120px; height: 120px; object-fit: cover; cursor:pointer;"
data-bs-toggle="modal"
data-bs-target="#pop_photo"
alt="Photo du bénéficiaire">
alt="Photo du bénéficiaire"
>
</div>
<!-- Colonne pour le formulaire -->
<div class="col">
<form enctype="multipart/form-data" action="Fichebeneficiaire/<?= $_SESSION['idBeneficiaire_C'] ?>/" method="post">
<?php if ($beneficiaire['lienPhoto']<=' '): ?>
<div class="col-xs-12">
@ -367,5 +374,7 @@
<INPUT style="text-align: center" class="form-control" TYPE="text" value="<?= _("Fichier Photo Actuel") ?> : <?= $beneficiaire['lienPhoto'] ?>" readonly>
<?php endif; ?>
</form>
</div>
</div>
<?php include 'faceebene/ebenetraitementimage.php'; ?>

View File

@ -400,6 +400,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
<div id="contenu">
<div id="div_test_gabarit"></div>
<?php
/*
var_dump
(
array
@ -410,6 +411,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
"faceActif" => $_SESSION['faceActif'],
)
);
*/
?>
<?= $contenu ?>