a
This commit is contained in:
parent
0b4ec5ab62
commit
cdb474f7ab
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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 ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user