webui: Move admin copyright to login page

- Remove admin footer from backend pages to avoid content overlap
- Show copyright text at the bottom-left of the login page instead
- Simplify admin content area layout after dropping footer

Signed-off-by: Sean Du <do4suki@gmail.com>
This commit is contained in:
2026-06-04 19:31:36 +08:00
parent fa2efe4298
commit b1049d804a
7 changed files with 104 additions and 86 deletions
+1 -3
View File
@@ -9,7 +9,7 @@
{{ template "admin/nav/css.html" . }}
</head>
<body>
<body class="layui-layout-body">
<div class="layui-layout layui-layout-admin">
{{ template "admin/nav/header.html" . }}
{{ template "admin/nav/side.html" . }}
@@ -17,8 +17,6 @@
<div class="layui-body">
<div style="padding: 15px;">{{ .url }}</div>
</div>
{{ template "admin/nav/footer.html" . }}
</div>
<script src="/static/js/layui.js"></script>
</body>