-
Notifications
You must be signed in to change notification settings - Fork 94
/
active.html
68 lines (49 loc) · 2.05 KB
/
active.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
62
63
64
65
66
67
68
<!doctype html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="author" content="[email protected]">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="stylesheet" href="css/style.css">
<script src="js/libs/modernizr-2.0.6.min.js"></script>
</head>
<body class="op-cover">
<div id="container" >
<header>
<h1 class="logo"></h1>
</header>
<div id="main" role="main">
<center>
<p><input class="op-cover round8" name="code" id="code" type="text" placeholder="激活码" /></p>
<p><input class="op-cover round8" name="domain" id="domain" type="text" placeholder="云端域名如ftqq.com" value="unittest.sinaapp.com" /></p>
<p><input class="op-cover round8" name="name" id="name" type="text" placeholder="姓名" /></p>
<p><input class="op-cover round8" name="email" id="email" type="text" placeholder="工作邮箱" /></p>
<p><input class="op-cover round8" name="password" id="password" type="password" placeholder="密码" /></p>
<p class="submit" id="login_btn_p">
<input type="button" value="«" class="op-cover round8 button" onclick="change_page('index');void(0);"> <span class="exp">- or -</span> <input type="button" value="激活" class="op-cover round8 button" id="active_button" onclick="active();void(0);"></p>
</center>
</div>
<footer>
</footer>
</div> <!--! end of #container -->
<script src="js/libs/jq.mobi.min.js"></script>
<script src="js/libs/jq.i18n.min.js"></script>
<script src="js/libs/i18n.dict.js"></script>
<!-- scripts concatenated and minified via ant build script-->
<script type="text/javascript">
function loaded()
{
$.i18n.setDictionary(dict_zh_cn);
// 如果本地存有用户名和密码,自动登录
}
document.addEventListener('DOMContentLoaded', loaded, false);
</script>
<script src="js/plugins.js"></script>
<script src="js/script.js"></script>
<!-- end scripts-->
</body>
</html>