国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

110 lignes
5.3KB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="<?php echo $cfg_soft_lang; ?>">
  5. <meta name="robots" content="noindex,nofollow">
  6. <title><?php echo $cfg_webname; ?>后台管理</title>
  7. <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
  8. <link rel="stylesheet" href="css/frame.css">
  9. <script src="../static/web/js/jquery.min.js"></script>
  10. <script src="js/frame.js"></script>
  11. <style>
  12. #skinlist{display:block;height:10px;margin-top:10px;overflow:hidden;width:86px}
  13. #skin div{float:left}
  14. #skin li{float:left;width:14px;height:10px;cursor:pointer}
  15. #def div,#s1 div,#s2 div,#s3 div,#s4 div{background-image:url(images/skinbutton.png)no-repeat}
  16. #s1 div{background-position:0 0px}
  17. #s2 div{background-position:0 -11px}
  18. #s3 div{background-position:0 -22px}
  19. #s4 div{background-position:0 -33px}
  20. #s1 div.sel{background:url(images/skinbutton.png)no-repeat scroll -14px top transparent}
  21. #s2 div.sel{background:url(images/skinbutton.png)no-repeat scroll -14px -11px transparent}
  22. #s3 div.sel{background:url(images/skinbutton.png)no-repeat scroll -14px -22px transparent}
  23. #s4 div.sel{background:url(images/skinbutton.png)no-repeat scroll -14px -33px transparent}
  24. </style>
  25. </head>
  26. <body class="showmenu">
  27. <?php
  28. if(preg_match('/MSIE/i',$_SERVER['HTTP_USER_AGENT']) || preg_match('/Trident/i',$_SERVER['HTTP_USER_AGENT'])){
  29. ?>
  30. <div id="browsehappy" style="padding:20px 30px;font-size:14px;line-height:16px;color:#856404;background:#fff3cd;border-radius:.25rem;border:none">
  31. <a onclick="document.getElementById('browsehappy').style.display='none';" style="float:right;cursor:pointer">×</a>
  32. <span>您正在使用一个过时的浏览器,请您<a href="https://www.dedebiz.com/browsehappy" target="_blank">升级浏览器</a>,以提高您对后台体验</span>
  33. </div>
  34. <?php
  35. }
  36. ?>
  37. <div class="pagemask"></div>
  38. <iframe class="iframemask"></iframe>
  39. <div class="allmenu">
  40. <div class="allmenu-box">
  41. <?php
  42. echo $mapstring;
  43. ?>
  44. <br style="clear:both">
  45. </div>
  46. </div>
  47. <div class="head">
  48. <div class="top">
  49. <div class="top_logo"><a target="main" href="index_body.php"><?php echo $cfg_webname; ?>系统</a></div>
  50. <div class="top_version">V<?php echo $cfg_version_detail; ?></div>
  51. <div class="top_link">
  52. <ul>
  53. <li class="welcome">
  54. <a target="main" href="sys_admin_user_edit.php?id=<?php echo $cuserLogin->getUserID(); ?>&dopost=edit"><img src="../static/web/img/avatar.png" title="<?php echo $cuserLogin->getUserName(); ?>"><?php echo $cuserLogin->getUserName(); ?><?php if($cuserLogin->getUserType()==10) {echo "管理员";} else if($cuserLogin->getUserType()==5) {echo "频道员";} else {echo "信息员";}?></a>
  55. <a href="exit.php">退出</a>
  56. </li>
  57. <?php
  58. if($cuserLogin->getUserType()>=10){
  59. ?>
  60. <li><a target="main" href="sys_info.php">系统配置</a></li>
  61. <li><a target="main" href="catalog_main.php">栏目管理</a></li>
  62. <li><a target="main" href="file_manage_main.php">文件管理</a></li>
  63. <li><a target="main" href="templets_main.php">模板管理</a></li>
  64. <?php
  65. }
  66. ?>
  67. <li><a target="main" href="public_guide.php">发布文档</a></li>
  68. <li><a target="main" href="makehtml_all.php">更新整站</a></li>
  69. <?php echo ($cfg_mb_open=='Y')?'<li><a href="../user" target="_blank">会员中心</a></li>':''; ?>
  70. <li><a href="../index.php?upcache=1" target="_blank">网站主页</a></li>
  71. </ul>
  72. </div>
  73. </div>
  74. <div class="topnav">
  75. <div class="menuact">
  76. <a href="javascript:;" id="togglemenu"><i class="fa fa-bars"></i> 隐藏菜单</a>
  77. <a href="javascript:;" id="allmenu"><i class="fa fa-map-marker"></i> 功能地图</a>
  78. </div>
  79. <div id="skin"></div>
  80. <div class="nav" id="nav"></div>
  81. <div class="sysmsg">
  82. <div class="scroll">
  83. <form action="action_search.php" method="post" target="main">
  84. <input type="text" name="keyword" placeholder="功能搜索" class="allsearch">
  85. <button type="submit" class="np">搜索</button>
  86. <a href="<?php echo $cfg_biz_gitUrl; ?>" target="_blank"><i class="fa fa-code"></i> 代码托管</a>
  87. <a href="<?php echo $cfg_biz_helpUrl; ?>" target="_blank"><i class="fa fa-question-circle"></i> 帮助中心</a>
  88. </form>
  89. </div>
  90. </div>
  91. </div>
  92. </div>
  93. <div class="left">
  94. <div class="menu" id="menu">
  95. <iframe src="index_menu.php" id="menufra" name="menu" frameborder="0"></iframe>
  96. </div>
  97. </div>
  98. <div class="right">
  99. <div class="main">
  100. <iframe src="index_body.php" id="main" name="main" frameborder="0"></iframe>
  101. </div>
  102. </div>
  103. <script>
  104. function JumpFrame(url1, url2) {
  105. jQuery('#menufra').get(0).src = url1;
  106. jQuery('#main').get(0).src = url2;
  107. }
  108. </script>
  109. </body>
  110. </html>