📄 update.jsp
字号:
<%@ page contentType="text/html;charset=gb2312" pageEncoding="gb2312" isELIgnored="false"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>达内课程调查系统</title>
<meta name="generator" content="TonyDeng">
<meta name="keywords" content="达内课程调查系统">
<meta name="description" content="明天会更好!">
<link href="../inc_css/tarena.css" rel="stylesheet" type="text/css">
<LINK href="../inc_css/support.css" type=text/css rel=stylesheet>
</head>
<html>
<head>
<title>JSP for personForm form</title>
</head>
<body>
<html:form action="/manager/updateManagerPassword.do">
<input type="hidden" name="id" value="<bean:write name="person" property="id" scope="session"/>"/>
<input type="hidden" name="name" value="<bean:write name="person" property="name" scope="session"/>"/>
<table border="0" width="100%" height="100%">
<tr>
<td valign="center">
<table border="0" align="center" cellpadding="2" cellspacing="2">
<tr>
<td colspan="2">
<html:errors/>
</td>
</tr>
<tr>
<td colspan="2" bgcolor="#CCCCCC" align="center">
<b>修改密码</b>
</td>
</tr>
<tr>
<td width="50"><b>用户名:</b></td>
<td><html:text property="name" disabled="true"/><html:errors property="info.name"/></td>
</tr>
<tr>
<td width="50"><b>密码:</b></td>
<td><html:password property="password"/><html:errors property="info.password"/></td>
</tr>
<tr>
<td colspan="2" align="center"><html:submit>提交</html:submit><html:reset>重置</html:reset></td>
</tr>
<tr>
<td colspan="2">
<p> </p>
<p> </p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</html:form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -