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