17 lines
827 B
Plaintext
17 lines
827 B
Plaintext
<div id="flipBookModal" class="fixed inset-0 bg-black bg-opacity-75 z-50 hidden">
|
|
<div class="flex items-center justify-center h-full p-4">
|
|
<div class="bg-white rounded-lg shadow-2xl max-w-6xl w-full h-5/6 relative">
|
|
<div class="flex justify-between items-center p-4 border-b">
|
|
<h3 id="flipBookTitle" class="text-lg font-semibold">Document Viewer</h3>
|
|
<button id="closeFlipBook" class="text-gray-500 hover:text-gray-700 text-2xl">×</button>
|
|
</div>
|
|
<div class="h-full p-4">
|
|
<div class="sample-container-box h-full">
|
|
<div id="flipBookContainer" class="sample-container flip-book-container h-full" src="">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|