dsz
This commit is contained in:
parent
423f97950e
commit
f95278c8c6
|
|
@ -225,16 +225,10 @@
|
|||
<div class="position-relative d-inline-block mb-3">
|
||||
<?php if($faceRegistered == "1"): ?>
|
||||
<img src="<?=$photoAssureCrypte?>" class="img-thumbnail rounded-circle shadow" style="width: 150px; height: 150px; object-fit: cover;">
|
||||
<button type="button" onClick="ebene_init_confirm_photo_face();" class="btn btn-sm btn-success position-absolute bottom-0 end-0 rounded-circle">
|
||||
<i class="fa-solid fa-check"></i>
|
||||
</button>
|
||||
<?php else: ?>
|
||||
<div class="rounded-circle bg-secondary d-flex align-items-center justify-content-center shadow" style="width: 150px; height: 150px;">
|
||||
<i class="fa-solid fa-user-slash fa-4x text-white-50"></i>
|
||||
</div>
|
||||
<button type="button" onClick="ebene_init_photo_face();" class="btn btn-sm btn-primary position-absolute bottom-0 end-0 rounded-circle">
|
||||
<i class="fa-solid fa-camera"></i>
|
||||
</button>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<h5 class="mb-1 fw-bold"><?= $beneficiaire['numeroAdherent'] ?></h5>
|
||||
|
|
@ -395,7 +389,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php include 'faceebene/ebenetraitementimage.php'; ?>
|
||||
<?php //include 'faceebene/ebenetraitementimage.php'; ?>
|
||||
|
||||
<script>
|
||||
// Configuration commune
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user