ListClass.php 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. <?php
  2. define('EmpireCMSAdmin','1');
  3. require("../class/connect.php");
  4. require("../class/db_sql.php");
  5. require("../class/functions.php");
  6. require LoadLang("pub/fun.php");
  7. $link=db_connect();
  8. $empire=new mysqlquery();
  9. //验证用户
  10. $lur=is_login();
  11. $logininid=$lur['userid'];
  12. $loginin=$lur['username'];
  13. $loginrnd=$lur['rnd'];
  14. $loginlevel=$lur['groupid'];
  15. $loginadminstyleid=$lur['adminstyleid'];
  16. //ehash
  17. $ecms_hashur=hReturnEcmsHashStrAll();
  18. //验证权限
  19. CheckLevel($logininid,$loginin,$classid,"class");
  20. //展开
  21. if($_GET['doopen'])
  22. {
  23. $open=(int)$_GET['open'];
  24. SetDisplayClass($open);
  25. }
  26. //图标
  27. if(getcvar('displayclass',1))
  28. {
  29. $img="<a href='ListClass.php?doopen=1&open=0".$ecms_hashur['ehref']."' title='展开'><img src='../data/images/displaynoadd.gif' width='15' height='15' border='0'></a>";
  30. }
  31. else
  32. {
  33. $img="<a href='ListClass.php?doopen=1&open=1".$ecms_hashur['ehref']."' title='收缩'><img src='../data/images/displayadd.gif' width='15' height='15' border='0'></a>";
  34. }
  35. //缓存
  36. $displayclass=(int)getcvar('displayclass',1);
  37. $fcfile="../data/fc/ListClass".$displayclass.".php";
  38. $fclistclass='';
  39. if(file_exists($fcfile))
  40. {
  41. $fclistclass=str_replace(AddCheckViewTempCode(),'',ReadFiletext($fcfile));
  42. }
  43. ?>
  44. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  45. <html>
  46. <head>
  47. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  48. <title>管理栏目</title>
  49. <link rel="stylesheet" href="adminstyle/<?=$loginadminstyleid?>/adminstyle.css" type="text/css">
  50. <SCRIPT lanuage="JScript">
  51. function turnit(ss)
  52. {
  53. if (ss.style.display=="")
  54. ss.style.display="none";
  55. else
  56. ss.style.display="";
  57. }
  58. var newWindow = null
  59. //调用地址
  60. function tvurl(classid){
  61. window.open('view/ClassUrl.php?<?=$ecms_hashur['ehref']?>&classid='+classid,'','width=500,height=250');
  62. }
  63. //刷新栏目
  64. function relist(classid){
  65. self.location.href='enews.php?<?=$ecms_hashur['href']?>&enews=ReListHtml&from=ListClass.php<?=urlencode($ecms_hashur['whehref'])?>&classid='+classid;
  66. }
  67. //刷新信息
  68. function renews(classid,tbname){
  69. window.open('ReHtml/DoRehtml.php?<?=$ecms_hashur['href']?>&enews=ReNewsHtml&from=ListClass.php<?=urlencode($ecms_hashur['whehref'])?>&classid='+classid+'&tbname[]='+tbname);
  70. }
  71. //归档
  72. function docinfo(classid){
  73. if(confirm('确认归档?'))
  74. {
  75. self.location.href='ecmsinfo.php?<?=$ecms_hashur['href']?>&enews=InfoToDoc&ecmsdoc=1&docfrom=ListClass.php<?=urlencode($ecms_hashur['whehref'])?>&classid='+classid;
  76. }
  77. }
  78. //刷新JS
  79. function rejs(classid){
  80. self.location.href='ecmschtml.php?<?=$ecms_hashur['href']?>&enews=ReSingleJs&doing=0&classid='+classid;
  81. }
  82. //复制
  83. function copyc(classid){
  84. self.location.href='AddClass.php?<?=$ecms_hashur['ehref']?>&classid='+classid+'&enews=AddClass&docopy=1';
  85. }
  86. //修改
  87. function editc(classid){
  88. self.location.href='AddClass.php?<?=$ecms_hashur['ehref']?>&classid='+classid+'&enews=EditClass';
  89. }
  90. //删除
  91. function delc(classid){
  92. if(confirm('确认要删除此栏目,将删除所属子栏目及信息'))
  93. {
  94. self.location.href='ecmsclass.php?<?=$ecms_hashur['href']?>&classid='+classid+'&enews=DelClass';
  95. }
  96. }
  97. //标题分类
  98. function ttc(classid){
  99. window.open('ClassInfoType.php?<?=$ecms_hashur['ehref']?>&classid='+classid);
  100. }
  101. //发布信息
  102. function addi(classid){
  103. window.open('AddNews.php?<?=$ecms_hashur['ehref']?>&enews=AddNews&classid='+classid);
  104. }
  105. </SCRIPT>
  106. </head>
  107. <body>
  108. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1">
  109. <tr>
  110. <td width="18%">位置: <a href="ListClass.php<?=$ecms_hashur['whehref']?>">管理栏目</a></td>
  111. <td width="82%"> <div align="right" class="emenubutton">
  112. <input type="button" name="Submit6" value="增加栏目" onclick="self.location.href='AddClass.php?enews=AddClass<?=$ecms_hashur['ehref']?>'">
  113. <input type="button" name="Submit" value="刷新首页" onclick="self.location.href='ecmschtml.php?enews=ReIndex<?=$ecms_hashur['href']?>'">
  114. <input type="button" name="Submit2" value="刷新所有栏目页" onclick="window.open('ecmschtml.php?enews=ReListHtml_all&from=ListClass.php<?=urlencode($ecms_hashur['whehref'])?><?=$ecms_hashur['href']?>','','');">
  115. <input type="button" name="Submit3" value="刷新所有信息页面" onclick="window.open('ReHtml/DoRehtml.php?enews=ReNewsHtml&start=0&from=ListClass.php<?=urlencode($ecms_hashur['whehref'])?><?=$ecms_hashur['href']?>','','');">
  116. <input type="button" name="Submit4" value="刷新所有JS调用" onclick="window.open('ecmschtml.php?enews=ReAllNewsJs&from=ListClass.php<?=urlencode($ecms_hashur['whehref'])?><?=$ecms_hashur['href']?>','','');">
  117. </div></td>
  118. </tr>
  119. </table>
  120. <table width="100%" border="0" cellpadding="3" cellspacing="1" class="tableborder">
  121. <form name=editorder method=post action=ecmsclass.php onsubmit="return confirm('确认要操作?');">
  122. <?=$ecms_hashur['form']?>
  123. <tr class="header" height="25">
  124. <td width="5%" align="center">顺序</td>
  125. <td width="7%" align="center"><?=$img?></td>
  126. <td width="6%" align="center">ID</td>
  127. <td width="36%">栏目名</td>
  128. <td width="6%" align="center">访问</td>
  129. <td width="14%">栏目管理</td>
  130. <td width="29%">操作</td>
  131. </tr>
  132. <?php
  133. echo $fclistclass;
  134. ?>
  135. <tr class="header">
  136. <td height="25" colspan="7"> <div align="left"> &nbsp;&nbsp;
  137. <input type="submit" name="Submit5" value="修改栏目顺序" onClick="document.editorder.enews.value='EditClassOrder';document.editorder.action='ecmsclass.php';">&nbsp;&nbsp;
  138. <input name="enews" type="hidden" id="enews" value="EditClassOrder">
  139. <input type="submit" name="Submit7" value="刷新栏目页面" onClick="document.editorder.enews.value='GoReListHtmlMoreA';document.editorder.action='ecmschtml.php';">&nbsp;&nbsp;
  140. <input type="submit" name="Submit72" value="终极栏目属性转换" onClick="document.editorder.enews.value='ChangeClassIslast';document.editorder.action='ecmsclass.php';">
  141. </div></td>
  142. </tr>
  143. <tr bgcolor="#FFFFFF">
  144. <td height="25" colspan="7"><strong>终极栏目属性转换说明(只能选择单个栏目):</strong><br>
  145. 如果你选择的是<font color="#FF0000">非终极栏目</font>,则转为<font color="#FF0000">终极栏目</font><font color="#666666">(此栏目不能有子栏目)</font><br>
  146. 如果你选择的是<font color="#FF0000">终极栏目</font>,则转为<font color="#FF0000">非终极栏目</font><font color="#666666">(请先把当前栏目的数据转移,否则会出现冗余数据)<br>
  147. </font><strong>修改栏目顺序:顺序值越小越前面</strong></td>
  148. </tr>
  149. <input name="from" type="hidden" value="ListClass.php<?=$ecms_hashur['whehref']?>">
  150. <input name="gore" type="hidden" value="0">
  151. </form>
  152. </table>
  153. <br>
  154. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
  155. <tr class="header">
  156. <td width="13%" height="25">
  157. <div align="center">名称</div></td>
  158. <td width="39%" height="25">调用地址</td>
  159. <td width="13%">
  160. <div align="center">名称</div></td>
  161. <td width="35%">
  162. <div align="center">调用地址</div></td>
  163. </tr>
  164. <tr>
  165. <td height="25" bgcolor="#FFFFFF"><div align="center">热门信息调用</div></td>
  166. <td height="25" bgcolor="#FFFFFF"> <input name="textfield" type="text" value="<?=$public_r[newsurl]?>d/js/js/hotnews.js">
  167. [<a href="ecmschtml.php?enews=ReHot_NewNews<?=$ecms_hashur['href']?>">刷新</a>][<a href="view/js.php?js=hotnews&p=js<?=$ecms_hashur['ehref']?>" target="_blank">预览</a>]</td>
  168. <td bgcolor="#FFFFFF"><div align="center">横向搜索表单</div></td>
  169. <td bgcolor="#FFFFFF"> <div align="left">
  170. <input name="textfield3" type="text" value="<?=$public_r[newsurl]?>d/js/js/search_news1.js">
  171. [<a href="view/js.php?js=search_news1&p=js<?=$ecms_hashur['ehref']?>" target="_blank">预览</a>]</div></td>
  172. </tr>
  173. <tr>
  174. <td height="25" bgcolor="#FFFFFF"> <div align="center">最新信息调用</div></td>
  175. <td height="25" bgcolor="#FFFFFF"> <input name="textfield2" type="text" value="<?=$public_r[newsurl]?>d/js/js/newnews.js">
  176. [<a href="ecmschtml.php?enews=ReHot_NewNews<?=$ecms_hashur['href']?>">刷新</a>][<a href="view/js.php?js=newnews&p=js<?=$ecms_hashur['ehref']?>" target="_blank">预览</a>]</td>
  177. <td bgcolor="#FFFFFF"><div align="center">纵向搜索表单</div></td>
  178. <td bgcolor="#FFFFFF"> <div align="left">
  179. <input name="textfield4" type="text" value="<?=$public_r[newsurl]?>d/js/js/search_news2.js">
  180. [<a href="view/js.php?js=search_news2&p=js<?=$ecms_hashur['ehref']?>" target="_blank">预览</a>]</div></td>
  181. </tr>
  182. <tr>
  183. <td height="25" bgcolor="#FFFFFF"><div align="center">推荐信息调用</div></td>
  184. <td height="25" bgcolor="#FFFFFF"><input name="textfield22" type="text" value="<?=$public_r[newsurl]?>d/js/js/goodnews.js">
  185. [<a href="ecmschtml.php?enews=ReHot_NewNews<?=$ecms_hashur['href']?>">刷新</a>][<a href="view/js.php?js=goodnews&p=js<?=$ecms_hashur['ehref']?>" target="_blank">预览</a>]</td>
  186. <td bgcolor="#FFFFFF"><div align="center">搜索页面地址</div></td>
  187. <td bgcolor="#FFFFFF"> <div align="left">
  188. <input name="textfield5" type="text" value="<?=$public_r[newsurl]?>search">
  189. [<a href="../../search" target="_blank">预览</a>]</div></td>
  190. </tr>
  191. <tr>
  192. <td height="24" bgcolor="#FFFFFF">
  193. <div align="center">控制面板地址</div></td>
  194. <td height="24" bgcolor="#FFFFFF">
  195. <input name="textfield52" type="text" value="<?=$public_r[newsurl]?>e/member/cp">
  196. [<a href="../member/cp" target="_blank">预览</a>]</td>
  197. <td bgcolor="#FFFFFF"><div align="center"></div></td>
  198. <td bgcolor="#FFFFFF"><div align="center"></div></td>
  199. </tr>
  200. <tr class="header">
  201. <td height="25" colspan="4">js调用方式:&lt;script src=js地址&gt;&lt;/script&gt;</td>
  202. </tr>
  203. </table>
  204. </body>
  205. </html>
  206. <?php
  207. db_close();
  208. $empire=null;
  209. ?>