first
0 parents
Showing
22 changed files
with
64 additions
and
0 deletions
hnla/kmanager/basic.login/code.png
0 → 100644
2.35 KB
hnla/kmanager/basic.login/index.htm
0 → 100644
| 1 | <!DOCTYPE html> | ||
| 2 | <html> | ||
| 3 | <head> | ||
| 4 | <meta charset="utf-8"> | ||
| 5 | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> | ||
| 6 | <title>后台登录</title> | ||
| 7 | <link rel="stylesheet" href="../../static/css/layui.css-t=20180403-1.css" tppabs="https://yl.hnla.cn/static/css/layui.css?t=20180403-1" media="all"> | ||
| 8 | <link rel="stylesheet" href="../../static/css/admin.css-t=20180403-1.css" tppabs="https://yl.hnla.cn/static/css/admin.css?t=20180403-1" media="all"> | ||
| 9 | <script src="../../static/js/jquery.js" tppabs="https://yl.hnla.cn/static/js/jquery.js"></script> | ||
| 10 | <script type="text/javascript" src="../../static/js/plugins.js" tppabs="https://yl.hnla.cn/static/js/plugins.js"></script> | ||
| 11 | <script type="text/javascript" src="../../static/js/landui.js" tppabs="https://yl.hnla.cn/static/js/landui.js"></script> | ||
| 12 | <script src="../../static/js/layui.js-t=.js" tppabs="https://yl.hnla.cn/static/js/layui.js?t="></script> | ||
| 13 | <script type="text/javascript" src="../../static/js/admin.js" tppabs="https://yl.hnla.cn/static/js/admin.js"></script> | ||
| 14 | </head> | ||
| 15 | <body> | ||
| 16 | <style type="text/css"> | ||
| 17 | .gray-bg{ padding:0px;} | ||
| 18 | .breadcrumb{display:none} | ||
| 19 | .admin_login h1{text-align:center} | ||
| 20 | body{ background:url(../../static/images/admin_loginbg.jpg)/*tpa=https://yl.hnla.cn/static/images/admin_loginbg.jpg*/ center top no-repeat !important;} | ||
| 21 | </style> | ||
| 22 | <div class="Loginmain"> | ||
| 23 | <div class="admin_login"> | ||
| 24 | <div class="Login_box"> | ||
| 25 | <h2 class="Loing_Title">后台管理系统</h2> | ||
| 26 | <div id="message"></div> | ||
| 27 | <div class="Login_left"> | ||
| 28 | <form class='ld-form' action="https://yl.hnla.cn/kmanager/basic.login/loginCheck" autocomplete='off'> | ||
| 29 | <table width="100%" border="0" cellpadding="0" cellspacing="0"> | ||
| 30 | <tr> | ||
| 31 | <td><input type="text" name="mobile" class="form-control" placeholder="请输入用户名" /><i></i></td> | ||
| 32 | </tr> | ||
| 33 | <tr> | ||
| 34 | <td><input type="password" name="password" class="form-control" placeholder="请输入您的密码" /><i class="login_pwd"></i></td> | ||
| 35 | </tr> | ||
| 36 | <tr> | ||
| 37 | <td class="code"><input type="text" name="code" class="form-control" placeholder="请输入验证码" /><img src="code.png" tppabs="https://yl.hnla.cn/kmanager/basic.login/code" id="imgcode"> <i class="code_ico"></i><a href="javascript:void(0);" class="imgcode" style="margin-left: 5px;">看不清,换一个</a></td> | ||
| 38 | </tr> | ||
| 39 | <tr> | ||
| 40 | <td><input type="submit" name="submit" value="登 录" class="btn ld-btn" /></td> | ||
| 41 | </tr> | ||
| 42 | </table> | ||
| 43 | </form> | ||
| 44 | </div> | ||
| 45 | </div> | ||
| 46 | <div class="Login_bottom">Copyright(c)2001-2024 </div> | ||
| 47 | </div> | ||
| 48 | </div> | ||
| 49 | <script type="text/javascript"> | ||
| 50 | LD.validater.initValidate(); | ||
| 51 | $(document).ready(function () { | ||
| 52 | //点击更换验证码 | ||
| 53 | $(".code #imgcode").click(function () { | ||
| 54 | var src = $(this).attr("src") + "?random=" + Math.random() | ||
| 55 | $(this).attr("src", src); | ||
| 56 | }) | ||
| 57 | $(".code .imgcode").click(function () { | ||
| 58 | var src = $("#imgcode").attr("src") + "?random=" + Math.random() | ||
| 59 | $("#imgcode").attr("src", src); | ||
| 60 | }); | ||
| 61 | }); | ||
| 62 | </script> | ||
| 63 | </body> | ||
| 64 | </html> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
hnla/static/css/admin.css-t=20180403-1.css
0 → 100644
This diff is collapsed.
Click to expand it.
hnla/static/css/layui.css-t=20180403-1.css
0 → 100644
This diff is collapsed.
Click to expand it.
hnla/static/font/iconfont.eot-v=256
0 → 100644
No preview for this file type
hnla/static/font/iconfont.svg-v=256
0 → 100644
This diff could not be displayed because it is too large.
hnla/static/font/iconfont.ttf-v=256
0 → 100644
No preview for this file type
hnla/static/images/admin_loginbg.jpg
0 → 100644
147 KB
hnla/static/images/ico/code-ico.png
0 → 100644
1.34 KB
hnla/static/images/ico/login_pwd.png
0 → 100644
1.19 KB
hnla/static/images/ico/login_user.png
0 → 100644
1.29 KB
hnla/static/images/ico/upload_delete.png
0 → 100644
212 Bytes
hnla/static/images/ico/upload_look.png
0 → 100644
340 Bytes
hnla/static/images/validate/onLoad.gif
0 → 100644
781 Bytes
hnla/static/images/validate/valid_icons.png
0 → 100644
1.9 KB
hnla/static/images/waiting.gif
0 → 100644
1.75 KB
hnla/static/js/admin.js
0 → 100644
This diff is collapsed.
Click to expand it.
hnla/static/js/jquery.js
0 → 100644
This diff is collapsed.
Click to expand it.
hnla/static/js/landui.js
0 → 100644
This diff is collapsed.
Click to expand it.
hnla/static/js/layui.js-t=.js
0 → 100644
This diff is collapsed.
Click to expand it.
hnla/static/js/plugins.js
0 → 100644
This diff is collapsed.
Click to expand it.
hnla/static/js/plugins/plupload/Moxie.swf
0 → 100644
No preview for this file type
-
Please register or sign in to post a comment