| # |
用户 |
昵称 |
通过 |
提交 |
通过率 |
';
foreach($row as $table_cell){
echo ''.$table_cell.' | ';
}
echo '';
}
?>
';
$qs="";
$nstart=isset($_GET["start"])?intval($_GET["start"]):0;
if(isset($_GET['prefix'])){
$qs.="&prefix=".htmlentities($_GET['prefix'],ENT_QUOTES,"utf-8");
}
if(isset($scope)){
$qs.="&scope=".htmlentities($scope,ENT_QUOTES,"utf-8");
}
for($i = 0; $i <$view_total ; $i += $page_size) {
echo '
'
.strval ($i+1)."-".strval ($i+$page_size).'';
if ($i % 2000 == 500) echo "
";
}
echo '
';
?>