upload tài liệu

This commit is contained in:
2026-08-06 10:44:25 +07:00
parent 92bcb04682
commit 26094ee4d6
10 changed files with 620 additions and 8 deletions

View File

@@ -9,7 +9,7 @@
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet"/>
<!-- Material Symbols -->
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap" rel="stylesheet"/>
<link rel="stylesheet" href="../css/main.css" />
<link rel="stylesheet" href="../css/main.css?v=20260806-4" />
<!-- Notiflix Notify -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/notiflix@3.2.7/dist/notiflix-3.2.7.min.css" />
<script src="https://cdn.jsdelivr.net/npm/notiflix@3.2.7/dist/notiflix-aio-3.2.7.min.js"></script>
@@ -281,7 +281,7 @@
</a>
</div>
<!-- Primary Nav -->
<nav class="flex-1 px-3 space-y-4">
<nav class="flex-1 px-3 space-y-4 overflow-y-auto">
<div>
<div class="tree-label">Tài khoản</div>
<div class="tree-branch">
@@ -340,6 +340,16 @@
</div>
</div>
<div>
<div class="tree-label">Tài liệu</div>
<div class="tree-branch">
<a href="#documents" data-nav="documents" class="flex items-center gap-3 px-3 py-2 text-slate-600 dark:text-slate-400 hover:text-slate-900 hover:bg-slate-200/50 transition-all group cursor-pointer rounded-r-lg">
<span class="material-symbols-outlined">picture_as_pdf</span>
<span>Tài liệu PDF</span>
</a>
</div>
</div>
<div id="usersSection" class="pt-2 border-t border-outline-variant/10" style="display: none;">
<a id="usersNav" href="#users" data-nav="users" class="flex items-center gap-3 px-3 py-2 text-slate-600 dark:text-slate-400 hover:text-slate-900 hover:bg-slate-200/50 transition-all group cursor-pointer rounded-lg" style="display: none;">
<span class="material-symbols-outlined">people</span>
@@ -390,6 +400,6 @@
</div>
</main>
<script src="../js/app.js?v=20260717-1"></script>
<script src="../js/app.js?v=20260806-4"></script>
</body>
</html>