e66a7e86418ca78e614700f0e3eeae59.php 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?php /*a:1:{s:56:"D:\phpstudy_pro\WWW\CRMEB\app\admin\view\login\index.php";i:1648971704;}*/ ?>
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <meta name="robots" content="noindex,nofollow" />
  8. <title>易趣GO!</title>
  9. <meta name="generator" content="CRMEB! v2.5" />
  10. <meta name="author" content="CRMEB! Team and CRMEB UI Team" />
  11. <link href="/system/frame/css/bootstrap.min.css?v=3.4.0" rel="stylesheet">
  12. <link href="/static/plug/layui/css/layui.css" rel="stylesheet">
  13. <link href="/system/frame/css/font-awesome.min.css?v=4.3.0" rel="stylesheet">
  14. <link href="/system/frame/css/animate.min.css" rel="stylesheet">
  15. <link href="/system/frame/css/style.min.css?v=3.0.0" rel="stylesheet">
  16. <script>
  17. top != window && (top.location.href = location.href);
  18. </script>
  19. </head>
  20. <body class="gray-bg login-bg">
  21. <div class="middle-box text-center loginscreen animated fadeInDown">
  22. <div class="login-group">
  23. <h3 class="login-logo">
  24. <img src="/system/images/logo.png">
  25. </h3>
  26. <form role="form" action="<?php echo url('verify'); ?>" method="post" id="form" onsubmit="return false">
  27. <div class="form-group">
  28. <div class="input-group m-b"><span class="input-group-addon"><i class="fa fa-user"></i> </span>
  29. <input type="text" id="account" name="account" placeholder="用户名" placeholder="用户名" class="form-control">
  30. </div>
  31. </div>
  32. <div class="form-group">
  33. <div class="input-group m-b"><span class="input-group-addon"><i class="fa fa-unlock-alt"></i> </span>
  34. <input type="password" class="form-control" id="pwd" name="pwd" placeholder="密码" required="">
  35. </div>
  36. </div>
  37. <div class="form-group">
  38. <div class="input-group">
  39. <input type="text" class="form-control" id="verify" name="verify" placeholder="验证码" required="">
  40. <span class="input-group-btn" style="padding: 0;margin: 0;">
  41. <img id="verify_img" src="<?php echo Url('captcha'); ?>" alt="验证码" style="padding: 0;height: 34px;margin: 0;">
  42. </span>
  43. </div>
  44. </div>
  45. <button type="submit" class="btn btn-primary block full-width m-b">登 录</button>
  46. <?php /* <p class="text-muted text-center"> <a href="<?php echo url('./forgetpwd'); ?>"><small>忘记密码了?</small></a> | <a href="<?php echo url('./register'); ?>">注册一个新账号</a>
  47. </p> */ ?>
  48. </form>
  49. </div>
  50. </div>
  51. <div class="footer" style=" position: fixed;bottom: 0;width: 100%;left: 0;margin: 0;opacity: 0.8;">
  52. <div class="pull-right">© 2017-2021 <a href="http://www.crmeb.com/" target="_blank">易趣GO</a>
  53. </div>
  54. </div>
  55. <!-- 全局js -->
  56. <script src="/static/plug/jquery-1.10.2.min.js"></script>
  57. <script src="/system/frame/js/bootstrap.min.js?v=3.4.0"></script>
  58. <script src="/system/module/login/flaotfont.js"></script>
  59. <script src="/system/module/login/ios-parallax.js"></script>
  60. <script src="/static/plug/layui/layui.all.js"></script>
  61. <script src="/system/module/login/index.js"></script>
  62. <!--统计代码,可删除-->
  63. <!--点击刷新验证码-->
  64. </body>
  65. </html>