AddYh.php 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  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. $editor=1;
  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,"yh");
  20. $enews=RepPostStr($_GET['enews'],1);
  21. $url="<a href=ListYh.php".$ecms_hashur['whehref'].">管理优化方案</a> &gt; 增加优化方案";
  22. $r[hlist]=30;
  23. $r[qlist]=30;
  24. $r[bqnew]=30;
  25. $r[bqhot]=30;
  26. $r[bqpl]=30;
  27. $r[bqgood]=30;
  28. $r[bqfirst]=30;
  29. $r[bqdown]=30;
  30. $r[otherlink]=30;
  31. $r[qmlist]=0;
  32. $r[dobq]=1;
  33. $r[dojs]=1;
  34. $r[dosbq]=0;
  35. $r[rehtml]=0;
  36. //复制
  37. if($enews=="AddYh"&&$_GET['docopy'])
  38. {
  39. $id=(int)$_GET['id'];
  40. $r=$empire->fetch1("select * from {$dbtbpre}enewsyh where id='$id'");
  41. $url="<a href=ListYh.php".$ecms_hashur['whehref'].">管理优化方案</a> &gt; 复制优化方案:<b>".$r[yhname]."</b>";
  42. }
  43. //修改
  44. if($enews=="EditYh")
  45. {
  46. $id=(int)$_GET['id'];
  47. $r=$empire->fetch1("select * from {$dbtbpre}enewsyh where id='$id'");
  48. $url="<a href=ListYh.php".$ecms_hashur['whehref'].">管理优化方案</a> -&gt; 修改优化方案:<b>".$r[yhname]."</b>";
  49. }
  50. db_close();
  51. $empire=null;
  52. ?>
  53. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  54. <html>
  55. <head>
  56. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  57. <link href="../adminstyle/<?=$loginadminstyleid?>/adminstyle.css" rel="stylesheet" type="text/css">
  58. <title>优化方案</title>
  59. </head>
  60. <body>
  61. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1">
  62. <tr>
  63. <td>位置:<?=$url?></td>
  64. </tr>
  65. </table>
  66. <form name="form1" method="post" action="ListYh.php">
  67. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
  68. <?=$ecms_hashur['form']?>
  69. <tr class="header">
  70. <td height="25" colspan="2">增加优化方案
  71. <input name="enews" type="hidden" id="enews" value="<?=$enews?>"> <input name="id" type="hidden" id="id" value="<?=$id?>">
  72. </td>
  73. </tr>
  74. <tr>
  75. <td width="20%" height="25" bgcolor="#FFFFFF">方案名称:</td>
  76. <td width="80%" height="25" bgcolor="#FFFFFF"> <input name="yhname" type="text" id="yhname" value="<?=$r[yhname]?>" size="42">
  77. </td>
  78. </tr>
  79. <tr>
  80. <td height="25" bgcolor="#FFFFFF">方案说明:</td>
  81. <td height="25" bgcolor="#FFFFFF"> <textarea name="yhtext" cols="45" rows="4" id="yhtext"><?=ehtmlspecialchars($r[yhtext])?></textarea></td>
  82. </tr>
  83. <tr>
  84. <td height="25" colspan="2">信息列表</td>
  85. </tr>
  86. <tr>
  87. <td height="25" bgcolor="#FFFFFF">后台管理列表:</td>
  88. <td height="25" bgcolor="#FFFFFF"> 显示
  89. <input name="hlist" type="text" id="hlist" value="<?=$r[hlist]?>" size="8">
  90. 天内的信息 <font color="#666666">(0为不限)</font></td>
  91. </tr>
  92. <tr>
  93. <td height="25" bgcolor="#FFFFFF">前台管理列表:</td>
  94. <td height="25" bgcolor="#FFFFFF">显示
  95. <input name="qmlist" type="text" id="qmlist" value="<?=$r[qmlist]?>" size="8">
  96. 天内的信息 <font color="#666666">(0为不限)</font></td>
  97. </tr>
  98. <tr>
  99. <td height="25" bgcolor="#FFFFFF">前台信息列表:</td>
  100. <td height="25" bgcolor="#FFFFFF">显示
  101. <input name="qlist" type="text" id="qlist" value="<?=$r[qlist]?>" size="8">
  102. 天内的信息 <font color="#666666">(0为不限)</font></td>
  103. </tr>
  104. <tr>
  105. <td height="25" colspan="2">标签调用 </td>
  106. </tr>
  107. <tr>
  108. <td height="25" bgcolor="#FFFFFF">优化范围:</td>
  109. <td height="25" bgcolor="#FFFFFF"><input name="dobq" type="checkbox" id="dobq" value="1"<?=$r[dobq]==1?' checked':''?>>
  110. 标签调用
  111. <input name="dojs" type="checkbox" id="dojs" value="1"<?=$r[dojs]==1?' checked':''?>>
  112. JS调用
  113. <input name="dosbq" type="checkbox" id="dosbq" value="1"<?=$r[dosbq]==1?' checked':''?>>
  114. 会员空间标签调用</td>
  115. </tr>
  116. <tr>
  117. <td height="25" bgcolor="#FFFFFF">最新信息:</td>
  118. <td height="25" bgcolor="#FFFFFF">调用
  119. <input name="bqnew" type="text" id="hlist3" value="<?=$r[bqnew]?>" size="8">
  120. 天内的信息 <font color="#666666">(0为不限)</font></td>
  121. </tr>
  122. <tr>
  123. <td height="25" bgcolor="#FFFFFF">点击排行:</td>
  124. <td height="25" bgcolor="#FFFFFF">调用
  125. <input name="bqhot" type="text" id="bqnew" value="<?=$r[bqhot]?>" size="8">
  126. 天内的信息 <font color="#666666">(0为不限)</font></td>
  127. </tr>
  128. <tr>
  129. <td height="25" bgcolor="#FFFFFF">推荐信息:</td>
  130. <td height="25" bgcolor="#FFFFFF">调用
  131. <input name="bqgood" type="text" id="bqnew2" value="<?=$r[bqgood]?>" size="8">
  132. 天内的信息 <font color="#666666">(0为不限)</font></td>
  133. </tr>
  134. <tr>
  135. <td height="25" bgcolor="#FFFFFF">评论排行:</td>
  136. <td height="25" bgcolor="#FFFFFF">调用
  137. <input name="bqpl" type="text" id="bqnew3" value="<?=$r[bqpl]?>" size="8">
  138. 天内的信息 <font color="#666666">(0为不限)</font></td>
  139. </tr>
  140. <tr>
  141. <td height="25" bgcolor="#FFFFFF">头条信息:</td>
  142. <td height="25" bgcolor="#FFFFFF">调用
  143. <input name="bqfirst" type="text" id="bqnew4" value="<?=$r[bqfirst]?>" size="8">
  144. 天内的信息 <font color="#666666">(0为不限)</font></td>
  145. </tr>
  146. <tr>
  147. <td height="25" bgcolor="#FFFFFF">下载排行:</td>
  148. <td height="25" bgcolor="#FFFFFF">调用
  149. <input name="bqdown" type="text" id="bqnew5" value="<?=$r[bqdown]?>" size="8">
  150. 天内的信息 <font color="#666666">(0为不限)</font></td>
  151. </tr>
  152. <tr>
  153. <td height="25" colspan="2">其它相关</td>
  154. </tr>
  155. <tr>
  156. <td height="25" bgcolor="#FFFFFF">内容页生成范围:</td>
  157. <td height="25" bgcolor="#FFFFFF">生成
  158. <input name="rehtml" type="text" id="rehtml" value="<?=$r[rehtml]?>" size="8">
  159. 天内的信息 <font color="#666666">(0为不限)</font></td>
  160. </tr>
  161. <tr>
  162. <td height="25" bgcolor="#FFFFFF">相关链接检索范围:</td>
  163. <td height="25" bgcolor="#FFFFFF"> 查询
  164. <input name="otherlink" type="text" id="otherlink" value="<?=$r[otherlink]?>" size="8">
  165. 天内的信息 <font color="#666666">(0为不限)</font></td>
  166. </tr>
  167. <tr>
  168. <td height="25" bgcolor="#FFFFFF">&nbsp;</td>
  169. <td height="25" bgcolor="#FFFFFF"> <input type="submit" name="Submit" value="提交">
  170. <input type="reset" name="Submit2" value="重置"></td>
  171. </tr>
  172. </table>
  173. </form>
  174. </body>
  175. </html>