📄 logon.jsp
字号:
<%@ include file="/pub/jsp/common.jsp" %>
<html>
<head>
<title><bean:message key="logon"/></title>
<link rel="stylesheet" href="pub/css/common.css">
<html:javascript formName="userForm" dynamicJavascript="true"
staticJavascript="true"/>
</head>
<body>
<center>
<h1><bean:message key="logon"/></h1>
<html:form action="/logon" method="post" focus="name"
onsubmit="return validateUserForm( this );">
<html:hidden property="p" value="logon"/>
<html:errors />
<table>
<tr>
<td><bean:message key="userForm.name"/></td>
<td>
<input type="text" name="name" />
<font color="red">*</font>
</td>
</tr>
<tr>
<td><bean:message key="userForm.password"/></td>
<td>
<input type="password" name="password" />
<font color="red">*</font>
</td>
</tr>
<tr>
<td align="center" colspan="2">
<html:submit titleKey="logon.btn.logon">
<bean:message key="logon.btn.logon"/>
</html:submit>
<html:reset titleKey="btn.reset">
<bean:message key="btn.reset"/>
</html:reset>
</td>
</tr>
</table>
</html:form>
<p> <p>
<img src="images/register.jpg" width="170">
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -