[展开模式][主帖模式][标题模式][留言本模式]
|
『2002旧流言』 | 『2001旧流言』 | 『1997旧流言』 |
$line"; } $ret.=$temp["head"]["author"]; $ret.="($n): $line"; return $ret; } } return "此贴被删除"; } function view($n,$type) { global $linemax; $read=array($n); $temp=read_paster_header($n); if ($temp["filename"]=="" || $temp["head"]["del"]!="") { return ""; } $line=read_view_line($temp,$linemax); if ($line=="") { return ""; } if ($temp["title"]!="") { $line="$line"; } else { if ($type==2) { return ""; } } $parent=$temp["head"]["parent"]; if (($type==1 || $type==2) && $parent!="") { return ""; } $ret="
";
if ($parent!="") {
if ($type==3) {
$ret.="回复($parent): ";
}
else {
$read[sizeof($read)]=$parent;
$data=get_data($parent,-$linemax);
$ret.="$data
"; } } if ($temp["head"]["type"]==1 && $temp["title"]=="") { $line="
$line"; } $ret.=$line."
"; if ($type==2) { $ret.=" - ".info_string($temp,false); } if ($temp["head"]["son"]!="") { if ($type!=3) { $read[sizeof($read)]=$temp["head"]["son"]; $data=get_data($temp["head"]["son"],-$linemax); $ret.="
$data