a
This commit is contained in:
parent
08608d9ae5
commit
81e666be90
|
|
@ -321,15 +321,22 @@
|
|||
|
||||
</FORM>
|
||||
|
||||
<img
|
||||
<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>
|
||||
|
||||
<form enctype="multipart/form-data" action="Fichebeneficiaire/<?= $_SESSION['idBeneficiaire_C'] ?>/" method="post">
|
||||
<!-- 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">
|
||||
<INPUT style="text-align: center" class="form-control" TYPE="text" value="<?= _("Aucune photo") ?>" readonly>
|
||||
|
|
@ -366,6 +373,8 @@
|
|||
<?php else: ?>
|
||||
<INPUT style="text-align: center" class="form-control" TYPE="text" value="<?= _("Fichier Photo Actuel") ?> : <?= $beneficiaire['lienPhoto'] ?>" readonly>
|
||||
<?php endif; ?>
|
||||
</form>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php include 'faceebene/ebenetraitementimage.php'; ?>
|
||||
|
|
|
|||
|
|
@ -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 ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user