From 13b7244375ce992b6be5033d3c710ffbc815e753 Mon Sep 17 00:00:00 2001 From: LYH <2275734158@qq.com> Date: Wed, 18 Dec 2024 20:15:54 +0800 Subject: [PATCH] 1 --- javaweb_project/web/modify/modifypassword.jsp | 89 ++++++++++++------- 1 file changed, 55 insertions(+), 34 deletions(-) diff --git a/javaweb_project/web/modify/modifypassword.jsp b/javaweb_project/web/modify/modifypassword.jsp index 5347bef..d42cbf9 100644 --- a/javaweb_project/web/modify/modifypassword.jsp +++ b/javaweb_project/web/modify/modifypassword.jsp @@ -1,45 +1,66 @@ <%@page import="java.util.Date"%> + <%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> + pageEncoding="UTF-8"%> + <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + - -教务管理系统 + + + 教务管理系统 + - -
-
- <% String tokenValue = new Date().getTime() +""; %> - -
-
-
- ${sessionScope.message } - <%session.removeAttribute("message"); %> -
-
- -
-
- 旧密码: -
-
-
- 新密码: -
-
-
- 确认密码: -
-
-
- - 返回 -
-
+ +
+
+ <% String tokenValue = new Date().getTime() + ""; %> + + +
+
+ +
+ ${sessionScope.message } + + <%session.removeAttribute("message"); %> + +
+
+ + +
+
+ 旧密码: + +
+
+
+ 新密码: + +
+
+
+ 确认密码: + +
+
+
+ + + 返回 + +
+
+
\ No newline at end of file -- 2.34.1