📄 passwordchange.jsp
字号:
<jsp:include page="/include/global.jsp"/>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ page contentType="text/html; charset=GBK" %>
<html:html>
<head>
<title><bean:message key="global.future"/> <bean:message key="global.version"/>
</title>
<base target="_self">
<meta http-equiv="Pragma" content="no-cache">
<link rel="stylesheet" type="text/css" href="../../common/olstyle.css">
<script language="JavaScript" src="../../common/meizzDate.js"></script>
<script language="JavaScript">
<!--
function validate() {
return true;
}
//-->
</script>
</head>
<body onload="showErrors();">
<html:form action="/admin/user/passwordSave.do" onsubmit="return validate(this);">
<html:hidden property="id"/>
<table width="90%" align="center">
<tr>
<td align="center" valign="top">
</td>
</tr>
<tr>
<td>
<table width="100%" height="25" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="20" bgcolor="#669999"><div align="center"><font color="#FFFF99">修改密码</font></div></td>
</tr>
</table>
<table width="100%">
<tr class="inputRow">
<td align="right" width="80">用 户 名 </td>
<td><html:hidden property="username" write="true" />
</td>
</tr>
<tr class="inputRow">
<td align="right" width="80">人员姓名 </td>
<td><html:hidden property="fullName" write="true"/>
</td>
</tr>
<tr class="inputRow">
<td align="right" width="80"><bean:message key="global.red_asterisk"/> 新 密 码 </td>
<td><html:password property="password1" maxlength="30" title="30个字符以内" style="width:140"/>
</td>
</tr>
<tr class="inputRow">
<td align="right" width="80"><bean:message key="global.red_asterisk"/> 确认密码 </td>
<td><html:password property="password2" style="width:140"/>
</td>
</tr>
</table>
<hr>
<jsp:include page="/include/savebuttons.jsp"/>
</td>
</tr>
</table>
</html:form>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -