mirror of
https://github.com/wowlikon/LiB.git
synced 2026-02-04 04:31:09 +00:00
Улучшение безопасности
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{% extends "base.html" %} {% block content %}
|
||||
{% extends "base.html" %} {% block title %}LiB - Книга{% endblock %}
|
||||
{% block content %}
|
||||
<div class="container mx-auto p-4 max-w-6xl">
|
||||
<div id="book-card" class="bg-white rounded-lg shadow-md p-6 mb-6">
|
||||
<div class="flex items-center justify-between mb-4">
|
||||
@@ -143,7 +144,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Секция выдачи для библиотекарей и администраторов -->
|
||||
<div id="loans-section" class="hidden bg-white rounded-lg shadow-md p-6">
|
||||
<div class="flex items-center justify-between mb-4">
|
||||
<h2 class="text-xl font-bold text-gray-900">Выдачи книги</h2>
|
||||
@@ -175,7 +175,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Модальное окно для выдачи книги -->
|
||||
<div
|
||||
id="loan-modal"
|
||||
class="hidden fixed inset-0 z-50 overflow-y-auto"
|
||||
@@ -296,5 +295,5 @@
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %} {% block scripts %}
|
||||
<script src="/static/book.js"></script>
|
||||
<script src="/static/page/book.js"></script>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user