From 28f99910d6cef96d929c9485915cba42049790e1 Mon Sep 17 00:00:00 2001 From: wang ziting <3165305859@qq.com> Date: Fri, 13 Dec 2024 23:25:25 +0800 Subject: [PATCH] wang --- src/main/webapp/WEB-INF/jsp/admin-add.jsp | 65 +++-- src/main/webapp/WEB-INF/jsp/admin-edit.jsp | 89 +++++-- src/main/webapp/WEB-INF/jsp/admin-list.jsp | 247 ++++++++---------- src/main/webapp/css/nouislider.css | 163 ++++++++---- src/main/webapp/css/style.css | 287 ++++++++++++++++----- 5 files changed, 546 insertions(+), 305 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/admin-add.jsp b/src/main/webapp/WEB-INF/jsp/admin-add.jsp index c89bdfa..bf1df89 100644 --- a/src/main/webapp/WEB-INF/jsp/admin-add.jsp +++ b/src/main/webapp/WEB-INF/jsp/admin-add.jsp @@ -5,22 +5,32 @@ Date: 2020/2/12 Time: 13:06 To change this template use File | Settings | File Templates. + 上面这部分是JSP页面的头部注释,说明了该文件创建时的相关信息,如创建者、创建日期、时间以及提示如何修改模板等内容 --%> <%@ page contentType="text/html;charset=UTF-8" language="java" %> Title + + + + +

+
+
+
+
@@ -51,8 +61,11 @@
+ +
+
+
+
+
+
+
+
+
+
+ + 返回列表
+ - - + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/admin-list.jsp b/src/main/webapp/WEB-INF/jsp/admin-list.jsp index 89d719c..6f980fb 100644 --- a/src/main/webapp/WEB-INF/jsp/admin-list.jsp +++ b/src/main/webapp/WEB-INF/jsp/admin-list.jsp @@ -4,6 +4,7 @@ Date: 2020/2/10 Time: 21:45 To change this template use File | Settings | File Templates. + 这部分是JSP页面的头部注释,说明了该文件创建时的相关信息,如创建者、创建日期、时间以及提示如何修改模板等内容 --%> <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> @@ -11,38 +12,59 @@ + + + + + + + + + + + + +<%-- 以下这部分代码被注释掉了,原本可能是用于页面导航栏的展示,包含了面包屑导航以及一个刷新按钮,点击刷新按钮可重新加载当前页面 --%> <%--
首页 @@ -53,32 +75,46 @@
--%> +
+
+
+
+
+
+
+
+
+ 添加 + 导出 + 共有数据:${pageInfo.total} 条
+ + @@ -92,35 +128,43 @@ <% int j = 1; %> + - - - - - - - - - - - + + + + + + + + + + + +
ID 用户名 姓名
<%=j++%>${admin.username}${admin.name}${admin.uid}${admin.phone}${admin.power}${admin.description} - - - - - - - - - -
<%=j++%>${admin.username}${admin.name}${admin.uid}${admin.phone}${admin.power}${admin.description} + + + + + + + + + + + + +
+ 共 ${pageInfo.pages} 页 当前页:${pageInfo.pageNum} / ${pageInfo.pages}  每页 +