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

81 lignes
3.0KB

  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="css/base.css">
  7. <script src="../static/js/dedeajax2.js"></script>
  8. <script src="../static/js/jquery.js"></script>
  9. <?php
  10. echo "<script>var curopenItem = '$openitem';</script>";
  11. ?>
  12. <script src="js/leftmenu.js"></script>
  13. <style>
  14. body{margin:0;background:#f8f8f8;padding-left:6px;overflow:scroll;overflow-x:hidden}
  15. img{margin-right:0;border-radius:0}
  16. div{margin:0;padding:0}
  17. dl.bitem{margin:0 0 2px 10px;width:140px;background:url(images/menunewbg.gif)repeat-x;clear:both}
  18. dl.bitem2{margin:0 0 2px 10px;width:140px;background:url(images/menunewbg2.gif)repeat-x;clear:both}
  19. dl.bitem dt,dl.bitem2 dt{padding-left:30px;height:26px;line-height:26px;cursor:pointer}
  20. dl.bitem dd,dl.bitem2 dd{padding:10px;background:#ffffff}
  21. dl.bitem dt b,dl.bitem2 dt b{color:#4f7632}
  22. a.mm div{padding:7px 4px 4px 10px;height:40px;font-weight:600;color:#666666;background:url(images/leftmbg1.gif)no-repeat;cursor:pointer}
  23. a.mm:hover div{color:#4f7632;background:url(images/leftbg2.gif)no-repeat}
  24. a.mmac div{padding:7px 4px 4px 10px;height:40px;font-weight:600;color:#4f7632;background:url(images/leftbg2.gif)no-repeat}
  25. #mainct{padding-top:12px;background:url(images/idnbg1.gif)repeat-y}
  26. .sitemu li{padding:0 0 0 20px;height:26px;line-height:26px;background:url(images/arr4.gif)no-repeat 6px 10px}
  27. .fllct{float:left;width:80px}
  28. .flrct{float:left;padding-top:4px}
  29. </style>
  30. <link rel="stylesheet" href="images/style<?php echo $cfg_admin_skin;?>/style.css">
  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 valign="top" style="padding-top:10px" width="26">
  37. <a id="link1" class="mmac"><div onClick="ShowMainMenu(1)">核心</div></a>
  38. <a id="link100" class="mm"><div onClick="ShowMainMenu(100)">模块</div></a>
  39. <a id="link5" class="mm"><div onClick="ShowMainMenu(5)">生成</div></a>
  40. <a id="link6" class="mm"><div onClick="ShowMainMenu(6)">会员</div></a>
  41. <?php
  42. if($cuserLogin->getUserType()>=10){
  43. ?>
  44. <a id="link7" class="mm"><div onClick="ShowMainMenu(7)">模板</div></a>
  45. <a id="link10" class="mm"><div onClick="ShowMainMenu(10)">系统</div></a>
  46. <?php
  47. }
  48. ?>
  49. </td>
  50. <td width="160" id="mainct" valign="top">
  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="160" valign="top"><img src="images/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>