EditCjNews.php 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. <?php
  2. define('EmpireCMSAdmin','1');
  3. require("../class/connect.php");
  4. require("../class/db_sql.php");
  5. require("../class/functions.php");
  6. require("../data/dbcache/class.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. $classid=(int)$_GET['classid'];
  19. $id=(int)$_GET['id'];
  20. $enews=ehtmlspecialchars($_GET['enews']);
  21. //验证权限
  22. CheckLevel($logininid,$loginin,$classid,"cj");
  23. if($_GET['from'])
  24. {
  25. $listclasslink="ListPageInfoClass.php";
  26. }
  27. else
  28. {
  29. $listclasslink="ListInfoClass.php";
  30. }
  31. //节点名称
  32. $cr=$empire->fetch1("select classname,newsclassid,classid,tbname from {$dbtbpre}enewsinfoclass where classid='$classid'");
  33. if(!$cr[classid])
  34. {
  35. printerror("ErrorUrl","history.go(-1)");
  36. }
  37. $r=$empire->fetch1("select * from {$dbtbpre}ecms_infotmp_".$cr[tbname]." where id='$id'");
  38. if(empty($r[id]))
  39. {
  40. printerror("ErrorUrl","history.go(-1)");
  41. }
  42. //模型
  43. $modid=(int)$class_r[$cr[newsclassid]][modid];
  44. $enter=$emod_r[$modid]['enter'];
  45. //会员组
  46. $sql1=$empire->query("select * from {$dbtbpre}enewsmembergroup order by level");
  47. while($l_r=$empire->fetch($sql1))
  48. {
  49. $ygroup.="<option value=".$l_r[groupid].">".$l_r[groupname]."</option>";
  50. }
  51. //----------------特殊模型----------------
  52. //下载地址前缀
  53. if(strstr($enter,',downpath,')||strstr($enter,',onlinepath,'))
  54. {
  55. $downurlqz="";
  56. $newdownqz="";
  57. $downsql=$empire->query("select urlname,url,urlid from {$dbtbpre}enewsdownurlqz order by urlid");
  58. while($downr=$empire->fetch($downsql))
  59. {
  60. $downurlqz.="<option value='".$downr[url]."'>".$downr[urlname]."</option>";
  61. $newdownqz.="<option value='".$downr[urlid]."'>".$downr[urlname]."</option>";
  62. }
  63. }
  64. //html编辑器
  65. $loadeditorjs='';
  66. if($emod_r[$modid]['editorf']&&$emod_r[$modid]['editorf']!=',')
  67. {
  68. include('ecmseditor/eshoweditor.php');
  69. $loadeditorjs=ECMS_ShowEditorJS('ecmseditor/infoeditor/');
  70. }
  71. //栏目名称
  72. $newsclassid=$cr[newsclassid];
  73. $newsclassname=$class_r[$newsclassid][classname];
  74. $newsbclassname=$class_r[$class_r[$newsclassid][bclassid]][classname];
  75. $newsclass="<font color=red>".$newsbclassname."&nbsp;>&nbsp;".$newsclassname."</font>";
  76. //表单文件
  77. $cjfile="../data/html/editcj".$modid.".php";
  78. ?>
  79. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  80. <html>
  81. <head>
  82. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  83. <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
  84. <title>修改采集信息</title>
  85. <link href="adminstyle/<?=$loginadminstyleid?>/adminstyle.css" rel="stylesheet" type="text/css">
  86. <script>
  87. function doSpChangeFile(name,url,filesize,filetype,idvar){
  88. document.getElementById(idvar).value=url;
  89. if(document.add.filetype!=null)
  90. {
  91. if(document.add.filetype.value=='')
  92. {
  93. document.add.filetype.value=filetype;
  94. }
  95. }
  96. if(document.add.filesize!=null)
  97. {
  98. if(document.add.filesize.value=='')
  99. {
  100. document.add.filesize.value=filesize;
  101. }
  102. }
  103. }
  104. function SpOpenChFile(type,field){
  105. window.open('ecmseditor/FileMain.php?<?=$ecms_hashur['ehref']?>&classid=<?=$classid?>&filepass=<?=$filepass?>&type='+type+'&sinfo=1&tranfrom=2&field='+field,'','width=700,height=550,scrollbars=yes');
  106. }
  107. function bs(){
  108. var f=document.add;
  109. if(f.title.value.length==0){alert("标题还没写");f.title.focus();return false;}
  110. }
  111. function foreColor(){
  112. if(!Error()) return;
  113. var arr = showModalDialog("../data/html/selcolor.html", "", "dialogWidth:296px; dialogHeight:280px; status:0");
  114. if (arr != null) document.add.titlecolor.value=arr;
  115. else document.add.titlecolor.focus();
  116. }
  117. function FieldChangeColor(obj){
  118. if(!Error()) return;
  119. var arr = showModalDialog("../data/html/selcolor.html", "", "dialogWidth:296px; dialogHeight:280px; status:0");
  120. if (arr != null) obj.value=arr;
  121. else obj.focus();
  122. }
  123. </script>
  124. <script type="text/javascript" src="ecmseditor/js/jstime/WdatePicker.js"></script>
  125. <script type="text/javascript" src="ecmseditor/js/jscolor/jscolor.js"></script>
  126. <?=$loadeditorjs?>
  127. </head>
  128. <body>
  129. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="0">
  130. <tr>
  131. <td>位置:采集 &gt; <a href="<?=$listclasslink?><?=$ecms_hashur['whehref']?>">管理节点</a> &gt; <a href="CheckCj.php?classid=<?=$classid?>&from=<?=ehtmlspecialchars($_GET['from'])?><?=$ecms_hashur['ehref']?>">审核采集</a>
  132. &gt; 节点名称:
  133. <?=$cr[classname]?>
  134. &gt; 修改采集信息</td>
  135. </tr>
  136. <tr>
  137. <td>入库栏目:
  138. <?=$newsclass?>
  139. </td>
  140. </tr>
  141. </table>
  142. <form name="add" method="post" enctype="multipart/form-data" action=ecmscj.php>
  143. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
  144. <?=$ecms_hashur['form']?>
  145. <tr class="header">
  146. <td width="17%" height="25">修改采集信息</td>
  147. <td width="83%" height="25"><input type=hidden name=from value="<?=ehtmlspecialchars($_GET['from'])?>">
  148. <input name="id" type="hidden" value="<?=$id?>">
  149. <input name="classid" type="hidden" value="<?=$classid?>">
  150. <input name="editnum" type="hidden" value="<?=$editnum?>">
  151. <input name="enews" type="hidden" value="<?=$enews?>"></td>
  152. </tr>
  153. <tr bgcolor="#FFFFFF">
  154. <td height="25">采集地址:</td>
  155. <td height="25"><a href="<?=$r[oldurl]?>" target="_blank">
  156. <?=$r[oldurl]?>
  157. </a></td>
  158. </tr>
  159. <tr bgcolor="#FFFFFF">
  160. <td height="25">采集时间:</td>
  161. <td height="25">
  162. <?=$r[tmptime]?>
  163. </td>
  164. </tr>
  165. <?php
  166. @include($cjfile);
  167. ?>
  168. <tr bgcolor="#FFFFFF">
  169. <td height="25">&nbsp;</td>
  170. <td height="25"><input type="submit" name="Submit" value="修改"> <input type="reset" name="Submit2" value="重置"></td>
  171. </tr>
  172. </table>
  173. </form>
  174. </body>
  175. </html>
  176. <?php
  177. db_close();
  178. $empire=null;
  179. ?>