a
This commit is contained in:
parent
c757aaed0a
commit
586aeeb3b7
|
|
@ -524,6 +524,7 @@
|
|||
$photoAssureCrypte = $photo;
|
||||
|
||||
}
|
||||
/*
|
||||
var_dump
|
||||
(
|
||||
array(
|
||||
|
|
@ -531,6 +532,8 @@
|
|||
)
|
||||
|
||||
);
|
||||
*/
|
||||
|
||||
$prestationPossible = $this->nettoyer($beneficiaire['prestationPossibleEncaissement']);
|
||||
|
||||
$impaye = ($prestationPossible=="0") ? 1 : 0;
|
||||
|
|
|
|||
|
|
@ -54,15 +54,6 @@
|
|||
|
||||
// $imgData = $_SESSION['photoAssureCrypte'];
|
||||
$photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
||||
|
||||
var_dump
|
||||
(
|
||||
array(
|
||||
"photoAssureCrypte" => $photoAssureCrypte,
|
||||
)
|
||||
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
<style>
|
||||
|
|
@ -170,7 +161,7 @@
|
|||
<div class="col-12 col-md-3 text-center mb-4">
|
||||
<?php if ($beneficiaire['faceRegistered']=="1"): ?>
|
||||
<img
|
||||
src="<?=$photoAssureCrypte?>"
|
||||
src="<?=$photoAssureCrypte?>"
|
||||
class="img-fluid rounded-circle shadow"
|
||||
style="width: 120px; height: 120px; object-fit: cover; cursor:pointer;"
|
||||
data-bs-toggle="modal"
|
||||
|
|
|
|||
|
|
@ -24,6 +24,17 @@
|
|||
$companyDisplayName = htmlspecialchars($_SESSION['nomSociete'], ENT_QUOTES);
|
||||
|
||||
$imgData = $_SESSION['photoAssureCrypte'];
|
||||
$photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
||||
|
||||
var_dump
|
||||
(
|
||||
array(
|
||||
"photoAssureCrypte" => $photoAssureCrypte,
|
||||
)
|
||||
|
||||
);
|
||||
|
||||
|
||||
?>
|
||||
|
||||
<!doctype html>
|
||||
|
|
@ -364,7 +375,8 @@
|
|||
<!-- Photo -->
|
||||
<div class="photo-container text-center mb-2">
|
||||
<?php if ($_SESSION['faceRegistered_C']=="1" && $_SESSION['idBeneficiaire_C'] > "0"): ?>
|
||||
<img src="data:image/jpg;base64,<?=$imgData?>"
|
||||
<img
|
||||
src="<?=$photoAssureCrypte?>"
|
||||
class="img-fluid rounded" style="width: 200px;" data-bs-toggle="modal" data-bs-target="#pop_photo" alt="<?= _("Photo") ?>">
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
|
@ -485,7 +497,7 @@
|
|||
</div>
|
||||
|
||||
<div class="modal-body">
|
||||
<img src="data:image/jpg;base64,<?=$imgData?>" style="width: 450px;" >
|
||||
<img src="<?=$photoAssureCrypte?>" style="width: 450px;" >
|
||||
</div>
|
||||
|
||||
<div class="modal-footer">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user