fetch1("select ztid,ztname,restb from {$dbtbpre}enewszt where ztid='$ztid' limit 1"); if(!$ztr['ztid']) { printerror('ErrorUrl',''); } $pubid='-'.$ztid; $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.="&ztid=$ztid"; $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_".$ztr['restb']." where pubid='$pubid'".$add; $totalquery="select count(*) as total from {$dbtbpre}enewspl_".$ztr['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); //导航 $zturl=sys_ReturnBqZtname($ztr); $url=''.$ztr['ztname'].' > 管理评论'; ?>
位置:=$url?> |