-
Notifications
You must be signed in to change notification settings - Fork 0
/
sign.html
61 lines (59 loc) · 3.09 KB
/
sign.html
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>sign in</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<head>
<link rel="stylesheet" type="text/css" href="//at.alicdn.com/t/font_1470014255_5016336.css">
<link rel="stylesheet" type="text/css" href="dist/css/sign.css">
<script type="text/javascript" src="dist/js/jquery-1.12.4.min.js"></script>
<script type="text/javascript" src="dist/js/jquery.validate.min.js"></script>
<script type="text/javascript" src="dist/js/function.js"></script>
<script type="text/javascript" src="dist/js/common.js"></script>
<script type="text/javascript" src="dist/js/validate.js"></script>
<script type="text/javascript" src="dist/js/modernizr.custom.26361.js"></script>
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="dist/css/ie9.css" />
<![endif]-->
</head>
<body>
<div class="content clearfix">
<div class="logo "><a href="" title="" rel="nofollow"><img src="dist/images/logo.png" title="" /></a></div>
<div class="signIn fl">
<h2>Sign In</h2>
<form id="signIn_form" method="get" action="com/search/result/">
<label for="E-mail" class="label">Email Address</label>
<input type="text" name="email" id="E-mail" required/>
<label for="password" class="label">password</label>
<input type="password" name="password" id="password" required/>
<label for="remember" class="labeld"><input type="checkbox" name="" id="remember" checked="checked" class="remember">Remember Me <a href="#" class="Forgot">Forgot Your Password?</a></label>
<button type="submit" class="button sign"> Sign In</button>
<span class="or">---- OR ----</span>
<a href="#" class="facebook"><span></span>Connect with facebook</a>
<p class="firstorder"><span>10% OFF</span>First Order</p>
<p class="points">Login First To Get <span>10 H Points</span></p>
<div class="dashed">
</div>
</form>
</div>
<div class="NewAccount fl">
<h2>Sign In</h2>
<form id="register_form" method="post" action="com/search/result/">
<label for="Address" class="label">Email Address</label>
<input type="text" name="email" id="Address" required="required" >
<label for="password1" class="label">password</label>
<input type="password" name="password" id="password1" class="{required:true,minlength:5}" >
<label for="password2" class="label">Confirm Password</label>
<input type="password" name="confirm_password" class="{required:true,minlength:5,equalTo:'#password'}" id="password2" >
<label class="labeld" for="checkbox2"><input type="checkbox" name="" checked="checked" id="checkbox2">I agree to highqualitybuy.com<a href="#">Terms And Conditions</a></label>
<label for="checkbox3" class="labeld"><input type="checkbox" name="" id="checkbox3" checked="checked">Sign up for newsletter</label>
<button type="submit" class="button register">Register</button>
</form>
</div>
</div>
<footer class="w1200">
<p>@2015 hightqualitybuy.com All Rights Reserved</p>
</footer>
</body>
</html>