login.html
6.49 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta name="google" content="notranslate" />
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="viewport" content="width=1200">
<title>登录</title>
<link href="../assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<link href="../assets/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css" />
<!-- END PAGE LEVEL PLUGINS -->
<!-- BEGIN THEME GLOBAL STYLES -->
<link href="../assets/global/css/components.min.css" rel="stylesheet" id="style_components" type="text/css" />
<link href="../assets/pages/css/common.css?a=1" rel="stylesheet" type="text/css" />
<link href="../assets/global/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<!-- END THEME GLOBAL STYLES -->
<!-- BEGIN PAGE LEVEL STYLES -->
<link rel="stylesheet" type="text/css" href="../assets/pages/css/commonsetcss/commonsetcss.css?a=3"/>
<link rel="stylesheet" type="text/css" href="../assets/pages/css/theme/blue.css?a=3"/>
<link href="../assets/pages/css/login.css?a=1" rel="stylesheet" type="text/css" />
<!-- END PAGE LEVEL STYLES -->
<!-- BEGIN THEME LAYOUT STYLES -->
<!-- END THEME LAYOUT STYLES -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> </head>
</head>
<body class=" login">
<div class="login-model">
<div class="menu-toggler sidebar-toggler"></div>
<!-- END SIDEBAR TOGGLER BUTTON -->
<!-- BEGIN LOGO -->
<!--<div class="logo">-->
<!--<a href="###">-->
<!--<img src="../assets/pages/img/zte-its_logo.png" alt="" />-->
<!--</a>-->
<!--</div>-->
<!-- END LOGO -->
<!-- BEGIN LOGIN -->
<div class="login-cont">
<div class="content">
<!-- BEGIN LOGIN FORM -->
<div class=" login-title">
账户登录
</div>
<div class="login-main">
<div class="form-group">
<!--ie8, ie9 does not support html5 placeholder, so we just show field title for that-->
<span class="login-user-bg"></span><input class="form-control form-control-solid placeholder-no-fix" type="text" autocomplete="off" placeholder="请输入用户名" name="username" id="userName" maxlength="25">
<div class="alert-danger display-hide error_ifo">
<span>请输入正确的邮箱 </span>
</div>
</div>
<div class="form-group">
<span class=" login-pwd-bg"></span><input class="form-control form-control-solid placeholder-no-fix" type="password" autocomplete="off" placeholder="请输入6-20位字母和数字组成的密码" name="password" maxlength="20" id="password">
<div class="alert-danger display-hide error_ifo">
<span>请输入正确密码</span>
</div>
</div>
<div id="slide_box">
<div id="slide_xbox">
<div id="btn"></div>
</div>
拖动滑块验证
</div>
<div id="login_error_ifo" class="login_error_ifo">
</div>
<div class="form-actions">
<button type="button" class="btn uppercase" id="login-btn">登录</button>
</div>
</div>
</div>
</div>
</div>
<!--<!–版权所有–>-->
<!--<div class="zteitslogin_foot">版权所有: 中兴智能交通股份有限公司 © 2008-2016.ZTE ITS LIMITED. All Rights Reserved </div>-->
<!--</div>-->
<div class="modal fade in" id="login_licensemodel" style="display: none;" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="ITD-modal-dialog blue-modal">
<div class="modal-content ITD-common-color070">
<div class="modal-header ITD-model-header">
<button type="button" class="close ITD-model-close" data-dismiss="modal" aria-hidden="true">×</button>
<span class="ITD-common-fontsize16 colorbig ITD-ztree-headername">License授权码</span>
<input type="text" id="login-licenseID" hidden="hidden">
</div>
<div class="modal-body" style="padding:15px;padding-top: 0">
<!--错误提示 sta-->
<div id="login_error" class="ITD-model-errormsg display-none"></div>
<!--错误提示 end-->
<div class="">
<textarea name="" id="login-licenseMsg" cols="46" rows="5" class="licenseMsg ITD-input-bordercolor" placeholder="请输入License授权码"></textarea>
</div>
<!--底部 sta-->
<div class="modal-footer ITD-model-footer">
<button type="button" class="btn ITD-model-btn ITD-bgcolor-c2cad8" data-dismiss="modal" style="line-height: 0">取消</button>
<button type="button" class="btn ITD-model-btn ITD-bgcolor-green textTrue" style="line-height: 0" id="loginl-submit">确定</button>
</div>
<!--底部 end-->
</div>
</div>
</div>
</div>
<!--[if lt IE 9]>
<script src="../assets/global/plugins/respond.min.js"></script>
<script src="../assets/global/plugins/excanvas.min.js"></script>
<![endif]-->
<!-- BEGIN CORE PLUGINS -->
<script src="../assets/global/plugins/jquery.min.js" type="text/javascript"></script>
<script src="../assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
<!-- END PAGE LEVEL PLUGINS -->
<!-- BEGIN THEME GLOBAL SCRIPTS -->
<script src="../assets/global/scripts/app.min.js" type="text/javascript"></script>
<!-- END THEME GLOBAL SCRIPTS -->
<!-- BEGIN PAGE LEVEL SCRIPTS -->
<script src="../assets/global/plugins/DateUtils.js"></script>
<script src="../assets/pages/scripts/public/unit.js?a=2"></script>
<script src="../assets/pages/scripts/login.min.js?a=3" type="text/javascript"></script>
<script src="../assets/pages/scripts/public/supersized.3.2.7.min.js"></script>
<script src="../assets/pages/scripts/public/supersized-init.js?a=1"></script>
</body>
</html>