-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbindUser.html
More file actions
111 lines (101 loc) · 4.28 KB
/
bindUser.html
File metadata and controls
111 lines (101 loc) · 4.28 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
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0,user-scalable=no">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>注册</title>
<meta name="description" content="彗星是一个用户自主评级的区块链投资社区,每个人都可以对项目进行评价并打分。同时彗星还是一个区块链的百科全书,帮助用户挖掘优质的好项目">
<meta name="keywords" content="彗星社区;区块链;数字货币;区块链评测;区块链投资">
<link rel="icon" href="img/huixing.png" type="image/x-icon"/>
<link rel="stylesheet" media="all" href="css/bootstrap.min.css">
<link type="favicon" rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" media="all" href="css/bootstrap-datetimepicker.min.css" />
<!--<link rel="stylesheet" href="css/common.css">-->
<link rel="stylesheet" href="css/register.css" />
<link rel="stylesheet" href="https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.css">
<link rel="stylesheet" href="css/loading.css">
<link rel="stylesheet" href="css/common.css" />
<link rel="stylesheet" type="text/css" href="css/header-tpl.css"/>
<link rel="stylesheet" href="css/load.css" />
</head>
<body lang="zh-CN" class="reader-black-font">
<div class="comet-main block-comet-main-wrap">
<div class="navbar-fixed-container navbar-fixed-container-hook">
</div>
<div class="container">
<!--<header class="header_title">
<a href="index.html">彗星</a>
</header>-->
<form role="form" class="form-register" id="form-register1" action="">
<div class="main">
<h4 class="title">
<div class="normal-title">
<a class="active" href="login.html">登录</a>
<b>·</b>
<a id="js-sign-up-btn" class="" href="">注册</a>
</div>
</h4>
<div class="js-sign-in-container">
<form id="new_session" action="/sessions" accept-charset="UTF-8" method="post">
<div class="input-prepend restyle ">
<input placeholder="你的昵称" type="text" class="border_radT" name="realName" id="realName">
<i class="fa fa-user"></i>
</div>
<div class="input-prepend">
<input placeholder="手机号" type="text" name="tel" id="session_phone">
<i class="fa fa-mobile"></i>
</div>
<div class="input-prepend phone_code_hide">
<input placeholder="手机验证码" type="text" name="tel" class="border_radC " id="phone_code">
<i class="fa fa-key"></i>
<a class="btn-up-resend js-send-code-button" href="javascript:void(0);" id="send_code">发送验证码</a>
</div>
<div class="input-prepend">
<input placeholder="设置密码" type="password" class="border_radB" name="pwd" id="session_password">
<i class="fa fa-unlock-alt"></i>
</div>
<input class="sign-in-button" id="sign-in-form-submit-btn1" type="button" value="注册">
<!--<span class="loader2 loader loaderadd" id="load">
<div></div>
</span>-->
<span class="ouro">
<span class="left"><span class="anim"></span></span>
<span class="right"><span class="anim"></span></span>
</span>
</input>
<div class="register-anouceed">
<p>点击"注册"即表示您同意并遵守彗星</p>
<p>
<a href="#">用户协议</a>和
<a href="#">隐私协议</a>
</p>
</div>
</form>
<!-- 更多登录方式 -->
<div class="more-sign">
<h6>社交帐号直接注册</h6>
<ul>
<li class="wechat-resgister">
<img src="img/wechat.png" width="40px" />
</li>
<li>
<a href="">其它</a>
</li>
</ul>
</div>
</div>
</div>
</form>
</div>
</div>
<script src="js/jquery-2.1.1.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.cookie.js"></script>
<script src="js/common.js"></script>
<script src="js/plugins/layer/layer.js"></script>
<script src="js/register.js"></script>
<script src="js/md5.js"></script>
</body>
</html>