-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregist.html
More file actions
33 lines (30 loc) · 2.46 KB
/
regist.html
File metadata and controls
33 lines (30 loc) · 2.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="icon" href="favicon.ico" mce_href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" mce_href="favicon.ico" type="image/x-icon">
<title>免费注册</title>
<link type="text/css" rel="stylesheet" href="style/regist.css">
</head>
<body>
<div id="regist">
<div id="top">免费注册马上购</div>
<div id="middle">
<form action="index.html" method="post">
<div class="div1"> <font style=" color:red;">*</font>用户名:<input type="text" name="username" class="input" required="required" placeholder="由3到18位字母数字或者下划线组成" pattern="\w{3,18}" autofocus="autofocus"/></div>
<div class="div2"> <font style="color:red;">*</font>密码:<input type="password" name="userpass" class="input" required="required"/></div>
<div class="div3"> <font style="color:red;">*</font>确认密码:<input type="password" name="confirmpass" class="input" required="required"/></div>
<div class="div4"> <font style="color:red;">*</font>电子邮件:<input type="email" name="email" class="input" required="required" placeholder="example:saner@163.com"/></div>
<div class="div5"><font style="color:red;">*</font>密码提示问题:<input type="text" name="question" class="input" required="required" placeholder="用于帮您找回密码"/></div>
<div class="div6"><font style="color:red;">*</font>提示问题答案:<input type="text" name="answer" class="input" required="required"/></div>
<div class="div7"> 真实姓名:<input type="text" name="realname" class="input"/></div>
<div class="div8"> 手机号码:<input type="text" name="mobilePhone" class="input" placeholder="请输入正确的11位手机号码" pattern="^1[3|4|5|8][0-9]\d{8}$"/></div>
<div class="div9"> 性别:<input type="radio" name="gender" value="male" checked="checked"/>男 <input type="radio" name="gender" value="female" />女</div>
<input type="submit" class="sub" value="立即注册"/>
</form>
</div>
<div id="bottom"></div>
</div>
</body>
</html>