1ff53eb16b797839cca82c2a719a8794571f3dcd.file.admin_header.html.php 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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/public/admin_header.html" */ ?>
  3. <?php /*%%SmartyHeaderCode:19087880585948dd0d8293a7-45052897%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
  4. $_valid = $_smarty_tpl->decodeProperties(array (
  5. 'file_dependency' =>
  6. array (
  7. '1ff53eb16b797839cca82c2a719a8794571f3dcd' =>
  8. array (
  9. 0 => '/www/wwwroot/edm.alipearl.net/application/module/view/public/admin_header.html',
  10. 1 => 1498544926,
  11. 2 => 'file',
  12. ),
  13. ),
  14. 'nocache_hash' => '19087880585948dd0d8293a7-45052897',
  15. 'function' =>
  16. array (
  17. ),
  18. 'version' => 'Smarty-3.1.11',
  19. 'unifunc' => 'content_5948dd0d830f13_67109036',
  20. 'variables' =>
  21. array (
  22. 'uname' => 0,
  23. ),
  24. 'has_nocache_code' => false,
  25. ),false); /*/%%SmartyHeaderCode%%*/?>
  26. <?php if ($_valid && !is_callable('content_5948dd0d830f13_67109036')) {function content_5948dd0d830f13_67109036($_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. <!-- Ionicons -->
  37. <link href="static/AdminLTE/css/ionicons.min.css" rel="stylesheet" type="text/css" />
  38. <!-- Theme style -->
  39. <link href="static/AdminLTE/css/AdminLTE.css" rel="stylesheet" type="text/css" />
  40. <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
  41. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  42. <!--[if lt IE 9]>
  43. <script src="static/js/html5shiv.js"></script>
  44. <script src="static/js/respond.min.js"></script>
  45. <![endif]-->
  46. <!-- jQuery 2.0.2 -->
  47. <script src="static/js/jquery-1.7.2.min.js"></script>
  48. <!-- Bootstrap -->
  49. <script src="static/AdminLTE/js/bootstrap.min.js" type="text/javascript"></script>
  50. <!-- AdminLTE App -->
  51. <script src="static/AdminLTE/js/AdminLTE/app.js" type="text/javascript"></script>
  52. </head>
  53. <body class="skin-blue">
  54. <!-- header logo: style can be found in header.less -->
  55. <header class="header">
  56. <a href="/?a=index&m=login_succ" class="logo">
  57. <!-- Add the class icon to your logo image or logo icon to add the margining -->
  58. 邮件营销系统
  59. </a>
  60. <!-- Header Navbar: style can be found in header.less -->
  61. <nav class="navbar navbar-static-top" role="navigation">
  62. <!-- Sidebar toggle button-->
  63. <a href="/?a=user_admin&m=index" class="navbar-btn sidebar-toggle" data-toggle="offcanvas" role="button">
  64. <span class="sr-only">Toggle navigation</span>
  65. <span class="icon-bar"></span>
  66. <span class="icon-bar"></span>
  67. <span class="icon-bar"></span>
  68. </a>
  69. <div class="navbar-right" >
  70. <ul class="nav navbar-nav">
  71. <li class="dropdown user user-menu">
  72. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  73. <i class="glyphicon glyphicon-user"></i>
  74. <span>
  75. <?php echo $_smarty_tpl->tpl_vars['uname']->value;?>
  76. <!--<i class="caret" style="border-top-color:white;border-bottom-color:white;"></i>-->
  77. </span>
  78. </a>
  79. </li>
  80. <li>
  81. <a href="/?a=user_admin&m=update" class="">用户信息</a>
  82. </li>
  83. <li>
  84. <a href="/?a=index&m=logout" class="">退出</a>
  85. </li>
  86. </ul>
  87. </div>
  88. </nav>
  89. </header>
  90. <style>
  91. .no-print{display:none;}
  92. table{font-size:14px;}
  93. </style><?php }} ?>