42 lines
1.8 KiB
PHP
42 lines
1.8 KiB
PHP
<!-- Modal Preview -->
|
|
<div class="modal fade" id="previewModal" tabindex="-1" aria-labelledby="previewModalLabel" aria-hidden="true">
|
|
<div class="modal-dialog modal-xl modal-dialog-centered modal-dialog-scrollable">
|
|
<div class="modal-content">
|
|
|
|
<!-- Header -->
|
|
<div class="modal-header">
|
|
<h6 class="modal-title" id="previewModalLabel">
|
|
📄 Preview <strong id="confirm_preview_file"></strong>
|
|
</h6>
|
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
|
</div>
|
|
|
|
<!-- Body -->
|
|
<div class="modal-body p-2" style="min-height:250px; max-height:70vh; overflow:auto;">
|
|
<div class="d-flex justify-content-end align-items-center sticky-top bg-white z-10">
|
|
<button type="button" class="btn btn-sm btn-outline-danger mb-2 me-2" id="delete-file">🗑 Hapus</button>
|
|
<button type="button" class="btn btn-sm btn-outline-primary mb-2" id="download-file">⬇ Download</button>
|
|
</div>
|
|
<div id="file-preview"
|
|
class="text-center text-muted d-flex justify-content-center align-items-center"
|
|
style="height:100%;">
|
|
<p>📂 Pilih file untuk melihat preview</p>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Footer -->
|
|
<div class="modal-footer d-flex justify-content-between">
|
|
<div>
|
|
<div class="text-black">Klasifikasi Dokumen <strong id="confirm-upload-klasifikasi"></strong></div>
|
|
<div class="mt-2 text-muted fst-italic small text-black">
|
|
Ditambahkan oleh <strong id="confirm-upload-dokumen"></strong> pada <span id="confirm-time-dokumen"></span>
|
|
</div>
|
|
</div>
|
|
|
|
<button type="button" class="btn btn-sm btn-secondary" data-bs-dismiss="modal">Tutup</button>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|