0794d73326858511db6b247e4de93e4c715cc022.file.admin_login.html.php 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?php /* Smarty version Smarty-3.1.11, created on 2019-03-22 11:33:57
  2. compiled from "/www/wwwroot/edm.alipearl.net/application/module/view/index/admin_login.html" */ ?>
  3. <?php /*%%SmartyHeaderCode:12224810345948dd06477546-64865371%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
  4. $_valid = $_smarty_tpl->decodeProperties(array (
  5. 'file_dependency' =>
  6. array (
  7. '0794d73326858511db6b247e4de93e4c715cc022' =>
  8. array (
  9. 0 => '/www/wwwroot/edm.alipearl.net/application/module/view/index/admin_login.html',
  10. 1 => 1498544922,
  11. 2 => 'file',
  12. ),
  13. ),
  14. 'nocache_hash' => '12224810345948dd06477546-64865371',
  15. 'function' =>
  16. array (
  17. ),
  18. 'version' => 'Smarty-3.1.11',
  19. 'unifunc' => 'content_5948dd064ab576_06431530',
  20. 'variables' =>
  21. array (
  22. 'errorinfo' => 0,
  23. ),
  24. 'has_nocache_code' => false,
  25. ),false); /*/%%SmartyHeaderCode%%*/?>
  26. <?php if ($_valid && !is_callable('content_5948dd064ab576_06431530')) {function content_5948dd064ab576_06431530($_smarty_tpl) {?><!DOCTYPE html>
  27. <html >
  28. <head>
  29. <meta charset="UTF-8">
  30. <title>龙熠-邮件营销系统</title>
  31. <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
  32. <!-- bootstrap 3.0.2 -->
  33. <link href="static/AdminLTE/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
  34. <!-- font Awesome -->
  35. <link href="static/AdminLTE/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
  36. <!-- Theme style -->
  37. <link href="static/AdminLTE/css/AdminLTE.css" rel="stylesheet" type="text/css" />
  38. <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
  39. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  40. <!--[if lt IE 9]>
  41. <script src="static/js/html5shiv.js"></script>
  42. <script src="static/js/respond.min.js"></script>
  43. <![endif]-->
  44. </head>
  45. <body style="height: 900px;background: url(static/AdminLTE/img/blur-background09.jpg) repeat-y;">
  46. <div class="form-box" id="login-box" >
  47. <?php if ($_smarty_tpl->tpl_vars['errorinfo']->value){?>
  48. <div class="" style="margin-top:20px;text-align:center;">
  49. <div class="alert alert-info" style="color:red;padding-left:0;margin-left:0;"><?php echo $_smarty_tpl->tpl_vars['errorinfo']->value;?>
  50. </div>
  51. </div>
  52. <?php }?>
  53. <div class="header">邮件营销-后台登陆</div>
  54. <form method="post" action="/?m=admin_login">
  55. <input type="hidden" name="do-login" value="yes" />
  56. <div class="body bg-gray">
  57. <div class="form-group">
  58. <input type="text" name="uname" class="form-control" placeholder="用户名"/>
  59. </div>
  60. <div class="form-group">
  61. <input type="password" name="pwd" class="form-control" placeholder="密码"/>
  62. </div>
  63. </div>
  64. <div class="footer">
  65. <button type="submit" class="btn bg-olive btn-block" style="background-color:#3c8dbc;">登录</button>
  66. </div>
  67. </form>
  68. </div>
  69. <style>
  70. .form-box .header{background:#3c8dbc;}
  71. </style>
  72. <!-- Bootstrap -->
  73. <script src="static/AdminLTE/js/bootstrap.min.js" type="text/javascript"></script>
  74. </body>
  75. </html>
  76. <?php }} ?>