Feat: Photo Upload, Zoom/Pan UI, and Default Placeholders

This commit is contained in:
2026-01-18 17:12:52 +08:00
parent 74b8f572a2
commit c5abd68e9e
15 changed files with 569 additions and 31 deletions

View File

@@ -18,6 +18,18 @@
<div class="card-body p-0">
<table class="table">
<tbody>
<tr>
<td style="width: 150px">
<b>Foto KTP</b>
</td>
<td>
<?php if(!empty($data_cek['foto_ktp'])): ?>
<img src="foto/ktp/<?php echo $data_cek['foto_ktp']; ?>" width="200px" style="border: 2px solid #6c757d; padding: 3px; border-radius: 5px; cursor: pointer;" onclick="showImage(this.src)" title="Klik untuk memperbesar">
<?php else: ?>
<img src="dist/img/noprofile.png" width="200px" style="border: 2px solid #6c757d; padding: 3px; border-radius: 5px;">
<?php endif; ?>
</td>
</tr>
<tr>
<td style="width: 150px">
<b>NIK</b>