template.php 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641
  1. <?php
  2. if(!defined('InEmpireCMS'))
  3. {
  4. exit();
  5. }
  6. //模板组
  7. $gid=(int)$_GET['gid'];
  8. if(!$gid)
  9. {
  10. if($ecms_config['sets']['deftempid'])
  11. {
  12. $gid=$ecms_config['sets']['deftempid'];
  13. }
  14. elseif($public_r['deftempid'])
  15. {
  16. $gid=$public_r['deftempid'];
  17. }
  18. else
  19. {
  20. $gid=1;
  21. }
  22. }
  23. $tempgroup="";
  24. $tgname="";
  25. $tgsql=$empire->query("select gid,gname,isdefault from {$dbtbpre}enewstempgroup order by gid");
  26. while($tgr=$empire->fetch($tgsql))
  27. {
  28. $tgselect="";
  29. if($tgr['gid']==$gid)
  30. {
  31. $tgname=$tgr['gname'];
  32. $tgselect=" selected";
  33. }
  34. $tempgroup.="<option value='".$tgr['gid']."'".$tgselect.">".$tgr['gname']."</option>";
  35. }
  36. if(empty($tgname))
  37. {
  38. printerror("ErrorUrl","");
  39. }
  40. ?>
  41. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  42. <html>
  43. <head>
  44. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  45. <title>菜单</title>
  46. <link href="../../../data/menu/menu.css" rel="stylesheet" type="text/css">
  47. <script src="../../../data/menu/menu.js" type="text/javascript"></script>
  48. <SCRIPT lanuage="JScript">
  49. function tourl(url){
  50. parent.main.location.href=url;
  51. }
  52. </SCRIPT>
  53. </head>
  54. <body onLoad="initialize()">
  55. <table border='0' cellspacing='0' cellpadding='0' align='center' width='100%'>
  56. <tr>
  57. <td>
  58. <select name="selecttempgroup" onchange="self.location.href='left.php?<?=$ecms_hashur['ehref']?>&ecms=template&gid='+this.options[this.selectedIndex].value">
  59. <?=$tempgroup?>
  60. </select>
  61. </td>
  62. </tr>
  63. </table>
  64. <table border='0' cellspacing='0' cellpadding='0' align='center' width='100%'>
  65. <tr>
  66. <td height="20"><img src="images/noadd.gif" width="20" height="9"><a href="#empirecms" onclick="window.open('../../template/EnewsBq.php<?=$ecms_hashur['whehref']?>','','width=600,height=600,scrollbars=yes,resizable=yes');">查看标签语法</a>
  67. </td>
  68. </tr>
  69. <tr>
  70. <td height="20"><img src="images/noadd.gif" width="20" height="9"><a href="#empirecms" onclick="window.open('../../template/MakeBq.php<?=$ecms_hashur['whehref']?>','','width=600,height=600,scrollbars=yes,resizable=yes');">自动生成标签</a>
  71. </td>
  72. </tr>
  73. </table>
  74. <?php
  75. if($ecms_config['esafe']['openeditdttemp']&&$r[dodttemp])
  76. {
  77. ?>
  78. <table border='0' cellspacing='0' cellpadding='0' align='center' width='100%'>
  79. <tr>
  80. <td height="20"><img src="images/noadd.gif" width="20" height="9"><a href="#empirecms" onclick="window.open('../../openpage/AdminPage.php?leftfile=<?=urlencode('../template/dttemppageleft.php'.$ecms_hashur['whehref'])?>&title=<?=urlencode('动态页面模板管理')?><?=$ecms_hashur['ehref']?>','dttemppage','');">动态页面模板管理</a>
  81. </td>
  82. </tr>
  83. </table>
  84. <?php
  85. }
  86. ?>
  87. <table border='0' cellspacing='0' cellpadding='0'>
  88. <tr height=20>
  89. <td id="home"><img src="../../../data/images/homepage.gif" border=0></td>
  90. <td><b>模板管理</b></td>
  91. </tr>
  92. </table>
  93. <table border='0' cellspacing='0' cellpadding='0'>
  94. <?
  95. if($r[dotemplate])
  96. {
  97. ?>
  98. <tr>
  99. <td id="prindextemp" class="menu1" onclick="chengstate('indextemp')">
  100. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">首页模板</a>
  101. </td>
  102. </tr>
  103. <tr id="itemindextemp" style="display:none">
  104. <td class="list">
  105. <table border='0' cellspacing='0' cellpadding='0'>
  106. <tr>
  107. <td class="file">
  108. <a href="../../template/EditPublicTemp.php?tname=indextemp&gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">首页模板</a>
  109. </td>
  110. </tr>
  111. <tr>
  112. <td class="file1">
  113. <a href="../../template/ListIndexpage.php?gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理首页方案</a>
  114. </td>
  115. </tr>
  116. </table>
  117. </td>
  118. </tr>
  119. <?
  120. }
  121. ?>
  122. <?
  123. if($r[dotemplate])
  124. {
  125. ?>
  126. <tr>
  127. <td id="prclasstemp" class="menu1" onclick="chengstate('classtemp')">
  128. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">封面模板</a>
  129. </td>
  130. </tr>
  131. <tr id="itemclasstemp" style="display:none">
  132. <td class="list">
  133. <table border='0' cellspacing='0' cellpadding='0'>
  134. <tr>
  135. <td class="file">
  136. <a href="../../template/ClassTempClass.php?gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理封面模板分类</a>
  137. </td>
  138. </tr>
  139. <tr>
  140. <td class="file1">
  141. <a href="../../template/ListClasstemp.php?gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理封面模板</a>
  142. </td>
  143. </tr>
  144. </table>
  145. </td>
  146. </tr>
  147. <?
  148. }
  149. ?>
  150. <?
  151. if($r[dotemplate])
  152. {
  153. ?>
  154. <tr>
  155. <td id="prlisttemp" class="menu1" onclick="chengstate('listtemp')">
  156. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">列表模板</a>
  157. </td>
  158. </tr>
  159. <tr id="itemlisttemp" style="display:none">
  160. <td class="list">
  161. <table border='0' cellspacing='0' cellpadding='0'>
  162. <tr>
  163. <td class="file">
  164. <a href="../../template/ListtempClass.php?gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理列表模板分类</a>
  165. </td>
  166. </tr>
  167. <tr>
  168. <td class="file1">
  169. <a href="../../template/ListListtemp.php?gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理列表模板</a>
  170. </td>
  171. </tr>
  172. </table>
  173. </td>
  174. </tr>
  175. <?
  176. }
  177. ?>
  178. <?
  179. if($r[dotemplate])
  180. {
  181. ?>
  182. <tr>
  183. <td id="prnewstemp" class="menu1" onclick="chengstate('newstemp')">
  184. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">内容模板</a>
  185. </td>
  186. </tr>
  187. <tr id="itemnewstemp" style="display:none">
  188. <td class="list">
  189. <table border='0' cellspacing='0' cellpadding='0'>
  190. <tr>
  191. <td class="file">
  192. <a href="../../template/NewstempClass.php?gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理内容模板分类</a>
  193. </td>
  194. </tr>
  195. <tr>
  196. <td class="file1">
  197. <a href="../../template/ListNewstemp.php?gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理内容模板</a>
  198. </td>
  199. </tr>
  200. </table>
  201. </td>
  202. </tr>
  203. <?
  204. }
  205. ?>
  206. <?
  207. if($r[dotemplate])
  208. {
  209. ?>
  210. <tr>
  211. <td id="prsearchtemp" class="menu1" onclick="chengstate('searchtemp')">
  212. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">搜索模板</a>
  213. </td>
  214. </tr>
  215. <tr id="itemsearchtemp" style="display:none">
  216. <td class="list">
  217. <table border='0' cellspacing='0' cellpadding='0'>
  218. <tr>
  219. <td class="file">
  220. <a href="../../template/SearchtempClass.php?gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理搜索模板分类</a>
  221. </td>
  222. </tr>
  223. <tr>
  224. <td class="file1">
  225. <a href="../../template/ListSearchtemp.php?gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理搜索模板</a>
  226. </td>
  227. </tr>
  228. </table>
  229. </td>
  230. </tr>
  231. <?
  232. }
  233. ?>
  234. <?
  235. if($r[dotemplate])
  236. {
  237. ?>
  238. <tr>
  239. <td id="prbqtemp" class="menu1" onclick="chengstate('bqtemp')">
  240. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">标签模板</a>
  241. </td>
  242. </tr>
  243. <tr id="itembqtemp" style="display:none">
  244. <td class="list">
  245. <table border='0' cellspacing='0' cellpadding='0'>
  246. <tr>
  247. <td class="file">
  248. <a href="../../template/BqtempClass.php?gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理标签模板分类</a>
  249. </td>
  250. </tr>
  251. <tr>
  252. <td class="file1">
  253. <a href="../../template/ListBqtemp.php?gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理标签模板</a>
  254. </td>
  255. </tr>
  256. </table>
  257. </td>
  258. </tr>
  259. <?
  260. }
  261. ?>
  262. <?
  263. if($r[dotempvar])
  264. {
  265. ?>
  266. <tr>
  267. <td id="prtempvar" class="menu1" onclick="chengstate('tempvar')">
  268. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">公共模板变量</a>
  269. </td>
  270. </tr>
  271. <tr id="itemtempvar" style="display:none">
  272. <td class="list">
  273. <table border='0' cellspacing='0' cellpadding='0'>
  274. <tr>
  275. <td class="file">
  276. <a href="../../template/TempvarClass.php?gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理模板变量分类</a>
  277. </td>
  278. </tr>
  279. <tr>
  280. <td class="file1">
  281. <a href="../../template/ListTempvar.php?gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理模板变量</a>
  282. </td>
  283. </tr>
  284. </table>
  285. </td>
  286. </tr>
  287. <?
  288. }
  289. ?>
  290. <?
  291. if($r[dotemplate])
  292. {
  293. ?>
  294. <tr>
  295. <td id="prpubtemp" class="menu1" onclick="chengstate('pubtemp')">
  296. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">公共模板</a>
  297. </td>
  298. </tr>
  299. <tr id="itempubtemp" style="display:none">
  300. <td class="list">
  301. <table border='0' cellspacing='0' cellpadding='0'>
  302. <tr>
  303. <td class="file">
  304. <a href="../../template/EditPublicTemp.php?tname=cptemp&gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">控制面板模板</a>
  305. </td>
  306. </tr>
  307. <tr>
  308. <td class="file">
  309. <a href="../../template/EditPublicTemp.php?tname=schalltemp&gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">全站搜索模板</a>
  310. </td>
  311. </tr>
  312. <tr>
  313. <td class="file">
  314. <a href="../../template/EditPublicTemp.php?tname=searchformtemp&gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">高级搜索表单模板</a>
  315. </td>
  316. </tr>
  317. <tr>
  318. <td class="file">
  319. <a href="../../template/EditPublicTemp.php?tname=searchformjs&gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">横向搜索JS模板</a>
  320. </td>
  321. </tr>
  322. <tr>
  323. <td class="file">
  324. <a href="../../template/EditPublicTemp.php?tname=searchformjs1&gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">纵向搜索JS模板</a>
  325. </td>
  326. </tr>
  327. <tr>
  328. <td class="file">
  329. <a href="../../template/EditPublicTemp.php?tname=otherlinktemp&gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">相关信息模板</a>
  330. </td>
  331. </tr>
  332. <tr>
  333. <td class="file">
  334. <a href="../../template/EditPublicTemp.php?tname=gbooktemp&gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">留言板模板</a>
  335. </td>
  336. </tr>
  337. <tr>
  338. <td class="file">
  339. <a href="../../template/EditPublicTemp.php?tname=pljstemp&gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">评论JS调用模板</a>
  340. </td>
  341. </tr>
  342. <tr>
  343. <td class="file">
  344. <a href="../../template/EditPublicTemp.php?tname=downpagetemp&gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">最终下载页模板</a>
  345. </td>
  346. </tr>
  347. <tr>
  348. <td class="file">
  349. <a href="../../template/EditPublicTemp.php?tname=downsofttemp&gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">下载地址模板</a>
  350. </td>
  351. </tr>
  352. <tr>
  353. <td class="file">
  354. <a href="../../template/EditPublicTemp.php?tname=onlinemovietemp&gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">在线播放地址模板</a>
  355. </td>
  356. </tr>
  357. <tr>
  358. <td class="file">
  359. <a href="../../template/EditPublicTemp.php?tname=listpagetemp&gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">列表分页模板</a>
  360. </td>
  361. </tr>
  362. <tr>
  363. <td class="file">
  364. <a href="../../template/EditPublicTemp.php?tname=loginiframe&gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">登陆状态模板</a>
  365. </td>
  366. </tr>
  367. <tr>
  368. <td class="file1">
  369. <a href="../../template/EditPublicTemp.php?tname=loginjstemp&gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">JS调用登陆模板</a>
  370. </td>
  371. </tr>
  372. </table>
  373. </td>
  374. </tr>
  375. <?
  376. }
  377. ?>
  378. <?
  379. if($r[dotemplate])
  380. {
  381. ?>
  382. <tr>
  383. <td id="prjstemp" class="menu1" onclick="chengstate('jstemp')">
  384. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">JS模板</a>
  385. </td>
  386. </tr>
  387. <tr id="itemjstemp" style="display:none">
  388. <td class="list">
  389. <table border='0' cellspacing='0' cellpadding='0'>
  390. <tr>
  391. <td class="file">
  392. <a href="../../template/JsTempClass.php?gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理JS模板分类</a>
  393. </td>
  394. </tr>
  395. <tr>
  396. <td class="file1">
  397. <a href="../../template/ListJstemp.php?gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理JS模板</a>
  398. </td>
  399. </tr>
  400. </table>
  401. </td>
  402. </tr>
  403. <?
  404. }
  405. ?>
  406. <?
  407. if($r[dotemplate])
  408. {
  409. ?>
  410. <tr>
  411. <td id="prpltemp" class="menu1" onclick="chengstate('pltemp')">
  412. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">评论列表模板</a>
  413. </td>
  414. </tr>
  415. <tr id="itempltemp" style="display:none">
  416. <td class="list">
  417. <table border='0' cellspacing='0' cellpadding='0'>
  418. <tr>
  419. <td class="file">
  420. <a href="../../template/AddPltemp.php?enews=AddPlTemp&gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">增加评论模板</a>
  421. </td>
  422. </tr>
  423. <tr>
  424. <td class="file1">
  425. <a href="../../template/ListPltemp.php?gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理评论模板</a>
  426. </td>
  427. </tr>
  428. </table>
  429. </td>
  430. </tr>
  431. <?
  432. }
  433. ?>
  434. <?
  435. if($r[dotemplate])
  436. {
  437. ?>
  438. <tr>
  439. <td id="prprinttemp" class="menu1" onclick="chengstate('printtemp')">
  440. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">打印模板</a>
  441. </td>
  442. </tr>
  443. <tr id="itemprinttemp" style="display:none">
  444. <td class="list">
  445. <table border='0' cellspacing='0' cellpadding='0'>
  446. <tr>
  447. <td class="file">
  448. <a href="../../template/AddPrinttemp.php?enews=AddPrintTemp&gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">增加打印模板</a>
  449. </td>
  450. </tr>
  451. <tr>
  452. <td class="file1">
  453. <a href="../../template/ListPrinttemp.php?gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理打印模板</a>
  454. </td>
  455. </tr>
  456. </table>
  457. </td>
  458. </tr>
  459. <?
  460. }
  461. ?>
  462. <?
  463. if($r[dotemplate])
  464. {
  465. ?>
  466. <tr>
  467. <td id="pruserpagetemp" class="menu1" onclick="chengstate('userpagetemp')">
  468. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">自定义页面模板</a>
  469. </td>
  470. </tr>
  471. <tr id="itemuserpagetemp" style="display:none">
  472. <td class="list">
  473. <table border='0' cellspacing='0' cellpadding='0'>
  474. <tr>
  475. <td class="file">
  476. <a href="../../template/AddPagetemp.php?enews=AddPagetemp&gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">增加自定义页面模板</a>
  477. </td>
  478. </tr>
  479. <tr>
  480. <td class="file1">
  481. <a href="../../template/ListPagetemp.php?gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理自定义页面模板</a>
  482. </td>
  483. </tr>
  484. </table>
  485. </td>
  486. </tr>
  487. <?
  488. }
  489. ?>
  490. <?
  491. if($r[dotemplate])
  492. {
  493. ?>
  494. <tr>
  495. <td id="prvotetemp" class="menu1" onclick="chengstate('votetemp')">
  496. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">投票模板</a>
  497. </td>
  498. </tr>
  499. <tr id="itemvotetemp" style="display:none">
  500. <td class="list">
  501. <table border='0' cellspacing='0' cellpadding='0'>
  502. <tr>
  503. <td class="file">
  504. <a href="../../template/AddVotetemp.php?enews=AddVoteTemp&gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">增加投票模板</a>
  505. </td>
  506. </tr>
  507. <tr>
  508. <td class="file1">
  509. <a href="../../template/ListVotetemp.php?gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理投票模板</a>
  510. </td>
  511. </tr>
  512. </table>
  513. </td>
  514. </tr>
  515. <?
  516. }
  517. ?>
  518. <?
  519. if($r[dobq])
  520. {
  521. ?>
  522. <tr>
  523. <td id="prbq" class="menu1" onclick="chengstate('bq')">
  524. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">标签</a>
  525. </td>
  526. </tr>
  527. <tr id="itembq" style="display:none">
  528. <td class="list">
  529. <table border='0' cellspacing='0' cellpadding='0'>
  530. <tr>
  531. <td class="file">
  532. <a href="../../template/BqClass.php?gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理标签分类</a>
  533. </td>
  534. </tr>
  535. <tr>
  536. <td class="file1">
  537. <a href="../../template/ListBq.php?gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理标签</a>
  538. </td>
  539. </tr>
  540. </table>
  541. </td>
  542. </tr>
  543. <?
  544. }
  545. ?>
  546. <?
  547. if($r['dotempgroup']||$r['dotemplate'])
  548. {
  549. ?>
  550. <tr>
  551. <td id="prtempgroup" class="menu1" onclick="chengstate('tempgroup')">
  552. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">模板组管理</a>
  553. </td>
  554. </tr>
  555. <tr id="itemtempgroup" style="display:none">
  556. <td class="list">
  557. <table border='0' cellspacing='0' cellpadding='0'>
  558. <?php
  559. if($r['dotemplate'])
  560. {
  561. ?>
  562. <tr>
  563. <td class="file">
  564. <a href="../../template/EditTempid.php?gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">修改模板ID</a>
  565. </td>
  566. </tr>
  567. <?php
  568. }
  569. ?>
  570. <?php
  571. if($r['dotempgroup'])
  572. {
  573. ?>
  574. <tr>
  575. <td class="file1">
  576. <a href="../../template/TempGroup.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">导入/导出模板组</a>
  577. </td>
  578. </tr>
  579. <?php
  580. }
  581. ?>
  582. </table>
  583. </td>
  584. </tr>
  585. <?
  586. }
  587. ?>
  588. <?
  589. if($r[dotemplate])
  590. {
  591. ?>
  592. <tr>
  593. <td id="prtother" class="menu3" onclick="chengstate('tother')">
  594. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">其他相关</a>
  595. </td>
  596. </tr>
  597. <tr id="itemtother" style="display:none">
  598. <td class="list1">
  599. <table border='0' cellspacing='0' cellpadding='0'>
  600. <tr>
  601. <td class="file">
  602. <a href="../../template/LoadTemp.php?gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">批量导入栏目模板</a>
  603. </td>
  604. </tr>
  605. <tr>
  606. <td class="file">
  607. <a href="../../template/ChangeListTemp.php?gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">批量更换列表模板</a>
  608. </td>
  609. </tr>
  610. <tr>
  611. <td class="file1">
  612. <a href="../../template/RepTemp.php?gid=<?=$gid?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">批量替换模板字符</a>
  613. </td>
  614. </tr>
  615. </table>
  616. </td>
  617. </tr>
  618. <?
  619. }
  620. ?>
  621. </table>
  622. </body>
  623. </html>