?? userlogin.jsp
字號:
<%@ page contentType="text/html;charset=gb2312" language="java"%>
<%@ include file="/common/taglibs.jsp"%>
<html:html>
<head>
<title>
用戶登錄
</title>
</head>
<link href="images/myStyleClass.css" rel="stylesheet" type="text/css">
<body>
<%@ include file="/common/header.jsp"%>
<html:errors />
<html:form action="userlogin.do" focus="username">
<center>
<table border="0" cellspacing="2" cellpadding="2" width="100%">
<tr>
<td width="40%" align="right">
用戶名
</td>
<td width="60%">
<html:text property="username" />
</td>
</tr>
<tr>
<td align="right">
密碼
</td>
<td width="60%">
<html:password property="password" />
</td>
</tr>
<tr>
<td align="right">
<html:submit property="submit">
登錄
</html:submit>
</td>
<td align="left">
<html:reset>
重置
</html:reset>
</td>
</tr>
</table>
</center>
</html:form>
<%@ include file="/common/footer.jsp"%>
</body>
</html:html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -