{include file='common/head.html'}
| 文章 | {$comment->title} |
|---|---|
| 评论 | {$comment->comment} |
| 状态 | {if([$comment->status]==1)}启用{/if} {if([$comment->status]==0)}禁用{/if} |
| 评论人 | {$comment->username}({$comment->nickname}) |
| 被评论人 | {$comment->pusername}({$comment->pnickname}) |
| 点赞数 | {$comment->likes} |
| 反对数 | {$comment->oppose} |
| 用户IP | {fun=long2ip([$comment->user_ip])} |
| 操作系统 | {$comment->user_os} |
| 浏览器 | {$comment->user_bs} |
| 时间 | {$comment->create_time} |