?? register.jsp
字號:
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<jsp:useBean id="userInf" class="ynuBean.User" scope="request"/>
<jsp:useBean id="errInf" class="ynuBean.User" scope="request"/>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>農藥信息管理系統(tǒng)之注冊篇</title>
</head>
<body>
<h1>農藥信息管理系統(tǒng)</h1>
<p> </p><br>
<form name="form1" method="post" action="/PesticideInfoManagement/servlet/RegisterControllServlet">
<table width="951" height="332" border="1">
<tr>
<th width="941" height="44" align="left" bgcolor="#6699FF" >注冊</span></th>
</tr>
<tr>
<td height="40">用戶名
<input type="text" name="useralise"> (不含空格,長度為4~10位)
<span class="errInf"><jsp:getProperty name="errInf" property="username"/></span></td>
</tr>
<tr>
<td height="38">真實姓名
<input type="text" name="username"> (請務必填入真實信息)
<span class="errInf"><jsp:getProperty name="errInf" property="realname"/></span></td>
</tr>
<tr>
<td height="38">密碼
<input type="password" name="userpassword"> (不含空格,長度為6~12位)
<span class="errInf"><jsp:getProperty name="errInf" property="pwd"/></span></td>
</tr>
<tr>
<td height="38">確認密碼
<input type="password" name="userrepawd"> (再次輸入密碼)</td>
</tr>
<tr>
<td height="38">電子郵箱
<input type="text" name="email"> (請正確填寫)
<span class="errInf"><jsp:getProperty name="errInf" property="email"/></span></td>
</tr>
<tr>
<td height="38">銀行帳號
<input type="text" name="account">(請正確填寫)
<span class="errInf"><jsp:getProperty name="errInf" property="accountNum"/></span>
</td>
</tr>
</table>
<br>
<div align=center>
<input type="submit" name="Submit" value="注     冊"/>
</div>
</form>
<p> </p>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -