国内流行的内容管理系统(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.

165 lines
3.8KB

  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
  4. <title>DedeBIZ menu</title>
  5. <link rel="stylesheet" href="css/base.css" type="text/css" />
  6. <script language="javascript" type="text/javascript" src="../static/js/dedeajax2.js"></script>
  7. <script src="../static/js/jquery.js" language="javascript" type="text/javascript"></script>
  8. <?php
  9. echo "<script language='javascript'>var curopenItem = '$openitem';</script>";
  10. ?>
  11. <script language="javascript" type="text/javascript" src="js/leftmenu.js"></script>
  12. <style>
  13. body {
  14. margin:0;
  15. background:#f2f2f2 url(images/leftmenu_bg.gif);
  16. padding-left:6px;
  17. overflow:scroll;
  18. overflow-x:hidden
  19. }
  20. div {
  21. margin:0;
  22. padding:0
  23. }
  24. dl.bitem {
  25. margin:0 0 6px 10px;
  26. width:140px;
  27. background:url(images/menunewbg.gif) repeat-x;
  28. clear:both
  29. }
  30. dl.bitem2 {
  31. margin:0 0 6px 10px;
  32. width:140px;
  33. background:url(images/menunewbg2.gif) repeat-x;
  34. clear:both
  35. }
  36. dl.bitem dt,dl.bitem2 dt {
  37. padding-left:36px;
  38. height:26px;
  39. line-height:26px;
  40. cursor:pointer
  41. }
  42. dl.bitem dt b,dl.bitem2 dt b {
  43. color:#4D6C2F
  44. }
  45. dl.bitem dd,dl.bitem2 dd {
  46. padding:6px;
  47. background-color:#fff
  48. }
  49. div.items {
  50. clear:both;
  51. padding:0;
  52. height:0
  53. }
  54. .fllct {
  55. float:left;
  56. width:80px
  57. }
  58. .flrct {
  59. float:left;
  60. padding-top:4px
  61. }
  62. .sitemu li {
  63. padding:0 0 0 18px;
  64. height:26px;
  65. line-height:26px;
  66. background:url(images/arr4.gif) no-repeat 6px 10px
  67. }
  68. a.mmac div {
  69. padding:8px 4px 4px 10px;
  70. height:38px!important;
  71. font-weight:600;
  72. color:#325304;
  73. background:url(images/leftbg2.gif) no-repeat;
  74. word-wrap:break-word;
  75. word-break:break-all
  76. }
  77. a.mm div {
  78. padding:8px 4px 4px 10px;
  79. height:38px!important;
  80. font-weight:600;
  81. color:#475645;
  82. cursor:pointer;
  83. background:url(images/leftmbg1.gif) no-repeat;
  84. word-wrap:break-word;
  85. word-break:break-all
  86. }
  87. a.mm:hover div {
  88. color:#4f7632;
  89. background:url(images/leftbg2.gif) no-repeat
  90. }
  91. .mmf {
  92. padding:6px;
  93. height:1px
  94. }
  95. #mainct {
  96. padding-top:12px;
  97. background:url(images/idnbg1.gif) repeat-y
  98. }
  99. </style>
  100. <link href="images/style<?php echo $cfg_admin_skin;?>/style.css" rel="stylesheet" type="text/css" />
  101. <base target="main" />
  102. </head>
  103. <body target="main" onLoad="CheckOpenMenu();">
  104. <table width="180" align="left" border='0' cellspacing='0' cellpadding='0' style="text-align:left;">
  105. <tr>
  106. <td valign='top' style='padding-top:10' width='20'><a id='link1' class='mmac'>
  107. <div onClick="ShowMainMenu(1)">核心</div>
  108. </a> <a id='link100' class='mm'>
  109. <div onClick="ShowMainMenu(100)">模块</div>
  110. </a> <a id='link5' class='mm'>
  111. <div onClick="ShowMainMenu(5)">生成</div>
  112. </a> <a id='link6' class='mm'>
  113. <div onClick="ShowMainMenu(6)">会员</div>
  114. </a>
  115. <?php
  116. if($cuserLogin->getUserType() >= 10) {
  117. ?>
  118. <a id='link7' class='mm'>
  119. <div onClick="ShowMainMenu(7)">模板</div>
  120. </a> <a id='link10' class='mm'>
  121. <div onClick="ShowMainMenu(10)">系统</div>
  122. </a>
  123. <?php
  124. }
  125. ?>
  126. <div class='mmf'></div>
  127. </td>
  128. <td width='160' id='mainct' valign="top">
  129. <div id='ct1'>
  130. <?php
  131. GetMenus($cuserLogin->getUserRank(), 'main');
  132. ?>
  133. </div>
  134. <div id='ct100'></div>
  135. <div id='ct3'></div>
  136. <div id='ct5'></div>
  137. <div id='ct6'></div>
  138. <div id='ct7'></div>
  139. <div id='ct20'></div>
  140. <div id='ct10'></div>
  141. </td>
  142. </tr>
  143. <tr>
  144. <td width='26'></td>
  145. <td width='160' valign='top'><img src='images/idnbgfoot.gif' /></td>
  146. </tr>
  147. </table>
  148. <?php
  149. if(!empty($openitem) && $openitem!=1)
  150. {
  151. ?>
  152. <script language='javascript'>
  153. ShowMainMenu(100);
  154. </script>
  155. <?php
  156. }
  157. ?>
  158. <script language="javascript">
  159. function myAlert() {
  160. alert('dede');
  161. }
  162. </script>
  163. </body>
  164. </html>