"; $recordexp=""; $tbname=$class_r[$classid][tbname]; $mid=$class_r[$classid][modid]; $mr=$empire->fetch1("select enter,tbname from {$dbtbpre}enewsmod where mid='$mid'"); if(empty($mr['tbname'])) { printerror("ErrorUrl","history.go(-1)"); } $enter=$mr['enter']; $savetxtf=$emod_r[$mid]['savetxtf']; //导航 $url=AdminReturnClassLink($classid).' > 查看信息'; //状态 $addecmscheck=''; $ecmscheck=(int)$_GET['ecmscheck']; $indexchecked=1; if($ecmscheck) { $addecmscheck='&ecmscheck='.$ecmscheck; $indexchecked=0; } //索引表 $index_r=$empire->fetch1("select id,classid,checked from {$dbtbpre}ecms_".$tbname."_index where id='$id' limit 1"); if(!$index_r['id']||$index_r['classid']!=$classid) { printerror("ErrorUrl","history.go(-1)"); } //返回表 $infotb=ReturnInfoMainTbname($tbname,$index_r['checked']); $r=$empire->fetch1("select * from ".$infotb." where id='$id' limit 1"); $wfinfor=$empire->fetch1("select id,tid,groupid,userclass,username,tstatus,checktno from {$dbtbpre}enewswfinfo where id='$id' and classid='$classid' limit 1"); if(!$wfinfor['id']) { printerror('ErrorUrl','history.go(-1)'); } //工作流 $cwfitemr=$empire->fetch1("select wfid,groupid,userclass,username from {$dbtbpre}enewsworkflowitem where tid='$wfinfor[tid]'"); //验证权限 if(strstr(','.$cwfitemr[groupid].',',','.$lur[groupid].',')||strstr(','.$cwfitemr[userclass].',',','.$lur[classid].',')||strstr(','.$cwfitemr[username].',',','.$lur[username].',')) { } else { $doselfinfo=CheckLevel($logininid,$loginin,$classid,"news"); } $r[newstime]=date("Y-m-d H:i:s",$r[newstime]); //返回表信息 $infodatatb=ReturnInfoDataTbname($tbname,$index_r['checked'],$r['stb']); //副表 $finfor=$empire->fetch1("select ".ReturnSqlFtextF($mid)." from ".$infodatatb." where id='$id' limit 1"); $r=array_merge($r,$finfor); //内容存文本 if($savetxtf) { $r[$savetxtf]=GetTxtFieldText($r[$savetxtf]); } //发布者 if($r[ismember]) { $username=empty($r[userid])?'游客':"会员:".$r[username].""; } else { $username="".$r[username].""; } //状态 $st=''; if($index_r[checked])//审核 { $st.="[已审核] "; } else { $st.="[未审核] "; } if($r[istop])//置顶 { $st.="[顶".$r[istop]."] "; } if($r[isgood])//推荐 { $st.="[推".$r[isgood]."] "; } if($r[firsttitle])//头条 { $st.="[头".$r[firsttitle]."]"; } //标题 $titleurl=sys_ReturnBqTitleLink($r); //$r[title]="".DoTitleFont($r[titlefont],$r[title]).""; //权限 $group=''; if($r[groupid]) { $group=$level_r[$r[groupid]][groupname]; if($r[userfen]) { $group.=" ,扣除点数:".$r[userfen]; } } //栏目链接 $classurl=sys_ReturnBqClassname($r,9); $getclassurlr['classid']=$bclassid; $bclassurl=sys_ReturnBqClassname($getclassurlr,9); $classes="".$class_r[$bclassid][classname]." > ".$class_r[$classid][classname].""; //标题分类 $titletype=$class_tr[$r[ttid]]['tname']; //信息状态 $einfochecked=$index_r['checked']; $einfoismember=$r['ismember']; //------ 编辑器内容显示 ------ $seteshoweditorhtml=3; $eshoweditorhtml=0; if($seteshoweditorhtml) { if($seteshoweditorhtml==1)//所有 { $eshoweditorhtml=1; } elseif($seteshoweditorhtml==2)//所有未审核 { if(!$einfochecked) { $eshoweditorhtml=1; } } elseif($seteshoweditorhtml==3)//所有投稿 { if($einfoismember) { $eshoweditorhtml=1; } } elseif($seteshoweditorhtml==4)//所有未审核投稿 { if($einfoismember&&!$einfochecked) { $eshoweditorhtml=1; } } else { $eshoweditorhtml=1; } } $toshowhtmlbutton=0; if($eshoweditorhtml) { $toshowhtmlbutton=1; } //------ 编辑器内容显示 ------ //显示编辑器内容 $eckshowhtml=(int)$_GET['ckshowhtml']; $ethisshowhtml='1'.date("md").$logininid; $ethisshowhtml=(int)$ethisshowhtml; if($ethisshowhtml==$eckshowhtml) { $eshoweditorhtml=0; } //切换地址 if(!$eckshowhtml) { $showhtmlbutton='点击可视化模式显示'; $showhtmlurl='ShowWfInfo.php?classid='.$r['classid'].'&id='.$r['id'].$addecmscheck.$ecms_hashur['ehref'].'&ckshowhtml='.$ethisshowhtml; } else { $showhtmlbutton='点击源码模式显示'; $showhtmlurl='ShowWfInfo.php?classid='.$r['classid'].'&id='.$r['id'].$addecmscheck.$ecms_hashur['ehref']; } ?>
位置:=$url?> |