Update templates/base.html
This commit is contained in:
parent
b295322cba
commit
ba3ac6d154
1 changed files with 19 additions and 0 deletions
|
|
@ -52,5 +52,24 @@
|
||||||
<span id="progress-value">↑</span>
|
<span id="progress-value">↑</span>
|
||||||
</div>
|
</div>
|
||||||
<script src="/static/js/back_to_top.js"></script>
|
<script src="/static/js/back_to_top.js"></script>
|
||||||
|
<div id="notificationModal" class="modal-overlay" style="display: none;">
|
||||||
|
<div class="modal-content">
|
||||||
|
<h4 id="notificationTitle">Notification</h4>
|
||||||
|
<p id="notificationBody"></p>
|
||||||
|
<div class="modal-buttons">
|
||||||
|
<button id="notificationCloseBtn" class="btn btn-primary">OK</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="confirmationModal" class="modal-overlay" style="display: none;">
|
||||||
|
<div class="modal-content">
|
||||||
|
<h4 id="modalTitle">Confirm Action</h4>
|
||||||
|
<p id="modalBody">Are you sure you want to proceed with this action?</p>
|
||||||
|
<div class="modal-buttons">
|
||||||
|
<button id="modalConfirmBtn" class="btn btn-danger">Confirm</button>
|
||||||
|
<button id="modalCancelBtn" class="btn btn-secondary">Cancel</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue