|
@@ -3,103 +3,51 @@
|
|
|
<head>
|
|
<head>
|
|
|
<meta charset="UTF-8" />
|
|
<meta charset="UTF-8" />
|
|
|
<meta content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport" />
|
|
<meta content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport" />
|
|
|
- <title>电能服务网 - Powered by ZKSF</title>
|
|
|
|
|
|
|
+ <title>铂沅能源管理平台 - Powered by ZKSF</title>
|
|
|
<link href="/images/favicon.ico" id="favico" rel="Shortcut Icon" />
|
|
<link href="/images/favicon.ico" id="favico" rel="Shortcut Icon" />
|
|
|
|
|
|
|
|
- <link
|
|
|
|
|
- href="http://static.vbdsm.com/js/lib/easyui/themes/bootstrap/easyui.css"
|
|
|
|
|
- rel="stylesheet"
|
|
|
|
|
- type="text/css" />
|
|
|
|
|
- <link
|
|
|
|
|
- href="http://static.vbdsm.com/js/lib/easyui/themes/mobile.css"
|
|
|
|
|
- rel="stylesheet"
|
|
|
|
|
- type="text/css" />
|
|
|
|
|
- <link
|
|
|
|
|
- href="http://static.vbdsm.com/js/lib/easyui/themes/icon.css"
|
|
|
|
|
- rel="stylesheet"
|
|
|
|
|
- type="text/css" />
|
|
|
|
|
|
|
+ <link href="http://static.vbdsm.com/js/lib/easyui/themes/bootstrap/easyui.css" rel="stylesheet" type="text/css" />
|
|
|
|
|
+ <link href="http://static.vbdsm.com/js/lib/easyui/themes/mobile.css" rel="stylesheet" type="text/css" />
|
|
|
|
|
+ <link href="http://static.vbdsm.com/js/lib/easyui/themes/icon.css" rel="stylesheet" type="text/css" />
|
|
|
<link href="http://static.vbdsm.com/css/font-awesome/css/font-awesome.css" rel="stylesheet" />
|
|
<link href="http://static.vbdsm.com/css/font-awesome/css/font-awesome.css" rel="stylesheet" />
|
|
|
<!-- 字体不能跨域问题 -->
|
|
<!-- 字体不能跨域问题 -->
|
|
|
<!--[if IE 7]>
|
|
<!--[if IE 7]>
|
|
|
- <link
|
|
|
|
|
- rel="stylesheet"
|
|
|
|
|
- href="http://static.vbdsm.com/css/font-awesome/css/font-awesome-ie7.css" />
|
|
|
|
|
|
|
+ <link rel="stylesheet" href="http://static.vbdsm.com/css/font-awesome/css/font-awesome-ie7.css" />
|
|
|
<![endif]-->
|
|
<![endif]-->
|
|
|
<link href="/css/login.css" rel="stylesheet" type="text/css" />
|
|
<link href="/css/login.css" rel="stylesheet" type="text/css" />
|
|
|
|
|
|
|
|
- <script
|
|
|
|
|
- src="http://static.vbdsm.com/js/lib/jquery-1.8.0.min.js"
|
|
|
|
|
- type="text/javascript"></script>
|
|
|
|
|
|
|
+ <script src="http://static.vbdsm.com/js/lib/jquery-1.8.0.min.js" type="text/javascript"></script>
|
|
|
<script src="http://static.vbdsm.com/js/lib/jquery.query-2.1.7.js"></script>
|
|
<script src="http://static.vbdsm.com/js/lib/jquery.query-2.1.7.js"></script>
|
|
|
- <script
|
|
|
|
|
- src="http://static.vbdsm.com/js/lib/easyui/jquery.easyui.min.js"
|
|
|
|
|
- type="text/javascript"></script>
|
|
|
|
|
- <script
|
|
|
|
|
- src="http://static.vbdsm.com/js/lib/easyui/jquery.easyui.mobile.js"
|
|
|
|
|
- type="text/javascript"></script>
|
|
|
|
|
- <script
|
|
|
|
|
- src="http://static.vbdsm.com/js/lib/easyui/locale/easyui-lang-zh_CN.js"
|
|
|
|
|
- type="text/javascript"></script>
|
|
|
|
|
|
|
+ <script src="http://static.vbdsm.com/js/lib/easyui/jquery.easyui.min.js" type="text/javascript"></script>
|
|
|
|
|
+ <script src="http://static.vbdsm.com/js/lib/easyui/jquery.easyui.mobile.js" type="text/javascript"></script>
|
|
|
|
|
+ <script src="http://static.vbdsm.com/js/lib/easyui/locale/easyui-lang-zh_CN.js" type="text/javascript"></script>
|
|
|
<script src="http://static.vbdsm.com/js/util.js" type="text/javascript"></script>
|
|
<script src="http://static.vbdsm.com/js/util.js" type="text/javascript"></script>
|
|
|
</head>
|
|
</head>
|
|
|
<body>
|
|
<body>
|
|
|
<div class="easyui-navpanel">
|
|
<div class="easyui-navpanel">
|
|
|
<header>
|
|
<header>
|
|
|
<div class="m-toolbar logo">
|
|
<div class="m-toolbar logo">
|
|
|
- <span class="m-title text">电能服务网 - 登录</span>
|
|
|
|
|
|
|
+ <span class="m-title text">铂沅能源管理平台 - 登录</span>
|
|
|
</div>
|
|
</div>
|
|
|
</header>
|
|
</header>
|
|
|
- <div
|
|
|
|
|
- style="
|
|
|
|
|
- margin: 20px auto;
|
|
|
|
|
- width: 100px;
|
|
|
|
|
- height: 100px;
|
|
|
|
|
- border-radius: 100px;
|
|
|
|
|
- overflow: hidden;
|
|
|
|
|
- ">
|
|
|
|
|
|
|
+ <div style="margin: 20px auto; width: 100px; height: 100px; border-radius: 100px; overflow: hidden">
|
|
|
<img src="/images/login.png" style="margin: 0" />
|
|
<img src="/images/login.png" style="margin: 0" />
|
|
|
</div>
|
|
</div>
|
|
|
<div style="padding: 0 20px">
|
|
<div style="padding: 0 20px">
|
|
|
- <form
|
|
|
|
|
- action="/web/login.json?iframe=1&callback=loginSuccess"
|
|
|
|
|
- method="post"
|
|
|
|
|
- target="ajaxResult">
|
|
|
|
|
|
|
+ <form action="/web/login.json?iframe=1&callback=loginSuccess" method="post" target="ajaxResult">
|
|
|
<input id="service" name="service" type="hidden" />
|
|
<input id="service" name="service" type="hidden" />
|
|
|
<div class="msg" style="text-align: center; margin-bottom: 10px"></div>
|
|
<div class="msg" style="text-align: center; margin-bottom: 10px"></div>
|
|
|
<div style="margin-bottom: 10px">
|
|
<div style="margin-bottom: 10px">
|
|
|
- <input
|
|
|
|
|
- class="easyui-textbox"
|
|
|
|
|
- data-options="prompt:'请输入用户名',iconCls:'icon-man'"
|
|
|
|
|
- id="loginName"
|
|
|
|
|
- name="loginName"
|
|
|
|
|
- style="width: 100%; height: 38px" />
|
|
|
|
|
|
|
+ <input class="easyui-textbox" data-options="prompt:'请输入用户名',iconCls:'icon-man'" id="loginName" name="loginName" style="width: 100%; height: 38px" />
|
|
|
</div>
|
|
</div>
|
|
|
<div>
|
|
<div>
|
|
|
- <input
|
|
|
|
|
- class="easyui-textbox"
|
|
|
|
|
- data-options="prompt:'请输入密码',iconCls:'icon-lock'"
|
|
|
|
|
- id="loginPass"
|
|
|
|
|
- name="loginPass"
|
|
|
|
|
- style="width: 100%; height: 38px"
|
|
|
|
|
- type="password" />
|
|
|
|
|
|
|
+ <input class="easyui-textbox" data-options="prompt:'请输入密码',iconCls:'icon-lock'" id="loginPass" name="loginPass" style="width: 100%; height: 38px" type="password" />
|
|
|
</div>
|
|
</div>
|
|
|
<div style="text-align: center; margin-top: 30px">
|
|
<div style="text-align: center; margin-top: 30px">
|
|
|
- <input
|
|
|
|
|
- class="easyui-linkbutton"
|
|
|
|
|
- style="width: 100%; height: 40px; font-size: 16px"
|
|
|
|
|
- type="submit"
|
|
|
|
|
- value="登录" />
|
|
|
|
|
|
|
+ <input class="easyui-linkbutton" style="width: 100%; height: 40px; font-size: 16px" type="submit" value="登录" />
|
|
|
</div>
|
|
</div>
|
|
|
<div style="text-align: center; margin-top: 30px">
|
|
<div style="text-align: center; margin-top: 30px">
|
|
|
- <a
|
|
|
|
|
- class="easyui-linkbutton"
|
|
|
|
|
- href="/web/loginForDemo.json?iframe=1&callback=loginSuccess"
|
|
|
|
|
- outline="true"
|
|
|
|
|
- plain="true"
|
|
|
|
|
- style="width: 150px; height: 35px"
|
|
|
|
|
- target="ajaxResult"
|
|
|
|
|
- ><span style="font-size: 16px">体验用户登录</span></a
|
|
|
|
|
- >
|
|
|
|
|
|
|
+ <a class="easyui-linkbutton" href="/web/loginForDemo.json?iframe=1&callback=loginSuccess" outline="true" plain="true" style="width: 150px; height: 35px" target="ajaxResult"><span style="font-size: 16px">体验用户登录</span></a>
|
|
|
</div>
|
|
</div>
|
|
|
</form>
|
|
</form>
|
|
|
</div>
|
|
</div>
|