> 0){ $maxpage=ceil($_post['r_f_c']/$r_f_g); $pagelist=''; if($maxpage>1) { $pagelist='1/'.$maxpage.''; } echo '收起回复
'; $n=0;$floor_content=''; $repeat_follows=json_decode($_post['repeat_follow'], true); $message_t=$deltag=''; foreach($repeat_follows as $repeat_follow){ if($repeat_follow['uid']==$uid || $_post['floormanage']) $deltag='删除'; if($repeat_follow['t_uid']>0 && $repeat_follow['t_username']!='') $message_t='回复 '.$repeat_follow['t_username'].': '; if($n<$halfpage) echo '
'.$repeat_follow['username'].': '.$message_t.$repeat_follow['message'].'
'.$deltag.humandate($repeat_follow['update']).'回复
'; elseif($n<$r_f_g) $floor_content.='
'.$repeat_follow['username'].': '.$message_t.$repeat_follow['message'].'
'.$deltag.humandate($repeat_follow['update']).'回复
'; else break; $message_t=$deltag=''; $n++; } echo '
';if($_post['r_f_c']>$halfpage){echo '还有'.($_post['r_f_c']-$halfpage).'条回复,查看';}echo '
'; } else{ ?> 回复