📄 editpass.jsp
字号:
<%@page contentType="text/html; charset=UTF-8"%>
<%@ include file="/WEB-INF/include/taglib.jsp"%>
<html:html locale="true">
<head>
<TITLE></TITLE>
<LINK href="../css/iplan.css" rel=stylesheet type="text/css">
<SCRIPT language=javascript>
function save()
{
if(validateForm(document.form1)) {
document.form1.action = "passAction.do?method=submit";
document.form1.submit();
}
}
</SCRIPT>
</head>
<html:form styleId="form1" focus="oldpass" action="/passAction.do?method=submit">
<table width="100%" border="0" cellspacing="0" cellpadding="0" >
<tr align="left">
<td align="left" class="TableTxtBold">
<P align="left"><bean:message key="prompt.passwordModify" /></P>
</td>
</tr>
</table>
<hr>
<table width="100%" border="0" cellspacing="0" cellpadding="0" >
<TR>
<TD align="center" class="TableTxtBold">
<html:messages id="msg" message="true" >
<font color="red"><b><bean:write name="msg"/></b></font>
</html:messages>
</TD>
</TR>
<tr>
<td>
<table width="30%" border="0" align="left" class="cellBg" cellspacing="0" cellpadding="0">
<tr>
<td class="TableTxtBold" width="5%" style="vertical-align:middle;"><bean:message key="prompt.oldPassword" /></td>
<td class="TableTxtNorm" width="15%"><html:password property="oldpass" size="20" styleId="oldpass" styleClass="formFill1line" /></td>
</tr>
<tr>
<td class="TableTxtBold" width="5%" style="vertical-align:middle;"><bean:message key="prompt.newPassword" /></td>
<td class="TableTxtNorm" width="15%"><html:password property="newpass" size="20" styleId="newpass" styleClass="formFill1line" /></td>
</tr>
</table>
</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td>
<button class="button" onclick="save();"><bean:message key="button.save" /></button>
</td>
</tr>
</table>
<html:javascript formName="passForm" method="validateForm"/>
</html:form>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -