ShowWfInfo.php 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378
  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. require('../../data/dbcache/MemberLevel.php');
  8. $link=db_connect();
  9. $empire=new mysqlquery();
  10. $editor=1;
  11. //验证用户
  12. $lur=is_login();
  13. $logininid=$lur['userid'];
  14. $loginin=$lur['username'];
  15. $loginrnd=$lur['rnd'];
  16. $loginlevel=$lur['groupid'];
  17. $loginadminstyleid=$lur['adminstyleid'];
  18. //ehash
  19. $ecms_hashur=hReturnEcmsHashStrAll();
  20. $id=(int)$_GET['id'];
  21. $classid=(int)$_GET['classid'];
  22. if(empty($class_r[$classid][classid])||!$id)
  23. {
  24. printerror("ErrorUrl","history.go(-1)");
  25. }
  26. if(!$class_r[$classid][tbname]||!$class_r[$classid][classid])
  27. {
  28. printerror("ErrorUrl","history.go(-1)");
  29. }
  30. //非终极栏目
  31. if(!$class_r[$classid]['islast'])
  32. {
  33. printerror("AddInfoErrorClassid","history.go(-1)");
  34. }
  35. $bclassid=$class_r[$classid][bclassid];
  36. $fun_r['AdminInfo']='管理信息';
  37. //模型
  38. $fieldexp="<!--field--->";
  39. $recordexp="<!--record-->";
  40. $tbname=$class_r[$classid][tbname];
  41. $mid=$class_r[$classid][modid];
  42. $mr=$empire->fetch1("select enter,tbname from {$dbtbpre}enewsmod where mid='$mid'");
  43. if(empty($mr['tbname']))
  44. {
  45. printerror("ErrorUrl","history.go(-1)");
  46. }
  47. $enter=$mr['enter'];
  48. $savetxtf=$emod_r[$mid]['savetxtf'];
  49. //导航
  50. $url=AdminReturnClassLink($classid).'&nbsp;>&nbsp;查看信息';
  51. //状态
  52. $addecmscheck='';
  53. $ecmscheck=(int)$_GET['ecmscheck'];
  54. $indexchecked=1;
  55. if($ecmscheck)
  56. {
  57. $addecmscheck='&ecmscheck='.$ecmscheck;
  58. $indexchecked=0;
  59. }
  60. //索引表
  61. $index_r=$empire->fetch1("select id,classid,checked from {$dbtbpre}ecms_".$tbname."_index where id='$id' limit 1");
  62. if(!$index_r['id']||$index_r['classid']!=$classid)
  63. {
  64. printerror("ErrorUrl","history.go(-1)");
  65. }
  66. //返回表
  67. $infotb=ReturnInfoMainTbname($tbname,$index_r['checked']);
  68. $r=$empire->fetch1("select * from ".$infotb." where id='$id' limit 1");
  69. $wfinfor=$empire->fetch1("select id,tid,groupid,userclass,username,tstatus,checktno from {$dbtbpre}enewswfinfo where id='$id' and classid='$classid' limit 1");
  70. if(!$wfinfor['id'])
  71. {
  72. printerror('ErrorUrl','history.go(-1)');
  73. }
  74. //工作流
  75. $cwfitemr=$empire->fetch1("select wfid,groupid,userclass,username from {$dbtbpre}enewsworkflowitem where tid='$wfinfor[tid]'");
  76. //验证权限
  77. if(strstr(','.$cwfitemr[groupid].',',','.$lur[groupid].',')||strstr(','.$cwfitemr[userclass].',',','.$lur[classid].',')||strstr(','.$cwfitemr[username].',',','.$lur[username].','))
  78. {
  79. }
  80. else
  81. {
  82. $doselfinfo=CheckLevel($logininid,$loginin,$classid,"news");
  83. }
  84. $r[newstime]=date("Y-m-d H:i:s",$r[newstime]);
  85. //返回表信息
  86. $infodatatb=ReturnInfoDataTbname($tbname,$index_r['checked'],$r['stb']);
  87. //副表
  88. $finfor=$empire->fetch1("select ".ReturnSqlFtextF($mid)." from ".$infodatatb." where id='$id' limit 1");
  89. $r=array_merge($r,$finfor);
  90. //内容存文本
  91. if($savetxtf)
  92. {
  93. $r[$savetxtf]=GetTxtFieldText($r[$savetxtf]);
  94. }
  95. //发布者
  96. if($r[ismember])
  97. {
  98. $username=empty($r[userid])?'游客':"会员:<a href='../member/AddMember.php?enews=EditMember&userid=".$r[userid].$ecms_hashur['ehref']."' target='_blank'>".$r[username]."</a>";
  99. }
  100. else
  101. {
  102. $username="<a href='../user/AddUser.php?enews=EditUser&userid=".$r[userid].$ecms_hashur['ehref']."' target='_blank'>".$r[username]."</a>";
  103. }
  104. //状态
  105. $st='';
  106. if($index_r[checked])//审核
  107. {
  108. $st.="[已审核]&nbsp;&nbsp;";
  109. }
  110. else
  111. {
  112. $st.="[未审核]&nbsp;&nbsp;";
  113. }
  114. if($r[istop])//置顶
  115. {
  116. $st.="[顶".$r[istop]."]&nbsp;&nbsp;";
  117. }
  118. if($r[isgood])//推荐
  119. {
  120. $st.="[推".$r[isgood]."]&nbsp;&nbsp;";
  121. }
  122. if($r[firsttitle])//头条
  123. {
  124. $st.="[头".$r[firsttitle]."]";
  125. }
  126. //标题
  127. $titleurl=sys_ReturnBqTitleLink($r);
  128. //$r[title]="<a href='$titleurl' target='_blank'>".DoTitleFont($r[titlefont],$r[title])."</a>";
  129. //权限
  130. $group='';
  131. if($r[groupid])
  132. {
  133. $group=$level_r[$r[groupid]][groupname];
  134. if($r[userfen])
  135. {
  136. $group.=" ,扣除点数:".$r[userfen];
  137. }
  138. }
  139. //栏目链接
  140. $classurl=sys_ReturnBqClassname($r,9);
  141. $getclassurlr['classid']=$bclassid;
  142. $bclassurl=sys_ReturnBqClassname($getclassurlr,9);
  143. $classes="<a href='$bclassurl' target='_blank'>".$class_r[$bclassid][classname]."</a>&nbsp;>&nbsp;<a href='$classurl' target='_blank'>".$class_r[$classid][classname]."</a>";
  144. //标题分类
  145. $titletype=$class_tr[$r[ttid]]['tname'];
  146. //信息状态
  147. $einfochecked=$index_r['checked'];
  148. $einfoismember=$r['ismember'];
  149. //------ 编辑器内容显示 ------
  150. $seteshoweditorhtml=3;
  151. $eshoweditorhtml=0;
  152. if($seteshoweditorhtml)
  153. {
  154. if($seteshoweditorhtml==1)//所有
  155. {
  156. $eshoweditorhtml=1;
  157. }
  158. elseif($seteshoweditorhtml==2)//所有未审核
  159. {
  160. if(!$einfochecked)
  161. {
  162. $eshoweditorhtml=1;
  163. }
  164. }
  165. elseif($seteshoweditorhtml==3)//所有投稿
  166. {
  167. if($einfoismember)
  168. {
  169. $eshoweditorhtml=1;
  170. }
  171. }
  172. elseif($seteshoweditorhtml==4)//所有未审核投稿
  173. {
  174. if($einfoismember&&!$einfochecked)
  175. {
  176. $eshoweditorhtml=1;
  177. }
  178. }
  179. else
  180. {
  181. $eshoweditorhtml=1;
  182. }
  183. }
  184. $toshowhtmlbutton=0;
  185. if($eshoweditorhtml)
  186. {
  187. $toshowhtmlbutton=1;
  188. }
  189. //------ 编辑器内容显示 ------
  190. //显示编辑器内容
  191. $eckshowhtml=(int)$_GET['ckshowhtml'];
  192. $ethisshowhtml='1'.date("md").$logininid;
  193. $ethisshowhtml=(int)$ethisshowhtml;
  194. if($ethisshowhtml==$eckshowhtml)
  195. {
  196. $eshoweditorhtml=0;
  197. }
  198. //切换地址
  199. if(!$eckshowhtml)
  200. {
  201. $showhtmlbutton='点击可视化模式显示';
  202. $showhtmlurl='ShowWfInfo.php?classid='.$r['classid'].'&id='.$r['id'].$addecmscheck.$ecms_hashur['ehref'].'&ckshowhtml='.$ethisshowhtml;
  203. }
  204. else
  205. {
  206. $showhtmlbutton='点击源码模式显示';
  207. $showhtmlurl='ShowWfInfo.php?classid='.$r['classid'].'&id='.$r['id'].$addecmscheck.$ecms_hashur['ehref'];
  208. }
  209. ?>
  210. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  211. <html>
  212. <head>
  213. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  214. <title>查看信息</title>
  215. <link href="../adminstyle/<?=$loginadminstyleid?>/adminstyle.css" rel="stylesheet" type="text/css">
  216. </head>
  217. <body>
  218. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1">
  219. <tr>
  220. <td height="25">位置:<?=$url?></td>
  221. </tr>
  222. </table>
  223. <form name="form1" method="post" action="ecmsinfo.php">
  224. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder" style="word-wrap: break-word">
  225. <?=$ecms_hashur['form']?>
  226. <tr class="header">
  227. <td height="25" colspan="2"><div align="center">
  228. <table width="100%" border="0" cellspacing="1" cellpadding="3">
  229. <tr>
  230. <td width="50%"><strong><font color="#FFFFFF">查看信息</font></strong></td>
  231. <td width="50%"><div align="right">
  232. <?php
  233. if($toshowhtmlbutton)
  234. {
  235. ?>
  236. <input name="button" type="button" id="button" value="<?=$showhtmlbutton?>" onclick="self.location.href='<?=$showhtmlurl?>';">
  237. <?php
  238. }
  239. ?>
  240. </div></td>
  241. </tr>
  242. </table>
  243. </div></td>
  244. </tr>
  245. <tr>
  246. <td width="13%" height="25" bgcolor="#FFFFFF">
  247. <div align="right"><strong>发布者</strong></div></td>
  248. <td bgcolor="#FFFFFF">
  249. <?=$username?> </td>
  250. </tr>
  251. <tr>
  252. <td height="25" bgcolor="#FFFFFF"><div align="right"><strong>发布时间</strong></div></td>
  253. <td bgcolor="#FFFFFF">增加时间:
  254. <?=date("Y-m-d H:i:s",$r[truetime])?>
  255. ,最后修改:
  256. <?=date("Y-m-d H:i:s",$r[lastdotime])?> </td>
  257. </tr>
  258. <tr>
  259. <td height="25" bgcolor="#FFFFFF"><div align="right"><strong>人气</strong></div></td>
  260. <td bgcolor="#FFFFFF">点击数:
  261. <?=$r[onclick]?>
  262. ,评论数:
  263. <?=$r[plnum]?>
  264. ,下载数:
  265. <?=$r[totaldown]?> </td>
  266. </tr>
  267. <tr>
  268. <td height="25" bgcolor="#FFFFFF"><div align="right"><strong>信息状态</strong></div></td>
  269. <td bgcolor="#FFFFFF">
  270. <?=$st?> </td>
  271. </tr>
  272. <tr>
  273. <td height="25" bgcolor="#FFFFFF"><div align="right"><strong>栏目</strong></div></td>
  274. <td bgcolor="#FFFFFF">
  275. <?=$classes?> </td>
  276. </tr>
  277. <tr>
  278. <td height="25" bgcolor="#FFFFFF"><div align="right"><strong>标题分类</strong></div></td>
  279. <td bgcolor="#FFFFFF">
  280. <?=$titletype?> </td>
  281. </tr>
  282. <tr>
  283. <td height="25" bgcolor="#FFFFFF"><div align="right"><strong>关键字</strong></div></td>
  284. <td bgcolor="#FFFFFF">
  285. <?=$r[keyboard]?> </td>
  286. </tr>
  287. <tr>
  288. <td height="25" bgcolor="#FFFFFF"><div align="right"><strong>相关信息ID</strong></div></td>
  289. <td bgcolor="#FFFFFF">
  290. <?=$r[keyid]?> </td>
  291. </tr>
  292. <tr>
  293. <td height="25" bgcolor="#FFFFFF"><div align="right"><strong>查看权限</strong></div></td>
  294. <td bgcolor="#FFFFFF">
  295. <?=$group?> </td>
  296. </tr>
  297. <tr>
  298. <td height="25" bgcolor="#FFFFFF"><div align="right"><strong>页面链接</strong></div></td>
  299. <td bgcolor="#FFFFFF"><a href="<?=$titleurl?>" target="_blank"><?=$titleurl?></a></td>
  300. </tr>
  301. <?php
  302. $fr=explode($recordexp,$enter);
  303. $count=count($fr)-1;
  304. for($i=0;$i<$count;$i++)
  305. {
  306. $fr1=explode($fieldexp,$fr[$i]);
  307. $fname=$fr1[0];
  308. $f=$fr1[1];
  309. if($f=="special.field")
  310. {
  311. continue;
  312. }
  313. ?>
  314. <tr>
  315. <td width="13%" height="25" bgcolor="#FFFFFF"><div align="right"> <strong>
  316. <?=$fname?>
  317. </strong> </div></td>
  318. <td width="87%" bgcolor="#FFFFFF">
  319. <?php
  320. if(!$eshoweditorhtml)
  321. {
  322. ?>
  323. <?=stripSlashes($r[$f])?>
  324. <?php
  325. }
  326. else
  327. {
  328. ?>
  329. <?=nl2br(eDoRepShowStr(stripSlashes($r[$f]),1))?>
  330. <?php
  331. }
  332. ?>
  333. </td>
  334. </tr>
  335. <?php
  336. }
  337. ?>
  338. <tr class="header">
  339. <td height="25" colspan="2"><div align="right">
  340. <table width="100%" border="0" cellspacing="1" cellpadding="3">
  341. <tr>
  342. <td width="50%">&nbsp;</td>
  343. <td width="50%"><div align="right">
  344. <?php
  345. if($toshowhtmlbutton)
  346. {
  347. ?>
  348. <input name="button2" type="button" id="button2" value="<?=$showhtmlbutton?>" onclick="self.location.href='<?=$showhtmlurl?>';">
  349. <?php
  350. }
  351. ?>
  352. </div></td>
  353. </tr>
  354. </table>
  355. </div></td>
  356. </tr>
  357. </table>
  358. </form>
  359. </body>
  360. </html>
  361. <?php
  362. db_close();
  363. $empire=null;
  364. ?>