if($comment['uid']){ }else{ }
{$comment.create_time|friendlyDate}  
if($comment['uid']){ {$comment.user.nickname} {:W('Common/UserRank/render',array($comment['uid']))} }else{ 游客({$comment.area}) }
{$comment.content|parse_comment_content}
if($comment['uid']){ 回复 if(check_auth('deleteLocalComment',$comment['uid'])){ 删除 } }