fbf44f1ac15960fcb97aa1657aa9dc741f37e0de.file.loginsucc.html.php 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?php /* Smarty version Smarty-3.1.11, created on 2019-03-22 11:34:22
  2. compiled from "/www/wwwroot/edm.alipearl.net/application/module/view/index/loginsucc.html" */ ?>
  3. <?php /*%%SmartyHeaderCode:14860644785948dd0d7b8538-77979745%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
  4. $_valid = $_smarty_tpl->decodeProperties(array (
  5. 'file_dependency' =>
  6. array (
  7. 'fbf44f1ac15960fcb97aa1657aa9dc741f37e0de' =>
  8. array (
  9. 0 => '/www/wwwroot/edm.alipearl.net/application/module/view/index/loginsucc.html',
  10. 1 => 1532932734,
  11. 2 => 'file',
  12. ),
  13. ),
  14. 'nocache_hash' => '14860644785948dd0d7b8538-77979745',
  15. 'function' =>
  16. array (
  17. ),
  18. 'version' => 'Smarty-3.1.11',
  19. 'unifunc' => 'content_5948dd0d814090_16703330',
  20. 'variables' =>
  21. array (
  22. 'url' => 0,
  23. ),
  24. 'has_nocache_code' => false,
  25. ),false); /*/%%SmartyHeaderCode%%*/?>
  26. <?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);?>
  27. <?php echo $_smarty_tpl->getSubTemplate ('../public/admin_navi.html', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);?>
  28. <!-- Right side column. Contains the navbar and content of the page -->
  29. <aside class="right-side">
  30. <!-- Content Header (Page header) -->
  31. <section class="content-header">
  32. <h1>
  33. 登录成功
  34. <small>Control panel</small>
  35. </h1>
  36. <ol class="breadcrumb">
  37. <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
  38. <li class="active">Blank page</li>
  39. </ol>
  40. </section>
  41. <!-- Main content -->
  42. <section class="content">
  43. <?php if ($_smarty_tpl->tpl_vars['url']->value){?>
  44. <iframe src="<?php echo $_smarty_tpl->tpl_vars['url']->value;?>
  45. " width="100%" height="600px;" style="border:0px;" />
  46. <?php }else{ ?>
  47. 登陆成功,请选择你所需要操作的模板<br/>
  48. <div style="font-size:16px;">
  49. 若想了解更多的邮件送达情况,请前往<a href="http://www.sendcloud.net" target="_blank">sendcloud</a>的后台查看
  50. </div>
  51. <?php }?>
  52. </section><!-- /.content -->
  53. </aside><!-- /.right-side -->
  54. </div><!-- ./wrapper -->
  55. </body>
  56. </html>
  57. <?php }} ?>