classdata.php 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631
  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. <tr>
  29. <td id="prcinfo" class="menu1" onclick="chengstate('cinfo')">
  30. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">信息相关管理</a>
  31. </td>
  32. </tr>
  33. <tr id="itemcinfo" style="display:none">
  34. <td class="list">
  35. <table border='0' cellspacing='0' cellpadding='0'>
  36. <tr>
  37. <td class="file">
  38. <a href="../../ListAllInfo.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理信息</a>
  39. </td>
  40. </tr>
  41. <tr>
  42. <td class="file">
  43. <a href="../../ListAllInfo.php?ecmscheck=1<?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">审核信息</a>
  44. </td>
  45. </tr>
  46. <tr>
  47. <td class="file">
  48. <a href="../../workflow/ListWfInfo.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">签发信息</a>
  49. </td>
  50. </tr>
  51. <?
  52. if($r[dopl])
  53. {
  54. ?>
  55. <tr>
  56. <td class="file">
  57. <a href="../../openpage/AdminPage.php?leftfile=<?=urlencode('../pl/PlNav.php'.$ecms_hashur['whehref'])?>&mainfile=<?=urlencode('../pl/PlMain.php'.$ecms_hashur['whehref'])?>&title=<?=urlencode('管理评论')?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理评论</a>
  58. </td>
  59. </tr>
  60. <?
  61. }
  62. ?>
  63. <tr>
  64. <td class="file">
  65. <a href="../../sp/UpdateSp.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">更新碎片</a>
  66. </td>
  67. </tr>
  68. <tr>
  69. <td class="file">
  70. <a href="../../special/UpdateZt.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">更新专题</a>
  71. </td>
  72. </tr>
  73. <tr>
  74. <td class="file">
  75. <a href="../../info/InfoMain.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">数据统计</a>
  76. </td>
  77. </tr>
  78. <tr>
  79. <td class="file1">
  80. <a href="../../infotop.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">排行统计</a>
  81. </td>
  82. </tr>
  83. </table>
  84. </td>
  85. </tr>
  86. <?
  87. if($r[doclass]||$r[dosetmclass]||$r[doclassf])
  88. {
  89. ?>
  90. <tr>
  91. <td id="prclassdata" class="menu1" onclick="chengstate('classdata')">
  92. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">栏目管理</a>
  93. </td>
  94. </tr>
  95. <tr id="itemclassdata" style="display:none">
  96. <td class="list">
  97. <table border='0' cellspacing='0' cellpadding='0'>
  98. <?
  99. if($r[doclass])
  100. {
  101. ?>
  102. <tr>
  103. <td class="file">
  104. <a href="../../ListClass.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理栏目</a>
  105. </td>
  106. </tr>
  107. <tr>
  108. <td class="file">
  109. <a href="../../ListPageClass.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理栏目(分页)</a>
  110. </td>
  111. </tr>
  112. <?
  113. }
  114. if($r[doclassf])
  115. {
  116. ?>
  117. <tr>
  118. <td class="file">
  119. <a href="../../info/ListClassF.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">栏目自定义字段</a>
  120. </td>
  121. </tr>
  122. <?
  123. }
  124. if($r[dosetmclass])
  125. {
  126. ?>
  127. <tr>
  128. <td class="file1">
  129. <a href="../../SetMoreClass.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">批量设置栏目属性</a>
  130. </td>
  131. </tr>
  132. <?
  133. }
  134. ?>
  135. </table>
  136. </td>
  137. </tr>
  138. <?
  139. }
  140. ?>
  141. <?
  142. if($r[dozt]||$r[doztf])
  143. {
  144. ?>
  145. <tr>
  146. <td id="przt" class="menu1" onclick="chengstate('zt')">
  147. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">专题管理</a>
  148. </td>
  149. </tr>
  150. <tr id="itemzt" style="display:none">
  151. <td class="list">
  152. <table border='0' cellspacing='0' cellpadding='0'>
  153. <?php
  154. if($r[dozt])
  155. {
  156. ?>
  157. <tr>
  158. <td class="file">
  159. <a href="../../special/ListZtClass.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理专题分类</a>
  160. </td>
  161. </tr>
  162. <tr>
  163. <td class="file">
  164. <a href="../../special/ListZt.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理专题</a>
  165. </td>
  166. </tr>
  167. <?php
  168. }
  169. if($r[doztf])
  170. {
  171. ?>
  172. <tr>
  173. <td class="file1">
  174. <a href="../../special/ListZtF.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">专题自定义字段</a>
  175. </td>
  176. </tr>
  177. <?php
  178. }
  179. ?>
  180. </table>
  181. </td>
  182. </tr>
  183. <?
  184. }
  185. ?>
  186. <?
  187. if($r[doinfotype])
  188. {
  189. ?>
  190. <tr>
  191. <td id="prinfotype" class="menu1" onclick="chengstate('infotype')">
  192. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">标题分类管理</a>
  193. </td>
  194. </tr>
  195. <tr id="iteminfotype" style="display:none">
  196. <td class="list">
  197. <table border='0' cellspacing='0' cellpadding='0'>
  198. <tr>
  199. <td class="file">
  200. <a href="../../info/AddInfoType.php?enews=AddInfoType<?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">增加标题分类</a>
  201. </td>
  202. </tr>
  203. <tr>
  204. <td class="file1">
  205. <a href="../../info/InfoType.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理标题分类</a>
  206. </td>
  207. </tr>
  208. </table>
  209. </td>
  210. </tr>
  211. <?
  212. }
  213. ?>
  214. <?
  215. if($r[dosp])
  216. {
  217. ?>
  218. <tr>
  219. <td id="prsp" class="menu1" onclick="chengstate('sp')">
  220. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">碎片管理</a>
  221. </td>
  222. </tr>
  223. <tr id="itemsp" style="display:none">
  224. <td class="list">
  225. <table border='0' cellspacing='0' cellpadding='0'>
  226. <tr>
  227. <td class="file">
  228. <a href="../../sp/ListSpClass.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理碎片分类</a>
  229. </td>
  230. </tr>
  231. <tr>
  232. <td class="file1">
  233. <a href="../../sp/ListSp.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理碎片</a>
  234. </td>
  235. </tr>
  236. </table>
  237. </td>
  238. </tr>
  239. <?
  240. }
  241. ?>
  242. <?
  243. if($r[douserpage])
  244. {
  245. ?>
  246. <tr>
  247. <td id="pruserpage" class="menu1" onclick="chengstate('userpage')">
  248. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">自定义页面</a>
  249. </td>
  250. </tr>
  251. <tr id="itemuserpage" style="display:none">
  252. <td class="list">
  253. <table border='0' cellspacing='0' cellpadding='0'>
  254. <tr>
  255. <td class="file">
  256. <a href="../../template/PageClass.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理自定义页面分类</a>
  257. </td>
  258. </tr>
  259. <tr>
  260. <td class="file">
  261. <a href="../../template/AddPage.php?enews=AddUserpage<?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">增加自定义页面</a>
  262. </td>
  263. </tr>
  264. <tr>
  265. <td class="file">
  266. <a href="../../template/ListPage.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理自定义页面</a>
  267. </td>
  268. </tr>
  269. </table>
  270. </td>
  271. </tr>
  272. <?
  273. }
  274. ?>
  275. <?
  276. if($r[douserlist])
  277. {
  278. ?>
  279. <tr>
  280. <td id="pruserlist" class="menu1" onclick="chengstate('userlist')">
  281. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">自定义列表</a>
  282. </td>
  283. </tr>
  284. <tr id="itemuserlist" style="display:none">
  285. <td class="list">
  286. <table border='0' cellspacing='0' cellpadding='0'>
  287. <tr>
  288. <td class="file">
  289. <a href="../../other/UserlistClass.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理自定义列表分类</a>
  290. </td>
  291. </tr>
  292. <tr>
  293. <td class="file">
  294. <a href="../../other/AddUserlist.php?enews=AddUserlist<?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">增加自定义列表</a>
  295. </td>
  296. </tr>
  297. <tr>
  298. <td class="file1">
  299. <a href="../../other/ListUserlist.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理自定义列表</a>
  300. </td>
  301. </tr>
  302. </table>
  303. </td>
  304. </tr>
  305. <?
  306. }
  307. ?>
  308. <?
  309. if($r[douserjs])
  310. {
  311. ?>
  312. <tr>
  313. <td id="pruserjs" class="menu1" onclick="chengstate('userjs')">
  314. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">自定义JS</a>
  315. </td>
  316. </tr>
  317. <tr id="itemuserjs" style="display:none">
  318. <td class="list">
  319. <table border='0' cellspacing='0' cellpadding='0'>
  320. <tr>
  321. <td class="file">
  322. <a href="../../other/UserjsClass.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理自定义JS分类</a>
  323. </td>
  324. </tr>
  325. <tr>
  326. <td class="file">
  327. <a href="../../other/AddUserjs.php?enews=AddUserjs<?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">增加自定义JS</a>
  328. </td>
  329. </tr>
  330. <tr>
  331. <td class="file1">
  332. <a href="../../other/ListUserjs.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理自定义JS</a>
  333. </td>
  334. </tr>
  335. </table>
  336. </td>
  337. </tr>
  338. <?
  339. }
  340. ?>
  341. <?
  342. if($r[dotags])
  343. {
  344. ?>
  345. <tr>
  346. <td id="prtags" class="menu1" onclick="chengstate('tags')">
  347. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">TAGS管理</a>
  348. </td>
  349. </tr>
  350. <tr id="itemtags" style="display:none">
  351. <td class="list">
  352. <table border='0' cellspacing='0' cellpadding='0'>
  353. <tr>
  354. <td class="file">
  355. <a href="../../tags/SetTags.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">设置TAGS参数</a>
  356. </td>
  357. </tr>
  358. <tr>
  359. <td class="file">
  360. <a href="../../tags/TagsClass.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理TAGS分类</a>
  361. </td>
  362. </tr>
  363. <tr>
  364. <td class="file1">
  365. <a href="../../tags/ListTags.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理TAGS</a>
  366. </td>
  367. </tr>
  368. </table>
  369. </td>
  370. </tr>
  371. <?
  372. }
  373. ?>
  374. <?
  375. if($r['doclass'])
  376. {
  377. ?>
  378. <tr>
  379. <td id="prgoodtype" class="menu1" onclick="chengstate('goodtype')">
  380. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">头条/推荐级别</a>
  381. </td>
  382. </tr>
  383. <tr id="itemgoodtype" style="display:none">
  384. <td class="list">
  385. <table border='0' cellspacing='0' cellpadding='0'>
  386. <tr>
  387. <td class="file">
  388. <a href="../../info/ListGoodType.php?ttype=1<?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理头条级别</a>
  389. </td>
  390. </tr>
  391. <tr>
  392. <td class="file1">
  393. <a href="../../info/ListGoodType.php?ttype=0<?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理推荐级别</a>
  394. </td>
  395. </tr>
  396. </table>
  397. </td>
  398. </tr>
  399. <?
  400. }
  401. ?>
  402. <?
  403. if($r[dofile])
  404. {
  405. ?>
  406. <tr>
  407. <td id="prfile" class="menu1" onclick="chengstate('file')">
  408. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">附件管理</a>
  409. </td>
  410. </tr>
  411. <tr id="itemfile" style="display:none">
  412. <td class="list">
  413. <table border='0' cellspacing='0' cellpadding='0'>
  414. <tr>
  415. <td class="file1">
  416. <a href="../../openpage/AdminPage.php?leftfile=<?=urlencode('../file/FileNav.php'.$ecms_hashur['whehref'])?>&title=<?=urlencode('管理附件')?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理附件</a>
  417. </td>
  418. </tr>
  419. </table>
  420. </td>
  421. </tr>
  422. <?
  423. }
  424. ?>
  425. <?
  426. if($r[docj])
  427. {
  428. ?>
  429. <tr>
  430. <td id="prcj" class="menu1" onclick="chengstate('cj')">
  431. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">采集管理</a>
  432. </td>
  433. </tr>
  434. <tr id="itemcj" style="display:none">
  435. <td class="list">
  436. <table border='0' cellspacing='0' cellpadding='0'>
  437. <tr>
  438. <td class="file">
  439. <a href="../../AddInfoC.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">增加采集节点</a>
  440. </td>
  441. </tr>
  442. <tr>
  443. <td class="file">
  444. <a href="../../ListInfoClass.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理采集节点</a>
  445. </td>
  446. </tr>
  447. <tr>
  448. <td class="file1">
  449. <a href="../../ListPageInfoClass.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理采集节点(分页)</a>
  450. </td>
  451. </tr>
  452. </table>
  453. </td>
  454. </tr>
  455. <?
  456. }
  457. ?>
  458. <?
  459. if($r[dosearchall])
  460. {
  461. ?>
  462. <tr>
  463. <td id="prsearchall" class="menu1" onclick="chengstate('searchall')">
  464. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">全站全文搜索</a>
  465. </td>
  466. </tr>
  467. <tr id="itemsearchall" style="display:none">
  468. <td class="list">
  469. <table border='0' cellspacing='0' cellpadding='0'>
  470. <tr>
  471. <td class="file">
  472. <a href="../../searchall/SetSearchAll.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">全站搜索设置</a>
  473. </td>
  474. </tr>
  475. <tr>
  476. <td class="file">
  477. <a href="../../searchall/ListSearchLoadTb.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理搜索数据源</a>
  478. </td>
  479. </tr>
  480. <tr>
  481. <td class="file1">
  482. <a href="../../searchall/ClearSearchAll.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">清理搜索数据</a>
  483. </td>
  484. </tr>
  485. </table>
  486. </td>
  487. </tr>
  488. <?
  489. }
  490. ?>
  491. <?
  492. if($r[dowap])
  493. {
  494. ?>
  495. <tr>
  496. <td id="prwap" class="menu1" onclick="chengstate('wap')">
  497. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">WAP管理</a>
  498. </td>
  499. </tr>
  500. <tr id="itemwap" style="display:none">
  501. <td class="list">
  502. <table border='0' cellspacing='0' cellpadding='0'>
  503. <tr>
  504. <td class="file">
  505. <a href="../../other/SetWap.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">WAP设置</a>
  506. </td>
  507. </tr>
  508. <tr>
  509. <td class="file1">
  510. <a href="../../other/WapStyle.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理WAP模板</a>
  511. </td>
  512. </tr>
  513. </table>
  514. </td>
  515. </tr>
  516. <?
  517. }
  518. ?>
  519. <?
  520. if($r[domovenews]||$r[doinfodoc]||$r[dodelinfodata]||$r[dorepnewstext]||$r[dototaldata]||$r[dosearchkey]||$r[dovotemod])
  521. {
  522. ?>
  523. <tr>
  524. <td id="prcother" class="menu3" onclick="chengstate('cother')">
  525. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">其他相关</a>
  526. </td>
  527. </tr>
  528. <tr id="itemcother" style="display:none">
  529. <td class="list1">
  530. <table border='0' cellspacing='0' cellpadding='0'>
  531. <?
  532. if($r[dototaldata])
  533. {
  534. ?>
  535. <tr>
  536. <td class="file">
  537. <a href="../../TotalData.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">统计信息数据</a>
  538. </td>
  539. </tr>
  540. <tr>
  541. <td class="file">
  542. <a href="../../user/UserTotal.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">用户发布统计</a>
  543. </td>
  544. </tr>
  545. <?
  546. }
  547. if($r[dosearchkey])
  548. {
  549. ?>
  550. <tr>
  551. <td class="file">
  552. <a href="../../SearchKey.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理搜索关键字</a>
  553. </td>
  554. </tr>
  555. <?
  556. }
  557. if($r[dorepnewstext])
  558. {
  559. ?>
  560. <tr>
  561. <td class="file">
  562. <a href="../../db/RepNewstext.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">批量替换字段值</a>
  563. </td>
  564. </tr>
  565. <?
  566. }
  567. if($r[domovenews])
  568. {
  569. ?>
  570. <tr>
  571. <td class="file">
  572. <a href="../../MoveClassNews.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">批量转移信息</a>
  573. </td>
  574. </tr>
  575. <?
  576. }
  577. if($r[doinfodoc])
  578. {
  579. ?>
  580. <tr>
  581. <td class="file">
  582. <a href="../../InfoDoc.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">信息批量归档</a>
  583. </td>
  584. </tr>
  585. <?
  586. }
  587. if($r[dodelinfodata])
  588. {
  589. ?>
  590. <tr>
  591. <td class="file">
  592. <a href="../../db/DelData.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">批量删除信息</a>
  593. </td>
  594. </tr>
  595. <?
  596. }
  597. if($r[dovotemod])
  598. {
  599. ?>
  600. <tr>
  601. <td class="file1">
  602. <a href="../../other/ListVoteMod.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理预设投票</a>
  603. </td>
  604. </tr>
  605. <?
  606. }
  607. ?>
  608. </table>
  609. </td>
  610. </tr>
  611. <?
  612. }
  613. ?>
  614. </table>
  615. </body>
  616. </html>