12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <?php /* Smarty version Smarty-3.1.11, created on 2019-03-22 11:33:57
- compiled from "/www/wwwroot/edm.alipearl.net/application/module/view/index/admin_login.html" */ ?>
- <?php /*%%SmartyHeaderCode:12224810345948dd06477546-64865371%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
- $_valid = $_smarty_tpl->decodeProperties(array (
- 'file_dependency' =>
- array (
- '0794d73326858511db6b247e4de93e4c715cc022' =>
- array (
- 0 => '/www/wwwroot/edm.alipearl.net/application/module/view/index/admin_login.html',
- 1 => 1498544922,
- 2 => 'file',
- ),
- ),
- 'nocache_hash' => '12224810345948dd06477546-64865371',
- 'function' =>
- array (
- ),
- 'version' => 'Smarty-3.1.11',
- 'unifunc' => 'content_5948dd064ab576_06431530',
- 'variables' =>
- array (
- 'errorinfo' => 0,
- ),
- 'has_nocache_code' => false,
- ),false); /*/%%SmartyHeaderCode%%*/?>
- <?php if ($_valid && !is_callable('content_5948dd064ab576_06431530')) {function content_5948dd064ab576_06431530($_smarty_tpl) {?><!DOCTYPE html>
- <html >
- <head>
- <meta charset="UTF-8">
- <title>龙熠-邮件营销系统</title>
- <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
- <!-- bootstrap 3.0.2 -->
- <link href="static/AdminLTE/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
- <!-- font Awesome -->
- <link href="static/AdminLTE/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
- <!-- Theme style -->
- <link href="static/AdminLTE/css/AdminLTE.css" rel="stylesheet" type="text/css" />
- <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
- <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
- <!--[if lt IE 9]>
- <script src="static/js/html5shiv.js"></script>
- <script src="static/js/respond.min.js"></script>
- <![endif]-->
- </head>
- <body style="height: 900px;background: url(static/AdminLTE/img/blur-background09.jpg) repeat-y;">
- <div class="form-box" id="login-box" >
- <?php if ($_smarty_tpl->tpl_vars['errorinfo']->value){?>
- <div class="" style="margin-top:20px;text-align:center;">
- <div class="alert alert-info" style="color:red;padding-left:0;margin-left:0;"><?php echo $_smarty_tpl->tpl_vars['errorinfo']->value;?>
- </div>
- </div>
- <?php }?>
- <div class="header">邮件营销-后台登陆</div>
- <form method="post" action="/?m=admin_login">
- <input type="hidden" name="do-login" value="yes" />
- <div class="body bg-gray">
- <div class="form-group">
- <input type="text" name="uname" class="form-control" placeholder="用户名"/>
- </div>
- <div class="form-group">
- <input type="password" name="pwd" class="form-control" placeholder="密码"/>
- </div>
- </div>
- <div class="footer">
- <button type="submit" class="btn bg-olive btn-block" style="background-color:#3c8dbc;">登录</button>
- </div>
- </form>
- </div>
- <style>
- .form-box .header{background:#3c8dbc;}
- </style>
- <!-- Bootstrap -->
- <script src="static/AdminLTE/js/bootstrap.min.js" type="text/javascript"></script>
- </body>
- </html>
- <?php }} ?>
|