?? registration.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 />
<table width="68%" border="0" align="center">
<tr align="center">
<td>
<A href="javascript:history.go(-1);">
返回上一頁
</A>
</td>
</tr>
</table>
<html:form action="submitregistration.do">
<table width="72%" border="1" align="center">
<tr>
<td width="21%">
用戶名:
</td>
<td width="79%">
<INPUT class=input2 maxLength=20 name=username>
* (由英文字母、數(shù)字、漢字和下劃線"_"組成)
</td>
</tr>
<tr>
<td>
密碼:
</td>
<td>
<INPUT class=input2 type=password maxLength=16 name=password>
*
</td>
</tr>
<tr>
<td>
確認(rèn)密碼:
</td>
<td>
<INPUT class=input2 type=password maxLength=16 name=password2>
*
</td>
</tr>
<tr>
<td>
性別:
</td>
<td>
<INPUT type=radio CHECKED value=0 name=sex>
男
<INPUT type=radio value=1 name=sex>
女
</td>
</tr>
<tr>
<td>
電子郵箱:
</td>
<td>
<INPUT class=input2 maxLength=40 name=email>
*
</td>
</tr>
<tr>
<td>
ICQ:
</td>
<td>
<INPUT class=input2 maxLength=40 name=icq>
</td>
</tr>
<tr>
<td>
簽名檔:
</td>
<td>
<TEXTAREA class=input2 name=signature rows=10 cols=50></TEXTAREA>
</td>
</tr>
<tr>
<td>
<html:submit property="submit">
確認(rèn)
</html:submit>
</td>
<td>
<html:reset>重寫</html:reset>
</td>
</tr>
</table>
</html:form>
<%@ include file="/common/footer.jsp"%>
</body>
</html:html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -