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

81 lines
3.2KB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  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>DedeBIZ menu</title>
  6. <link rel="stylesheet" href="../static/web/css/admin.css">
  7. <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
  8. <script src="../static/web/js/webajax.js"></script>
  9. <script src="../static/web/js/jquery.min.js"></script>
  10. <?php echo "<script>var curopenItem = '$openitem';</script>"; ?>
  11. <script src="js/leftmenu.js"></script>
  12. <style>
  13. body{margin:0;background:#f6f6f6;padding-left:6px;overflow:scroll;overflow-x:hidden}
  14. img{margin-right:0;border-radius:0}
  15. div{margin:0;padding:0}
  16. dl.bitem{margin:0 0 2px 10px;width:140px;background:url(../static/web/img/menunewbg.gif)repeat-x;clear:both}
  17. dl.bitem2{margin:0 0 2px 10px;width:140px;background:url(../static/web/img/menunewbg2.gif)repeat-x;clear:both}
  18. dl.bitem dt,dl.bitem2 dt{padding-left:30px;height:26px;line-height:26px;cursor:pointer}
  19. dl.bitem dd,dl.bitem2 dd{padding:10px;background:#fff}
  20. dl.bitem dt b,dl.bitem2 dt b{color:#4f7632}
  21. a.mm div{padding:6px 4px 4px 10px;height:40px;color:#424b51;background:url(../static/web/img/leftmbg1.gif)no-repeat;cursor:pointer}
  22. a.mm:hover div{color:#4f7632;background:url(../static/web/img/leftbg2.gif)no-repeat}
  23. a.mmac div{padding:6px 4px 4px 10px;height:40px;color:#4f7632;background:url(../static/web/img/leftbg2.gif)no-repeat}
  24. #mainct{padding-top:12px;background:url(../static/web/img/idnbg1.gif)repeat-y}
  25. .sitemu li{padding:0 0 0 20px;height:26px;line-height:26px;background:url(../static/web/img/arr4.gif)no-repeat 6px 10px}
  26. .fllct{float:left;width:80px}
  27. .flrct{float:left;padding-top:5px}
  28. .fa-minus-circle{color:#dc3545}
  29. .fa-plus-circle{color:#28a745}
  30. </style>
  31. <base target="main">
  32. </head>
  33. <body target="main" onLoad="CheckOpenMenu();">
  34. <table width="180" align="left" cellspacing="0" cellpadding="0">
  35. <tr>
  36. <td width="26" valign="top" style="padding-top:10px">
  37. <a id="link1" class="mmac"><div onClick="ShowMainMenu(1)"><b>运维<b></div></a>
  38. <a id="link100" class="mm"><div onClick="ShowMainMenu(100)"><b>插件<b></div></a>
  39. <a id="link5" class="mm"><div onClick="ShowMainMenu(5)"><b>更新<b></div></a>
  40. <a id="link6" class="mm"><div onClick="ShowMainMenu(6)"><b>会员<b></div></a>
  41. <?php
  42. if($cuserLogin->getUserType()>=10){
  43. ?>
  44. <a id="link7" class="mm"><div onClick="ShowMainMenu(7)"><b>模板<b></div></a>
  45. <a id="link10" class="mm"><div onClick="ShowMainMenu(10)"><b>系统<b></div></a>
  46. <?php
  47. }
  48. ?>
  49. </td>
  50. <td width="260" valign="top" id="mainct">
  51. <div id="ct1">
  52. <?php
  53. GetMenus($cuserLogin->getUserRank(),'main');
  54. ?>
  55. </div>
  56. <div id="ct100"></div>
  57. <div id="ct3"></div>
  58. <div id="ct5"></div>
  59. <div id="ct6"></div>
  60. <div id="ct7"></div>
  61. <div id="ct20"></div>
  62. <div id="ct10"></div>
  63. </td>
  64. </tr>
  65. <tr>
  66. <td width="26"></td>
  67. <td width="180"><img src="../static/web/img/idnbgfoot.gif"></td>
  68. </tr>
  69. </table>
  70. <?php
  71. if(!empty($openitem) && $openitem!=1)
  72. {
  73. ?>
  74. <script>
  75. ShowMainMenu(100);
  76. </script>
  77. <?php
  78. }
  79. ?>
  80. </body>
  81. </html>