' . ''; ob_start(); ?>
function confirmDelete(noteId, noteTitle) { document.getElementById("deleteNoteId").value = noteId; document.getElementById("noteTitle").textContent = noteTitle; const deleteModal = new bootstrap.Modal(document.getElementById("deleteModal")); deleteModal.show(); } '; require __DIR__ . '/../layout.php'; ?>