This commit is contained in:
KANE LAZENI 2026-01-04 12:39:50 +00:00
parent 0b4ec5ab62
commit cdb474f7ab
2 changed files with 7 additions and 11 deletions

View File

@ -228,18 +228,12 @@
<tr onclick="javascript:selectionner_beneficiaire(<?= $idBeneficiaire ?>,'<?= $numeroBeneficiaire ?>');"
ondblclick="javascript:afficher_beneficiaire_id();" valign="top">
<td align="center" style="position: relative; z-index: 1;">
<td align='center'>
<?php if($faceRegistered == "1"): ?>
<div class="photo-zoom-container" style="display: inline-block;">
<img class="photoId rounded-circle photo-zoom"
src="<?=$photoAssureCrypte?>"
alt="<?= _("Photo Bénéficiaire") ?>"
>
</div>
<?php else: ?>
<div class="photo-zoom-container" style="display: inline-block;">
<i class="fas fa-user-circle photo-vide"></i>
</div>
<img class="photoId rounded-circle photo-zoom"
src="<?=$photoAssureCrypte?>"
alt="<?= _("Photo Bénéficiaire") ?>"
>
<?php endif; ?>
</td>

View File

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