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 ?>');" <tr onclick="javascript:selectionner_beneficiaire(<?= $idBeneficiaire ?>,'<?= $numeroBeneficiaire ?>');"
ondblclick="javascript:afficher_beneficiaire_id();" valign="top"> ondblclick="javascript:afficher_beneficiaire_id();" valign="top">
<td align="center" style="position: relative; z-index: 1;"> <td align='center'>
<?php if($faceRegistered == "1"): ?> <?php if($faceRegistered == "1"): ?>
<div class="photo-zoom-container" style="display: inline-block;"> <img class="photoId rounded-circle photo-zoom"
<img class="photoId rounded-circle photo-zoom" src="<?=$photoAssureCrypte?>"
src="<?=$photoAssureCrypte?>" alt="<?= _("Photo Bénéficiaire") ?>"
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>
<?php endif; ?> <?php endif; ?>
</td> </td>

View File

@ -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
@ -408,6 +409,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
"cheminPhoto" => $_SESSION['cheminPhoto'], "cheminPhoto" => $_SESSION['cheminPhoto'],
) )
); );
*/
?> ?>
<?= $contenu ?> <?= $contenu ?>