fetch1("select classid,checked from {$dbtbpre}ecms_".$class_r[$classid][tbname]."_index where id='$id' limit 1"); if(!$index_r['classid']||$index_r['classid']!=$classid) { printerror('ErrorUrl',''); } //返回表 $infotb=ReturnInfoMainTbname($class_r[$index_r[classid]][tbname],$index_r['checked']); $n_r=$empire->fetch1("select classid,title,restb from ".$infotb." where id='$id' limit 1"); $pubid=ReturnInfoPubid($classid,$id); $start=0; $page=(int)$_GET['page']; $page=RepPIntvar($page); //每页显示 $line=(int)$_GET['line']; if($line>0&&$line<1000) { $search.='&line='.$line; } else { $line=30; } $page_line=12; $offset=$page*$line; $search.="&bclassid=$bclassid&classid=$classid&id=$id"; $add=''; //推荐 $isgood=(int)$_GET['isgood']; if($isgood) { $add.=' and isgood=1'; $search.="&isgood=$isgood"; } //审核 $checked=(int)$_GET['checked']; if($checked) { $add.=" and checked='".($checked==1?0:1)."'"; $search.="&checked=$checked"; } //搜索 $keyboard=RepPostVar2($_GET['keyboard']); if($keyboard) { $show=(int)$_GET['show']; if($show==1) { $where="username like '%".$keyboard."%'"; } elseif($show==3) { $where="saytext like '%".$keyboard."%'"; } else { $where="sayip like '%".$keyboard."%'"; } $add.=' and '.$where; $search.="&keyboard=$keyboard&show=$show"; } $query="select plid,username,saytime,sayip,checked,zcnum,fdnum,userid,isgood,saytext,pubid,eipport from {$dbtbpre}enewspl_".$n_r['restb']." where pubid='$pubid'".$add; $totalquery="select count(*) as total from {$dbtbpre}enewspl_".$n_r['restb']." where pubid='$pubid'".$add; //取得总条数 $totalnum=(int)$_GET['totalnum']; if($totalnum>0) { $num=$totalnum; } else { $num=$empire->gettotal($totalquery); } $query.=" order by plid desc limit $offset,$line"; $sql=$empire->query($query); $search.='&totalnum='.$num; $returnpage=page2($num,$line,$page_line,$start,$page,$search); //导航 $url=AdminReturnClassLink($classid).' > '.stripSlashes($n_r[title]).' > 管理评论'; ?>
位置:=$url?> |