tool.php 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  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[doad])
  30. {
  31. ?>
  32. <tr>
  33. <td id="prad" class="menu1" onclick="chengstate('ad')">
  34. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">广告系统</a>
  35. </td>
  36. </tr>
  37. <tr id="itemad" style="display:none">
  38. <td class="list">
  39. <table border='0' cellspacing='0' cellpadding='0'>
  40. <tr>
  41. <td class="file">
  42. <a href="../../tool/AdClass.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理广告分类</a>
  43. </td>
  44. </tr>
  45. <tr>
  46. <td class="file1">
  47. <a href="../../tool/ListAd.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理广告</a>
  48. </td>
  49. </tr>
  50. </table>
  51. </td>
  52. </tr>
  53. <?
  54. }
  55. ?>
  56. <?
  57. if($r[dovote])
  58. {
  59. ?>
  60. <tr>
  61. <td id="prvote" class="menu1" onclick="chengstate('vote')">
  62. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">投票系统</a>
  63. </td>
  64. </tr>
  65. <tr id="itemvote" style="display:none">
  66. <td class="list">
  67. <table border='0' cellspacing='0' cellpadding='0'>
  68. <tr>
  69. <td class="file">
  70. <a href="../../tool/AddVote.php?enews=AddVote<?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">增加投票</a>
  71. </td>
  72. </tr>
  73. <tr>
  74. <td class="file1">
  75. <a href="../../tool/ListVote.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理投票</a>
  76. </td>
  77. </tr>
  78. </table>
  79. </td>
  80. </tr>
  81. <?
  82. }
  83. ?>
  84. <?
  85. if($r[dolink])
  86. {
  87. ?>
  88. <tr>
  89. <td id="prlink" class="menu1" onclick="chengstate('link')">
  90. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">友情链接管理</a>
  91. </td>
  92. </tr>
  93. <tr id="itemlink" style="display:none">
  94. <td class="list">
  95. <table border='0' cellspacing='0' cellpadding='0'>
  96. <tr>
  97. <td class="file">
  98. <a href="../../tool/LinkClass.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理友情链接分类</a>
  99. </td>
  100. </tr>
  101. <tr>
  102. <td class="file1">
  103. <a href="../../tool/ListLink.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理友情链接</a>
  104. </td>
  105. </tr>
  106. </table>
  107. </td>
  108. </tr>
  109. <?
  110. }
  111. ?>
  112. <?
  113. if($r[dogbook])
  114. {
  115. ?>
  116. <tr>
  117. <td id="prgbook" class="menu1" onclick="chengstate('gbook')">
  118. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">留言板管理</a>
  119. </td>
  120. </tr>
  121. <tr id="itemgbook" style="display:none">
  122. <td class="list">
  123. <table border='0' cellspacing='0' cellpadding='0'>
  124. <tr>
  125. <td class="file">
  126. <a href="../../tool/GbookClass.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理留言分类</a>
  127. </td>
  128. </tr>
  129. <tr>
  130. <td class="file">
  131. <a href="../../tool/gbook.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理留言</a>
  132. </td>
  133. </tr>
  134. <tr>
  135. <td class="file1">
  136. <a href="../../tool/DelMoreGbook.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">批量删除留言</a>
  137. </td>
  138. </tr>
  139. </table>
  140. </td>
  141. </tr>
  142. <?
  143. }
  144. ?>
  145. <?
  146. if($r[dofeedback]||$r[dofeedbackf])
  147. {
  148. ?>
  149. <tr>
  150. <td id="prfeedback" class="menu1" onclick="chengstate('feedback')">
  151. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">信息反馈管理</a>
  152. </td>
  153. </tr>
  154. <tr id="itemfeedback" style="display:none">
  155. <td class="list">
  156. <table border='0' cellspacing='0' cellpadding='0'>
  157. <?
  158. if($r[dofeedbackf])
  159. {
  160. ?>
  161. <tr>
  162. <td class="file">
  163. <a href="../../tool/FeedbackClass.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理反馈分类</a>
  164. </td>
  165. </tr>
  166. <tr>
  167. <td class="file">
  168. <a href="../../tool/ListFeedbackF.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理反馈字段</a>
  169. </td>
  170. </tr>
  171. <?
  172. }
  173. if($r[dofeedback])
  174. {
  175. ?>
  176. <tr>
  177. <td class="file1">
  178. <a href="../../tool/feedback.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理信息反馈</a>
  179. </td>
  180. </tr>
  181. <?
  182. }
  183. ?>
  184. </table>
  185. </td>
  186. </tr>
  187. <?
  188. }
  189. ?>
  190. <?
  191. if($r[donotcj])
  192. {
  193. ?>
  194. <tr>
  195. <td id="prnotcj" class="menu3" onclick="chengstate('notcj')">
  196. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">防采集插件</a>
  197. </td>
  198. </tr>
  199. <tr id="itemnotcj" style="display:none">
  200. <td class="list1">
  201. <table border='0' cellspacing='0' cellpadding='0'>
  202. <tr>
  203. <td class="file1">
  204. <a href="../../template/NotCj.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理防采集随机字符</a>
  205. </td>
  206. </tr>
  207. </table>
  208. </td>
  209. </tr>
  210. <?
  211. }
  212. ?>
  213. <?php
  214. $b=0;
  215. //自定义插件菜单
  216. $menucsql=$empire->query("select classid,classname from {$dbtbpre}enewsmenuclass where classtype=2 and (groupids='' or groupids like '%,".intval($lur[groupid]).",%') order by myorder,classid");
  217. while($menucr=$empire->fetch($menucsql))
  218. {
  219. $menujsvar='diymenu'.$menucr['classid'];
  220. $b=1;
  221. ?>
  222. <tr>
  223. <td id="pr<?=$menujsvar?>" class="menu1" onclick="chengstate('<?=$menujsvar?>')">
  224. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'"><?=$menucr['classname']?></a>
  225. </td>
  226. </tr>
  227. <tr id="item<?=$menujsvar?>" style="display:none">
  228. <td class="list">
  229. <table border='0' cellspacing='0' cellpadding='0'>
  230. <?php
  231. $menusql=$empire->query("select menuid,menuname,menuurl,addhash from {$dbtbpre}enewsmenu where classid='$menucr[classid]' order by myorder,menuid");
  232. while($menur=$empire->fetch($menusql))
  233. {
  234. if(!(strstr($menur['menuurl'],'://')||substr($menur['menuurl'],0,1)=='/'))
  235. {
  236. $menur['menuurl']='../../'.$menur['menuurl'];
  237. }
  238. $menu_ecmshash='';
  239. if($menur['addhash'])
  240. {
  241. if(strstr($menur['menuurl'],'?'))
  242. {
  243. $menu_ecmshash=$menur['addhash']==2?$ecms_hashur['href']:$ecms_hashur['ehref'];
  244. }
  245. else
  246. {
  247. $menu_ecmshash=$menur['addhash']==2?$ecms_hashur['whhref']:$ecms_hashur['whehref'];
  248. }
  249. $menur['menuurl'].=$menu_ecmshash;
  250. }
  251. ?>
  252. <tr>
  253. <td class="file">
  254. <a href="<?=$menur['menuurl']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'"><?=$menur['menuname']?></a>
  255. </td>
  256. </tr>
  257. <?php
  258. }
  259. ?>
  260. </table>
  261. </td>
  262. </tr>
  263. <?php
  264. }
  265. ?>
  266. </table>
  267. </body>
  268. </html>