国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 5 години
преди 5 години
преди 5 години
преди 5 години
преди 5 години
преди 5 години
преди 5 години
преди 4 години
преди 5 години
преди 5 години
преди 5 години
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
  5. <title><?php echo $cfg_webname; ?>-<?php echo $cfg_softname." ".$cfg_version; ?></title>
  6. <link href="css/frame.css" rel="stylesheet" type="text/css" />
  7. <script src="../static/js/jquery.js" language="javascript" type="text/javascript"></script>
  8. <script src="js/frame.js" language="javascript" type="text/javascript"></script>
  9. <link href="images/style<?php echo $cfg_admin_skin;?>/style.css" rel="stylesheet" type="text/css" />
  10. <style type="text/css">
  11. #skinlist {
  12. display: block;
  13. height: 11px;
  14. margin-top: 10px;
  15. overflow: hidden;
  16. width: 86px;
  17. }
  18. #skin div {
  19. float: left;
  20. }
  21. #skin li {
  22. cursor: pointer;
  23. float: left;
  24. height: 11px;
  25. width: 14px;
  26. }
  27. #def div,
  28. #s1 div,
  29. #s2 div,
  30. #s3 div,
  31. #s4 div {
  32. background-image: url("images/skinbutton.png");
  33. background-repeat: no-repeat;
  34. }
  35. #s1 div {
  36. background-position: 0 0px;
  37. }
  38. #s2 div {
  39. background-position: 0 -11px;
  40. }
  41. #s3 div {
  42. background-position: 0 -22px;
  43. }
  44. #s4 div {
  45. background-position: 0 -33px;
  46. }
  47. #s1 div.sel {
  48. background: url("images/skinbutton.png") no-repeat scroll -14px top transparent;
  49. }
  50. #s2 div.sel {
  51. background: url("images/skinbutton.png") no-repeat scroll -14px -11px transparent;
  52. }
  53. #s3 div.sel {
  54. background: url("images/skinbutton.png") no-repeat scroll -14px -22px transparent;
  55. }
  56. #s4 div.sel {
  57. background: url("images/skinbutton.png") no-repeat scroll -14px -33px transparent;
  58. }
  59. </style>
  60. </head>
  61. <body class="showmenu">
  62. <div class="pagemask"></div>
  63. <iframe class="iframemask"></iframe>
  64. <div class="allmenu">
  65. <div class="allmenu-box">
  66. <?php
  67. echo $mapstring;
  68. ?>
  69. <br style='clear:both' />
  70. </div>
  71. </div>
  72. <div class="head">
  73. <div class="top">
  74. <div class="top_logo"><?php echo $cfg_soft_enname; ?></div>
  75. <div class="top_version"><?php echo $cfg_version_detail; ?></div>
  76. <div class="top_link">
  77. <ul>
  78. <li class="welcome">您好:<?php echo $cuserLogin->getUserName(); ?> ,欢迎使用DedeBIZV6!</li>
  79. <li><a href="index_menu.php" target="menu">主菜单</a></li>
  80. <li><a href="#" onclick="JumpFrame('index_menu.php','index_body.php');">系统主页</a></li>
  81. <li><a href="#" onclick="JumpFrame('catalog_menu.php','public_guide.php');">内容发布</a></li>
  82. <li><a href="#" onclick="JumpFrame('index_menu.php','content_list.php');">内容维护</a></li>
  83. <li><a href="../index.php?upcache=1" target="_blank">网站主页</a></li>
  84. <li><a href="../member" target="_blank">会员中心</a></li>
  85. <li><a href="exit.php" target="_top">注销</a></li>
  86. </ul>
  87. </div>
  88. </div>
  89. <div class="topnav">
  90. <div class="menuact"> <a href="#" id="togglemenu">隐藏菜单</a>
  91. <?php
  92. if($cuserLogin->getUserType() >= 10) echo '<a href="#" id="allmenu">功能地图</a>';
  93. ?>
  94. </div>
  95. <div id="skin">
  96. <div>
  97. </div>
  98. </div>
  99. <div class="nav" id="nav"> </div>
  100. <div class="sysmsg">
  101. <h3>滚动消息:</h3>
  102. <div class="scroll">
  103. <form action="action_search.php" target="main" method="post">
  104. <input name="keyword" type="text" value="功能搜索" onfocus="if(this.value=='功能搜索'){this.value='';}"
  105. onblur="if(this.value==''){this.value='功能搜索';}" class="allsearch" style="width:150px;" />
  106. <input name="" type="submit" value="搜索" class="np" />
  107. <a href='<?php echo $cfg_biz_gitUrl;?>' target='_blank'>代码托管</a> <a href='<?php echo $cfg_biz_helpUrl;?>'
  108. target='_blank'>帮助中心</a>
  109. </form>
  110. </div>
  111. </div>
  112. </div>
  113. </div>
  114. <div class="left">
  115. <div class="menu" id="menu">
  116. <iframe src="index_menu.php" id="menufra" name="menu" frameborder="0"></iframe>
  117. </div>
  118. </div>
  119. <div class="right">
  120. <div class="main">
  121. <iframe id="main" name="main" frameborder="0" src="index_body.php"></iframe>
  122. </div>
  123. <!--<div id="help"><span id="content"><a href="#">栏目管理操作使用说明</a></span></div>-->
  124. </div>
  125. <div class="qucikmenu" id="qucikmenu">
  126. <ul>
  127. <?php
  128. $dtp = new DedeTagparse();
  129. $dtp->SetNameSpace('menu','<','>');
  130. $dtp->LoadTemplet($myIcoFile);
  131. if(is_array($dtp->CTags))
  132. {
  133. foreach($dtp->CTags as $ctag)
  134. {
  135. $title = $ctag->GetAtt('title');
  136. $ico = $ctag->GetAtt('ico');
  137. $link = $ctag->GetAtt('link');
  138. echo "<li><a href='{$link}' target='main'>{$title}</a></li>\r\n";
  139. }
  140. }
  141. ?>
  142. </ul>
  143. </div>
  144. <script language="javascript">
  145. function JumpFrame(url1, url2) {
  146. jQuery('#menufra').get(0).src = url1;
  147. jQuery('#main').get(0).src = url2;
  148. }
  149. (function ($) {
  150. $("#skinlist>li").click(function () {
  151. var adminskin = $(this).index() + 1;
  152. var csshref = "images/style" + adminskin + "/style.css";
  153. $("#skinlist>li").each(function () { $(this).children('div').attr('class', '') });
  154. $("#topdedelogo").attr('src', 'images/style' + adminskin + '/admin_top_logo.gif')
  155. $('link').each(function () {
  156. if ($(this).attr('href').match(/style.css$/)) {
  157. $(this).attr('href', csshref);
  158. }
  159. });
  160. $(this).children('div').attr('class', 'sel');
  161. $(window.frames["menu"].document).find("link").each(function () {
  162. if ($(this).attr('href').match(/style.css$/)) {
  163. $(this).attr('href', csshref);
  164. }
  165. });
  166. $(window.frames["main"].document).find("link").each(function () {
  167. if ($(this).attr('href').match(/style.css$/)) {
  168. $(this).attr('href', csshref);
  169. }
  170. });
  171. $.get('index_body.php?dopost=setskin&cskin=' + adminskin);
  172. });
  173. })(jQuery);
  174. </script>
  175. </body>
  176. </html>