other.php 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. <?php
  2. if(!defined('InEmpireCMS'))
  3. {
  4. exit();
  5. }
  6. ?>
  7. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  8. <html>
  9. <head>
  10. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  11. <title>菜单</title>
  12. <link href="../../../data/menu/menu.css" rel="stylesheet" type="text/css">
  13. <script src="../../../data/menu/menu.js" type="text/javascript"></script>
  14. <SCRIPT lanuage="JScript">
  15. function tourl(url){
  16. parent.main.location.href=url;
  17. }
  18. </SCRIPT>
  19. </head>
  20. <body onLoad="initialize()">
  21. <table border='0' cellspacing='0' cellpadding='0'>
  22. <tr height=20>
  23. <td id="home"><img src="../../../data/images/homepage.gif" border=0></td>
  24. <td><b>其他管理</b></td>
  25. </tr>
  26. </table>
  27. <table border='0' cellspacing='0' cellpadding='0'>
  28. <?
  29. if($r[dobefrom]||$r[dowriter]||$r[dokey]||$r[doword])
  30. {
  31. ?>
  32. <tr>
  33. <td id="prnewsadmin" class="menu1" onclick="chengstate('newsadmin')">
  34. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">新闻模型相关</a>
  35. </td>
  36. </tr>
  37. <tr id="itemnewsadmin" style="display:none">
  38. <td class="list">
  39. <table border='0' cellspacing='0' cellpadding='0'>
  40. <?
  41. if($r[dobefrom])
  42. {
  43. ?>
  44. <tr>
  45. <td class="file">
  46. <a href="../../NewsSys/BeFrom.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理信息来源</a>
  47. </td>
  48. </tr>
  49. <?
  50. }
  51. if($r[dowriter])
  52. {
  53. ?>
  54. <tr>
  55. <td class="file">
  56. <a href="../../NewsSys/writer.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理作者</a>
  57. </td>
  58. </tr>
  59. <?
  60. }
  61. if($r[dokey])
  62. {
  63. ?>
  64. <tr>
  65. <td class="file">
  66. <a href="../../NewsSys/key.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理内容关键字</a>
  67. </td>
  68. </tr>
  69. <?
  70. }
  71. if($r[doword])
  72. {
  73. ?>
  74. <tr>
  75. <td class="file1">
  76. <a href="../../NewsSys/word.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理过滤字符</a>
  77. </td>
  78. </tr>
  79. <?
  80. }
  81. ?>
  82. </table>
  83. </td>
  84. </tr>
  85. <?
  86. }
  87. ?>
  88. <?
  89. if($r[dodownurl]||$r[dodeldownrecord]||$r[dodownerror]||$r[dorepdownpath]||$r[doplayer])
  90. {
  91. ?>
  92. <tr>
  93. <td id="prdownadmin" class="menu1" onclick="chengstate('downadmin')">
  94. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">下载模型相关</a>
  95. </td>
  96. </tr>
  97. <tr id="itemdownadmin" style="display:none">
  98. <td class="list">
  99. <table border='0' cellspacing='0' cellpadding='0'>
  100. <?
  101. if($r[dodownurl])
  102. {
  103. ?>
  104. <tr>
  105. <td class="file">
  106. <a href="../../DownSys/url.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理地址前缀</a>
  107. </td>
  108. </tr>
  109. <?
  110. }
  111. if($r[dodeldownrecord])
  112. {
  113. ?>
  114. <tr>
  115. <td class="file">
  116. <a href="../../DownSys/DelDownRecord.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">删除下载记录</a>
  117. </td>
  118. </tr>
  119. <?
  120. }
  121. if($r[dodownerror])
  122. {
  123. ?>
  124. <tr>
  125. <td class="file">
  126. <a href="../../DownSys/ListError.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理错误报告</a>
  127. </td>
  128. </tr>
  129. <?
  130. }
  131. if($r[dorepdownpath])
  132. {
  133. ?>
  134. <tr>
  135. <td class="file">
  136. <a href="../../DownSys/RepDownLevel.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">批量替换地址权限</a>
  137. </td>
  138. </tr>
  139. <?
  140. }
  141. if($r[doplayer])
  142. {
  143. ?>
  144. <tr>
  145. <td class="file1">
  146. <a href="../../DownSys/player.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">播放器管理</a>
  147. </td>
  148. </tr>
  149. <?
  150. }
  151. ?>
  152. </table>
  153. </td>
  154. </tr>
  155. <?
  156. }
  157. ?>
  158. <?
  159. if($r[dopay])
  160. {
  161. ?>
  162. <tr>
  163. <td id="prpay" class="menu1" onclick="chengstate('pay')">
  164. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">在线支付</a>
  165. </td>
  166. </tr>
  167. <tr id="itempay" style="display:none">
  168. <td class="list">
  169. <table border='0' cellspacing='0' cellpadding='0'>
  170. <tr>
  171. <td class="file">
  172. <a href="../../pay/SetPayFen.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">支付参数配置</a>
  173. </td>
  174. </tr>
  175. <tr>
  176. <td class="file">
  177. <a href="../../pay/PayApi.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理支付接口</a>
  178. </td>
  179. </tr>
  180. <tr>
  181. <td class="file1">
  182. <a href="../../pay/ListPayRecord.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理支付记录</a>
  183. </td>
  184. </tr>
  185. </table>
  186. </td>
  187. </tr>
  188. <?
  189. }
  190. ?>
  191. <?
  192. if($r[dopicnews])
  193. {
  194. ?>
  195. <tr>
  196. <td id="prpicnews" class="menu3" onclick="chengstate('picnews')">
  197. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">图片信息管理</a>
  198. </td>
  199. </tr>
  200. <tr id="itempicnews" style="display:none">
  201. <td class="list1">
  202. <table border='0' cellspacing='0' cellpadding='0'>
  203. <tr>
  204. <td class="file">
  205. <a href="../../NewsSys/PicClass.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理图片信息分类</a>
  206. </td>
  207. </tr>
  208. <tr>
  209. <td class="file1">
  210. <a href="../../NewsSys/ListPicNews.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理图片信息</a>
  211. </td>
  212. </tr>
  213. </table>
  214. </td>
  215. </tr>
  216. <?
  217. }
  218. ?>
  219. </table>
  220. </body>
  221. </html>