| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?php /* Smarty version Smarty-3.1.11, created on 2019-03-22 11:34:22
- compiled from "/www/wwwroot/edm.alipearl.net/application/module/view/index/loginsucc.html" */ ?>
- <?php /*%%SmartyHeaderCode:14860644785948dd0d7b8538-77979745%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
- $_valid = $_smarty_tpl->decodeProperties(array (
- 'file_dependency' =>
- array (
- 'fbf44f1ac15960fcb97aa1657aa9dc741f37e0de' =>
- array (
- 0 => '/www/wwwroot/edm.alipearl.net/application/module/view/index/loginsucc.html',
- 1 => 1532932734,
- 2 => 'file',
- ),
- ),
- 'nocache_hash' => '14860644785948dd0d7b8538-77979745',
- 'function' =>
- array (
- ),
- 'version' => 'Smarty-3.1.11',
- 'unifunc' => 'content_5948dd0d814090_16703330',
- 'variables' =>
- array (
- 'url' => 0,
- ),
- 'has_nocache_code' => false,
- ),false); /*/%%SmartyHeaderCode%%*/?>
- <?php if ($_valid && !is_callable('content_5948dd0d814090_16703330')) {function content_5948dd0d814090_16703330($_smarty_tpl) {?><?php echo $_smarty_tpl->getSubTemplate ('../public/admin_header.html', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);?>
- <?php echo $_smarty_tpl->getSubTemplate ('../public/admin_navi.html', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);?>
- <!-- Right side column. Contains the navbar and content of the page -->
- <aside class="right-side">
- <!-- Content Header (Page header) -->
- <section class="content-header">
- <h1>
- 登录成功
- <small>Control panel</small>
- </h1>
- <ol class="breadcrumb">
- <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
- <li class="active">Blank page</li>
- </ol>
- </section>
- <!-- Main content -->
- <section class="content">
- <?php if ($_smarty_tpl->tpl_vars['url']->value){?>
- <iframe src="<?php echo $_smarty_tpl->tpl_vars['url']->value;?>
- " width="100%" height="600px;" style="border:0px;" />
- <?php }else{ ?>
- 登陆成功,请选择你所需要操作的模板<br/>
- <div style="font-size:16px;">
- 若想了解更多的邮件送达情况,请前往<a href="http://www.sendcloud.net" target="_blank">sendcloud</a>的后台查看
- </div>
- <?php }?>
- </section><!-- /.content -->
- </aside><!-- /.right-side -->
- </div><!-- ./wrapper -->
- </body>
- </html>
- <?php }} ?>
|