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

151 lines
4.3KB

  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>dedecms</title>
  6. <link href="css/base.css" rel="stylesheet" type="text/css">
  7. <script language='javascript'>
  8. var preFrameW = '206,*';
  9. var FrameHide = 0;
  10. var curStyle = 1;
  11. var totalItem = 9;
  12. function ChangeMenu(way)
  13. {
  14. var addwidth = 10;
  15. var fcol = top.document.all.btFrame.cols;
  16. if(way==1) addwidth = 10;
  17. else if(way==-1) addwidth = -10;
  18. else if(way==0){
  19. if(FrameHide == 0){
  20. preFrameW = top.document.all.btFrame.cols;
  21. top.document.all.btFrame.cols = '0,*';
  22. FrameHide = 1;
  23. return;
  24. }else{
  25. top.document.all.btFrame.cols = preFrameW;
  26. FrameHide = 0;
  27. return;
  28. }
  29. }
  30. fcols = fcol.split(',');
  31. fcols[0] = parseInt(fcols[0]) + addwidth;
  32. top.document.all.btFrame.cols = fcols[0]+',*';
  33. }
  34. function ChangeMenuFF(way)
  35. {
  36. var addwidth = 10;
  37. alert(window.parent.document.getElementsByTagName('btFrame').cols);
  38. var fcol = window.parent.document.getElementsByTagName('btFrame').cols;
  39. if(way==1) addwidth = 10;
  40. else if(way==-1) addwidth = -10;
  41. else if(way==0){
  42. if(FrameHide == 0){
  43. preFrameW = window.parent.document.getElementsByTagName('btFrame').cols;
  44. window.parent.document.getElementsByTagName('btFrame').cols = '0,*';
  45. FrameHide = 1;
  46. return;
  47. }else{
  48. window.parent.document.getElementsByTagName('btFrame').cols = preFrameW;
  49. FrameHide = 0;
  50. return;
  51. }
  52. }
  53. fcols = fcol.split(',');
  54. fcols[0] = parseInt(fcols[0]) + addwidth;
  55. window.parent.document.getElementsByTagName('btFrame').cols = fcols[0]+',*';
  56. }
  57. function mv(selobj,moveout,itemnum)
  58. {
  59. if(itemnum==curStyle) return false;
  60. if(moveout=='m') selobj.className = 'itemsel';
  61. if(moveout=='o') selobj.className = 'item';
  62. return true;
  63. }
  64. function changeSel(itemnum)
  65. {
  66. curStyle = itemnum;
  67. for(i=1;i<=totalItem;i++)
  68. {
  69. if(document.getElementById('item'+i)) document.getElementById('item'+i).className='item';
  70. }
  71. document.getElementById('item'+itemnum).className='itemsel';
  72. }
  73. </script>
  74. <style>
  75. body {
  76. padding:0px; margin:0px;
  77. }
  78. a:link,a:visited {
  79. color:#ffffff;
  80. text-decoration: underline;
  81. }
  82. #lpart {
  83. float:right;
  84. height:53px;
  85. line-height:53px;
  86. margin:0px;
  87. padding:0px;
  88. }
  89. #rpart {
  90. float:right;
  91. width:450px;
  92. height:53px;
  93. margin:0px;
  94. padding:0px;
  95. margin-left:5px;
  96. background:url(../static/style2tbgr.gif);
  97. }
  98. #tpa {
  99. color: #009933;
  100. margin:0px;
  101. float:left;
  102. }
  103. #tpa dd {
  104. margin:0px;
  105. padding:0px;
  106. float:left;
  107. margin-right:2px;
  108. color:#ffffff;
  109. padding:17px 0px 0px 5px;
  110. }
  111. #tpa dd.img {
  112. padding:17px 0px 0px 5px;
  113. }
  114. </style>
  115. </head>
  116. <body bgColor='#ffffff'>
  117. <table width="100%" border="0" cellpadding="0" cellspacing="0" background="../static/topbg2.gif">
  118. <tr>
  119. <td width='20%'><img src="images/df_dedetitle2.gif" alt="dedecms logo" title="dedecms logo" /></td>
  120. <td width='80%'>
  121. <div id='rpart'>
  122. <dl id="tpa">
  123. <dd class='img'><a href="javascript:ChangeMenu(-1);"><img vspace="5" src="../static/arrl.gif" border="0" width="5" height="8" alt="缩小左框架" title="缩小左框架" /></a></dd>
  124. <dd class='img'><a href="javascript:ChangeMenu(0);"><img vspace="3" src="../static/arrfc.gif" border="0" width="12" height="12" alt="显示/隐藏左框架" title="显示/隐藏左框架" /></a></dd>
  125. <dd class='img' style="margin-right:10px;"><a href="javascript:ChangeMenu(1);"><img vspace="5" src="images/arrr.gif" border="0" width="5" height="8" alt="增大左框架" title="增大左框架" /></a></dd>
  126. <dd class='txt'>
  127. <a href="index_menu.php" target="menu">主菜单</a> |
  128. <a href="catalog_menu.php" target="menu">内容发布</a> |
  129. <a href="index_body.php" target="main">系统主页</a> |
  130. <a href="../index.php?upcache=1" target="_blank">网站主页</a> |
  131. <a href="../member" target="_blank">会员中心</a> |
  132. <a href="exit.php" target="_top">注销</a>
  133. </dd>
  134. </dl>
  135. </div>
  136. <div id='lpart'>
  137. 您好:<span class="username"><?php echo $cuserLogin->getUserName(); ?> </span>,欢迎使用DedeCMSV6!
  138. </div>
  139. </td>
  140. </tr>
  141. </table>
  142. </body>
  143. </html>