|
|
@@ -1,141 +1,94 @@
|
|
|
<!--user login-->
|
|
|
<!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>
|
|
|
- <script type="text/javascript">
|
|
|
- if (window.top != window.self) {
|
|
|
- window.top.location.href = window.location.href
|
|
|
- }
|
|
|
- </script>
|
|
|
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
|
|
- <title>宁夏电力需求侧公共服务平台 - Powered by ZKSF</title>
|
|
|
- <link href="/images/favicon.ico" id="favico" rel="Shortcut Icon" />
|
|
|
- <link href="http://static.vbdsm.com/css/bootstrap.css?ver=2.0" rel="stylesheet" />
|
|
|
- <link href="http://static.vbdsm.com/css/font-awesome/css/font-awesome.css" rel="stylesheet" />
|
|
|
- <!-- 字体不能跨域问题 -->
|
|
|
- <!--[if IE 7]>
|
|
|
- <link
|
|
|
- rel="stylesheet"
|
|
|
- href="http://static.vbdsm.com/css/font-awesome/css/font-awesome-ie7.css" />
|
|
|
- <![endif]-->
|
|
|
- <link href="/css/login.css" rel="stylesheet" type="text/css" />
|
|
|
+<head>
|
|
|
+ <script type="text/javascript">
|
|
|
+ if (window.top != window.self) {
|
|
|
+ window.top.location.href = window.location.href
|
|
|
+ }
|
|
|
+ </script>
|
|
|
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
|
|
+ <title>宁夏电力需求侧公共服务平台 - Powered by ZKSF</title>
|
|
|
+ <link href="/images/favicon.ico" id="favico" rel="Shortcut Icon"/>
|
|
|
+ <link href="http://static.vbdsm.com/css/bootstrap.css?ver=2.0" rel="stylesheet"/>
|
|
|
+ <link href="http://static.vbdsm.com/css/font-awesome/css/font-awesome.css" rel="stylesheet"/>
|
|
|
+ <!-- 字体不能跨域问题 -->
|
|
|
+ <!--[if IE 7]>
|
|
|
+ <link
|
|
|
+ rel="stylesheet"
|
|
|
+ href="http://static.vbdsm.com/css/font-awesome/css/font-awesome-ie7.css"/>
|
|
|
+ <![endif]-->
|
|
|
+ <link href="/css/login.css" rel="stylesheet" type="text/css"/>
|
|
|
|
|
|
- <script charset="UTF-8" type="text/javascript"></script>
|
|
|
- </head>
|
|
|
+ <script charset="UTF-8" type="text/javascript"></script>
|
|
|
+</head>
|
|
|
|
|
|
- <body>
|
|
|
- <div class="login-bg">
|
|
|
- <div class="login-container">
|
|
|
- <div class="login-box animated fadeInDown">
|
|
|
- <div class="login-body">
|
|
|
- <div class="login-title"></div>
|
|
|
- <div class="form-horizontal">
|
|
|
- <form
|
|
|
- action="/web/login.json?iframe=1&callback=loginSuccess"
|
|
|
- method="post"
|
|
|
- target="ajaxResult">
|
|
|
- <input id="service" name="service" type="hidden" />
|
|
|
- <div class="form-group">
|
|
|
- <div class="col-md-10 col-md-offset-1 relative">
|
|
|
- <div class="login_user_name_icon"></div>
|
|
|
- <input
|
|
|
- autocomplete="off"
|
|
|
- class="form-control username"
|
|
|
- id="loginName"
|
|
|
- name="loginName"
|
|
|
- placeholder="请输入用户名"
|
|
|
- type="text" />
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="form-group">
|
|
|
- <div class="col-md-10 col-md-offset-1 relative">
|
|
|
- <div class="login_user_password_icon"></div>
|
|
|
- <input
|
|
|
- autocomplete="off"
|
|
|
- class="form-control password"
|
|
|
- id="loginPass"
|
|
|
- name="loginPass"
|
|
|
- placeholder="请输入密码"
|
|
|
- type="password" />
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="form-group check_code hidden">
|
|
|
- <div class="col-md-10 col-md-offset-1 relative">
|
|
|
- <div class="login_code_icon"></div>
|
|
|
- <input
|
|
|
- autocomplete="off"
|
|
|
- class="form-control"
|
|
|
- id="authCode"
|
|
|
- name="authCode"
|
|
|
- placeholder="验证码"
|
|
|
- type="text" />
|
|
|
- <img class="img" id="authCodeImg" />
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="form-group">
|
|
|
- <div class="col-md-10 col-md-offset-1 relative">
|
|
|
- <div class="checkbox pull-left">
|
|
|
- <label>
|
|
|
- <input id="rm" name="rember_password" type="checkbox" /> 自动登录
|
|
|
- </label>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="form-group">
|
|
|
- <div class="col-md-10 col-md-offset-1">
|
|
|
- <div class="msg" style="color: #f96"></div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="form-group">
|
|
|
- <div class="col-md-10 col-md-offset-1">
|
|
|
- <button class="btn btn-primary btn-block login-btn" id="submit" type="submit">
|
|
|
- 登 录
|
|
|
- </button>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </form>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="footer">
|
|
|
- Powered by ZKSF v2.0 | Copyright ©
|
|
|
- <a class="domain" href="http://www.vbdsm.com/" target="_blank">vbdsm.com</a> All rights
|
|
|
- reserved.
|
|
|
- </div>
|
|
|
- <iframe id="ajaxResult" name="ajaxResult" style="display: none"></iframe>
|
|
|
- </div>
|
|
|
- <script src="http://static.vbdsm.com/js/lib/jquery-1.8.0.min.js"></script>
|
|
|
- <script src="http://static.vbdsm.com/js/lib/jquery.query-2.1.7.js"></script>
|
|
|
- <script src="/web/lang/passport/config.json?script=1"></script>
|
|
|
- <script src="/js/login.util.js"></script>
|
|
|
- </body>
|
|
|
- <!-- <body>
|
|
|
- <div class="loginbox" >
|
|
|
- <div class="form">
|
|
|
- <form action="/web/login.json?iframe=1&callback=loginSuccess" method="post" target="ajaxResult">
|
|
|
- <input id="service" name='service' type="hidden"/>
|
|
|
- <div class="inputs">
|
|
|
- <div><span>用户名:</span><input id="loginName" name='loginName' type="text" placeholder="用户名" required/> </div>
|
|
|
- <div><span>密码:</span><input id="loginPass" name='loginPass' type="password" placeholder="密码" required /></div>
|
|
|
- <div class="check_code hidden">
|
|
|
- <span>验证码:</span>
|
|
|
- <input type="text" placeholder="验证码" class="check_code" name="authCode" id="authCode" maxlength="4"/> <img id="authCodeImg"/>
|
|
|
- <div style="clear:both;"></div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="actions">
|
|
|
- <input type="submit" id="submit" value="登录 " />
|
|
|
- <input type="checkbox" class="checkbox" name="rember_password" id='rm' checked='checked' />
|
|
|
- <label for='rm'>记住密码</label>
|
|
|
- </div>
|
|
|
- <div class="msg"></div>
|
|
|
- <div style="clear:both;"></div>
|
|
|
- </form>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <IFRAME style="display: none" id="ajaxResult" name="ajaxResult"></IFRAME>
|
|
|
-<div class="common_footer copyright">Powered by ZKSF v2.0 | Copyright © <a href="http://www.vbdsm.com/" target="_blank" class="domain">vbdsm.com</a> All rights reserved.</div>
|
|
|
+<body>
|
|
|
+<div class="login-body">
|
|
|
+ <div class="login-form">
|
|
|
+ <div class="login-title"></div>
|
|
|
+ <div class="login-subtitle ">电能管理服务平台</div>
|
|
|
+ <form
|
|
|
+ action="/web/login.json?iframe=1&callback=loginSuccess"
|
|
|
+ method="post"
|
|
|
+ target="ajaxResult">
|
|
|
+ <input id="service" name="service" type="hidden"/>
|
|
|
+ <div class="form-group">
|
|
|
+ <div class="col-md-10 col-md-offset-1 relative">
|
|
|
+ <div class="login_user_name_icon"></div>
|
|
|
+ <input autocomplete="off" class="form-control username" id="loginName" name="loginName"
|
|
|
+ placeholder="请输入用户名" type="text"/>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <div class="col-md-10 col-md-offset-1 relative">
|
|
|
+ <div class="login_user_password_icon"></div>
|
|
|
+ <input autocomplete="off" class="form-control password" id="loginPass" name="loginPass"
|
|
|
+ placeholder="请输入密码" type="password"/>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="form-group check_code hidden">
|
|
|
+ <div class="col-md-10 col-md-offset-1 relative">
|
|
|
+ <div class="login_code_icon"></div>
|
|
|
+ <input autocomplete="off" class="form-control" id="authCode"
|
|
|
+ name="authCode" placeholder="验证码" type="text"/>
|
|
|
+ <img class="img" id="authCodeImg"/>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <div class="col-md-10 col-md-offset-1 relative">
|
|
|
+ <div class="checkbox pull-left">
|
|
|
+ <label>
|
|
|
+ <input id="rm" name="rember_password" type="checkbox"/> 自动登录
|
|
|
+ </label>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <div class="col-md-10 col-md-offset-1">
|
|
|
+ <div class="msg" style="color: #f96"></div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <div class="col-md-10 col-md-offset-1">
|
|
|
+ <button class="btn btn-primary btn-block login-btn" id="submit" type="submit">
|
|
|
+ 登 录
|
|
|
+ </button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </form>
|
|
|
+ </div>
|
|
|
+ <div class="footer">
|
|
|
+ Powered by ZKSF v2.0 | Copyright ©
|
|
|
+ <a class="domain" href="http://www.vbdsm.com/" target="_blank">vbdsm.com</a> All rights
|
|
|
+ reserved.
|
|
|
+ </div>
|
|
|
+ <iframe id="ajaxResult" name="ajaxResult" style="display: none"></iframe>
|
|
|
+</div>
|
|
|
+<script src="http://static.vbdsm.com/js/lib/jquery-1.8.0.min.js"></script>
|
|
|
+<script src="http://static.vbdsm.com/js/lib/jquery.query-2.1.7.js"></script>
|
|
|
+<script src="/web/lang/passport/config.json?script=1"></script>
|
|
|
+<script src="/js/login.util.js"></script>
|
|
|
+</body>
|
|
|
|
|
|
-</body>-->
|
|
|
</html>
|