📄 register.jsp
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/head.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>Delicious Fruit | Dieter Schneider 2007 | www.csstemplateheaven.com</title>
<!-- InstanceEndEditable -->
<link rel="stylesheet" type="text/css" href="file:///D|/学习/JSp/大型实验/BestMoban.Com/WEB标准模板(欧美)系列302/style.css" />
<!-- InstanceBeginEditable name="head" -->
<style type="text/css">
<!--
.STYLE1 {
color: #99CC00;
font-size: small;
}
-->
</style>
<!-- InstanceEndEditable -->
</head>
<body>
<div id="container">
<div id="header">
<div id="header_left">
<h1>Big Bird </h1>
<h2>Movies heaven</h2>
</div>
<div id="header_right">
<p class="welcome"> </p>
</div>
</div>
<div id="left">
<h4><span class="menu_first_letter">Navigation</span></h4>
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="#" id="current">Home</a></li>
<li class="green"><a href="#">My Shopping-cart </a></li>
<li><a href="#">My account </a></li>
<li><a href="#">Register</a></li>
<li><a href="#">About us </a></li>
</ul>
</div>
<h4>Contact us </h4>
<form id="form2" method="post" class="contact_us" action="/big-bird/suggestionAnswer.jsp">
<p><label>Name
<input type="text" class="fields_contact_us" name="textfield" />
</label>
<label>E-mail
<input type="text" class="fields_contact_us" name="textfield2" />
</label>
<label>
Your message:
<textarea name="textarea" cols="" rows=""></textarea>
</label>
<label>
<input type="submit" class="submit_button_contact" name="Submit3" value="Submit" />
</label></p>
</form>
</div>
<div id="right"><!-- InstanceBeginEditable name="EditRegion3" -->
<style type="text/css">
<!--
.STYLE1 {
font-size: xx-large;
color: #FF0000;
}
-->
</style>
<%!String str;%>
<%str=(String)request.getAttribute("wronginfo");
request.setAttribute("wronginfo","");
if (str==null)
str="";
%>
<%=str%>
<div align="center">
<p align="center" class="STYLE1 STYLE1">Fill in the Register Information </p>
<br>
<form method="post" action="/big-bird/registerShow" name="form1">
<p>Username:
<input type="text" value="" name="user" />
</p>
<p>E-mail: <input type="text" value="" name="email" /><br>
<br>
Password:
<input type="password" value="" name="password1" />
<br>
<br>
Input Password Again:
<input type="password" value="" name="password2" />
<br>
<br>
<input type="submit" value="Register" name="submit">
<input type="reset" value="Reset" name="reset" />
</p>
</form>
<!-- InstanceEndEditable --></div>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -