AddZtType.php 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. <?php
  2. define('EmpireCMSAdmin','1');
  3. require('../../class/connect.php');
  4. require('../../class/db_sql.php');
  5. require('../../class/functions.php');
  6. $link=db_connect();
  7. $empire=new mysqlquery();
  8. //验证用户
  9. $lur=is_login();
  10. $logininid=$lur['userid'];
  11. $loginin=$lur['username'];
  12. $loginrnd=$lur['rnd'];
  13. $loginlevel=$lur['groupid'];
  14. $loginadminstyleid=$lur['adminstyleid'];
  15. //ehash
  16. $ecms_hashur=hReturnEcmsHashStrAll();
  17. $enews=ehtmlspecialchars($_GET['enews']);
  18. $ztid=(int)$_GET['ztid'];
  19. $ztr=$empire->fetch1("select ztid,ztname from {$dbtbpre}enewszt where ztid='$ztid'");
  20. if(!$ztr['ztid'])
  21. {
  22. printerror('ErrorUrl','');
  23. }
  24. //验证权限
  25. //CheckLevel($logininid,$loginin,$classid,"zt");
  26. $returnandlevel=CheckAndUsernamesLevel('dozt',$ztid,$logininid,$loginin,$loginlevel);
  27. $url="<a href='ListZt.php".$ecms_hashur['whehref']."'>管理专题</a>&nbsp;>&nbsp;<a href='ZtType.php?ztid=$ztid".$ecms_hashur['ehref']."'>".$ztr['ztname']."</a>&nbsp;>&nbsp;<a href='ZtType.php?ztid=$ztid".$ecms_hashur['ehref']."'>管理专题子类</a>&nbsp;>&nbsp;增加专题子类";
  28. $postword='增加专题子类';
  29. //初使化数据
  30. $r[myorder]=0;
  31. $r[reorder]="newstime DESC";
  32. $r[maxnum]=0;
  33. $r[tnum]=25;
  34. $r[ttype]=".html";
  35. $r[islist]=1;
  36. //复制
  37. $docopy=RepPostStr($_GET['docopy'],1);
  38. if($docopy&&$enews=="AddZtType")
  39. {
  40. $copyclass=1;
  41. }
  42. $ecmsfirstpost=1;
  43. //修改
  44. if($enews=="EditZtType"||$copyclass)
  45. {
  46. $ecmsfirstpost=0;
  47. if($copyclass)
  48. {
  49. $thisdo="复制";
  50. }
  51. else
  52. {
  53. $thisdo="修改";
  54. }
  55. $cid=(int)$_GET['cid'];
  56. $r=$empire->fetch1("select * from {$dbtbpre}enewszttype where cid='$cid'");
  57. $addr=$empire->fetch1("select * from {$dbtbpre}enewszttypeadd where cid='$cid'");
  58. $url="<a href='ListZt.php".$ecms_hashur['whehref']."'>管理专题</a>&nbsp;>&nbsp;<a href='ZtType.php?ztid=$ztid".$ecms_hashur['ehref']."'>".$ztr['ztname']."</a>&nbsp;>&nbsp;<a href='ZtType.php?ztid=$ztid".$ecms_hashur['ehref']."'>管理专题子类</a>&nbsp;>&nbsp;".$thisdo."专题子类:".$r[cname];
  59. $postword=$thisdo.'专题子类';
  60. //复制分类
  61. if($copyclass)
  62. {
  63. $r[cname].='(1)';
  64. }
  65. }
  66. //列表模板
  67. $mod_options='';
  68. $listtemp_options='';
  69. $msql=$empire->query("select mid,mname,usemod from {$dbtbpre}enewsmod order by myorder,mid");
  70. while($mr=$empire->fetch($msql))
  71. {
  72. if(empty($mr[usemod]))
  73. {
  74. if($mr[mid]==$r[mid])
  75. {$m_d=" selected";}
  76. else
  77. {$m_d="";}
  78. $mod_options.="<option value=".$mr[mid].$m_d.">".$mr[mname]."</option>";
  79. }
  80. //列表模板
  81. $listtemp_options.="<option value=0 style='background:#99C4E3'>".$mr[mname]."</option>";
  82. $l_sql=$empire->query("select tempid,tempname from ".GetTemptb("enewslisttemp")." where modid='$mr[mid]'");
  83. while($l_r=$empire->fetch($l_sql))
  84. {
  85. if($l_r[tempid]==$r[listtempid])
  86. {$l_d=" selected";}
  87. else
  88. {$l_d="";}
  89. $listtemp_options.="<option value=".$l_r[tempid].$l_d."> |-".$l_r[tempname]."</option>";
  90. }
  91. }
  92. //封面模板
  93. $classtemp='';
  94. $classtempsql=$empire->query("select tempid,tempname from ".GetTemptb("enewsclasstemp")." order by tempid");
  95. while($classtempr=$empire->fetch($classtempsql))
  96. {
  97. $select="";
  98. if($r[classtempid]==$classtempr[tempid])
  99. {
  100. $select=" selected";
  101. }
  102. $classtemp.="<option value='".$classtempr[tempid]."'".$select.">".$classtempr[tempname]."</option>";
  103. }
  104. //当前使用的模板组
  105. $thegid=GetDoTempGid();
  106. ?>
  107. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  108. <html>
  109. <head>
  110. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  111. <title>增加专题子类</title>
  112. <link href="../adminstyle/<?=$loginadminstyleid?>/adminstyle.css" rel="stylesheet" type="text/css">
  113. <script>
  114. //检查
  115. function CheckForm(obj){
  116. if(obj.tname.value=='')
  117. {
  118. alert("请输入分类名称");
  119. obj.tname.focus();
  120. return false;
  121. }
  122. if(obj.tpath.value=="")
  123. {
  124. alert("请输入分类目录");
  125. obj.tpath.focus();
  126. return false;
  127. }
  128. if(obj.listtempid.value==0)
  129. {
  130. alert("请选择列表模板");
  131. obj.listtempid.focus();
  132. return false;
  133. }
  134. }
  135. </script>
  136. </head>
  137. <body>
  138. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1">
  139. <tr>
  140. <td>位置:
  141. <?=$url?>
  142. </td>
  143. </tr>
  144. </table>
  145. <br>
  146. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
  147. <form name="form1" method="post" action="ZtType.php" onsubmit="return CheckForm(document.form1);">
  148. <?=$ecms_hashur['form']?>
  149. <tr class="header">
  150. <td height="25" colspan="2">
  151. <?=$postword?>
  152. <input type=hidden name=enews value=<?=$enews?>> <input name="ztid" type="hidden" id="ztid" value="<?=$ztid?>"></td>
  153. </tr>
  154. <tr>
  155. <td height="25" colspan="2">基本属性</td>
  156. </tr>
  157. <tr>
  158. <td width="24%" height="25" bgcolor="#FFFFFF">分类名称(*)</td>
  159. <td width="76%" height="25" bgcolor="#FFFFFF"> <input name="cname" type="text" id="cname" value="<?=$r[cname]?>" size="38">
  160. <input name="cid" type="hidden" id="cid" value="<?=$cid?>"> </td>
  161. </tr>
  162. <tr>
  163. <td height="25" bgcolor="#FFFFFF">排序</td>
  164. <td bgcolor="#FFFFFF"><input name="myorder" type="text" id="myorder" value="<?=$r[myorder]?>" size="38">
  165. <font color="#666666"> (值越小越前面)</font></td>
  166. </tr>
  167. <tr>
  168. <td height="25" colspan="2">页面设置</td>
  169. </tr>
  170. <tr>
  171. <td height="25" bgcolor="#FFFFFF">文件名</td>
  172. <td height="25" bgcolor="#FFFFFF"><input name="tfile" type="text" id="tfile" value="<?=$r[tfile]?>" size="38">
  173. <font color="#666666">(不设置系统自动生成命名为:type+子类ID)</font></td>
  174. </tr>
  175. <tr>
  176. <td height="25" bgcolor="#FFFFFF">文件扩展名</td>
  177. <td height="25" bgcolor="#FFFFFF"><input name="ttype" type="text" id="ttype" value="<?=$r[ttype]?>" size="38">
  178. <select name="select" onchange="document.form1.ttype.value=this.value">
  179. <option value=".html">扩展名</option>
  180. <option value=".html">.html</option>
  181. <option value=".htm">.htm</option>
  182. <option value=".php">.php</option>
  183. <option value=".shtml">.shtml</option>
  184. </select> <font color="#666666">(如.html,.xml,.htm等)</font></td>
  185. </tr>
  186. <tr>
  187. <td height="25" bgcolor="#FFFFFF">页面显示模式</td>
  188. <td height="25" bgcolor="#FFFFFF"> <input type="radio" name="islist" value="1"<?=$r[islist]==1?' checked':''?>>
  189. 列表式
  190. <input type="radio" name="islist" value="2"<?=$r[islist]==2?' checked':''?>>
  191. 单页式
  192. <input name="oldislist" type="hidden" id="oldislist" value="<?=$r[islist]?>">
  193. <font color="#666666">(列表式要选择列表模板、单页式要录入页面内容)</font></td>
  194. </tr>
  195. <tr>
  196. <td height="25" bgcolor="#FFFFFF">所用列表模板</td>
  197. <td height="25" bgcolor="#FFFFFF"> <select name="listtempid" id="listtempid">
  198. <?=$listtemp_options?>
  199. </select> <input type="button" name="Submit622" value="管理列表模板" onclick="window.open('../template/ListListtemp.php?gid=<?=$thegid?><?=$ecms_hashur['ehref']?>');"> </td>
  200. </tr>
  201. <tr>
  202. <td height="25" bgcolor="#FFFFFF">列表式页面排序方式</td>
  203. <td height="25" bgcolor="#FFFFFF"><input name="reorder" type="text" id="reorder" value="<?=$r[reorder]?>" size="38">
  204. <select name="orderselect" onchange="document.form1.reorder.value=this.value">
  205. <option value="newstime DESC"></option>
  206. <option value="newstime DESC">按发布时间降序排序</option>
  207. <option value="id DESC">按信息ID降序排序</option>
  208. <option value="zid DESC">按加入ID降序排序</option>
  209. <option value="isgood DESC,newstime DESC">按推荐置顶排序</option>
  210. </select></td>
  211. </tr>
  212. <tr>
  213. <td height="25" bgcolor="#FFFFFF">显示总记录数</td>
  214. <td height="25" bgcolor="#FFFFFF"><input name="maxnum" type="text" id="maxnum" value="<?=$r[maxnum]?>" size="38">
  215. 条 <font color="#666666">(0为显示所有记录)</font></td>
  216. </tr>
  217. <tr>
  218. <td height="25" bgcolor="#FFFFFF">每页显示记录数</td>
  219. <td height="25" bgcolor="#FFFFFF"><input name="tnum" type="text" id="tnum" value="<?=$r[tnum]?>" size="38">
  220. 条记录</td>
  221. </tr>
  222. <tr>
  223. <td height="25" bgcolor="#FFFFFF">页面内容<font color="#666666">(支持标签同封面模板)</font></td>
  224. <td height="25" bgcolor="#FFFFFF">请将内容<a href="#ecms" onclick="window.clipboardData.setData('Text',document.form1.classtext.value);document.form1.classtext.select()" title="点击复制模板内容"><strong>复制到Dreamweaver(推荐)</strong></a>或者使用<a href="#ecms" onclick="window.open('../template/editor.php?<?=$ecms_hashur['ehref']?>&getvar=opener.document.form1.classtext.value&returnvar=opener.document.form1.classtext.value&fun=ReturnHtml','editclasstext','width=880,height=600,scrollbars=auto,resizable=yes');"><strong>模板在线编辑</strong></a>进行可视化编辑</td>
  225. </tr>
  226. <tr>
  227. <td height="25" colspan="2" bgcolor="#FFFFFF"> <textarea name="classtext" cols="80" rows="23" id="classtext" style="WIDTH: 100%"><?=ehtmlspecialchars(stripSlashes($addr[classtext]))?></textarea></td>
  228. </tr>
  229. <tr>
  230. <td height="25" bgcolor="#FFFFFF"> <div align="center"></div></td>
  231. <td bgcolor="#FFFFFF"> <input type="submit" name="Submit" value="提交"> &nbsp;&nbsp;
  232. <input type="reset" name="Submit2" value="重置"> </td>
  233. </tr>
  234. </form>
  235. </table>
  236. </body>
  237. </html>
  238. <?php
  239. db_close();
  240. $empire=null;
  241. ?>