📄 password.jsp
字号:
<%@ page language="java" pageEncoding="GBK"%>
<%@ include file="/jsp/_plugin/taglib.jsp"%>
<html>
<head>
<title>编辑用户</title>
<xt:style />
<xt:meta />
<xt:js />
</head>
<body>
<div class="page_title">
  编辑个人密码
</div>
<div align="center">
<xt:form action="/Login">
<xt:hidden property="userID" />
<table border="1" cellspacing="1" cellpadding="3" width="600" class="edit_table">
<col width="100">
<col width="500">
<tr>
<th>原始密码</th>
<td><input type="password" id="username" name="username" prompt="原始密码" maxlength="25" nul="false" style="width:150px;"> <font color="#FF0000">*</font></td>
</tr>
<tr>
<th>密码</th>
<td><input type="password" id="password" name="password" prompt="密码" maxlength="25" nul="false" style="width:150px;"> <font color="#FF0000">*</font></td>
</tr>
<tr>
<th>重复密码</th>
<td><input type="password" id="repassword" name="repassword" prompt="重复密码" maxlength="25" nul="false" style="width:150px;" equals="password"> <font color="#FF0000">*</font></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="600" class="button_table">
<tr>
<td width="50%"><xt:submitButton text="保 存" actionMethod="save"/></td>
<td width="50%"><button onclick="javascript:history.back()">关 闭</button></td>
</tr>
</table>
</xt:form>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -