a
This commit is contained in:
parent
08608d9ae5
commit
81e666be90
|
|
@ -321,15 +321,22 @@
|
||||||
|
|
||||||
</FORM>
|
</FORM>
|
||||||
|
|
||||||
<img
|
<div class="row align-items-start">
|
||||||
|
<!-- Colonne pour l'image -->
|
||||||
|
<div class="col-auto">
|
||||||
|
<img
|
||||||
src="<?=$photoAssureCrypte?>"
|
src="<?=$photoAssureCrypte?>"
|
||||||
class="img-fluid rounded-circle shadow"
|
class="img-fluid rounded-circle shadow"
|
||||||
style="width: 120px; height: 120px; object-fit: cover; cursor:pointer;"
|
style="width: 120px; height: 120px; object-fit: cover; cursor:pointer;"
|
||||||
data-bs-toggle="modal"
|
data-bs-toggle="modal"
|
||||||
data-bs-target="#pop_photo"
|
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']<=' '): ?>
|
<?php if ($beneficiaire['lienPhoto']<=' '): ?>
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<INPUT style="text-align: center" class="form-control" TYPE="text" value="<?= _("Aucune photo") ?>" readonly>
|
<INPUT style="text-align: center" class="form-control" TYPE="text" value="<?= _("Aucune photo") ?>" readonly>
|
||||||
|
|
@ -366,6 +373,8 @@
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<INPUT style="text-align: center" class="form-control" TYPE="text" value="<?= _("Fichier Photo Actuel") ?> : <?= $beneficiaire['lienPhoto'] ?>" readonly>
|
<INPUT style="text-align: center" class="form-control" TYPE="text" value="<?= _("Fichier Photo Actuel") ?> : <?= $beneficiaire['lienPhoto'] ?>" readonly>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<?php include 'faceebene/ebenetraitementimage.php'; ?>
|
<?php include 'faceebene/ebenetraitementimage.php'; ?>
|
||||||
|
|
|
||||||
|
|
@ -400,6 +400,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
||||||
<div id="contenu">
|
<div id="contenu">
|
||||||
<div id="div_test_gabarit"></div>
|
<div id="div_test_gabarit"></div>
|
||||||
<?php
|
<?php
|
||||||
|
/*
|
||||||
var_dump
|
var_dump
|
||||||
(
|
(
|
||||||
array
|
array
|
||||||
|
|
@ -410,6 +411,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
||||||
"faceActif" => $_SESSION['faceActif'],
|
"faceActif" => $_SESSION['faceActif'],
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
*/
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?= $contenu ?>
|
<?= $contenu ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user