#include('./header.html',{has_sub:'other', active:'comments', title:'评论管理'})

评论管理

#for(comment : comments.rows) #end
评论内容 评论人 评论时间 评论人邮箱 评论人网址 评论状态 操作
${article(comment.content)} ${comment.author} ${fmtdate(comment.created, 'yyyy-MM-dd HH:mm:ss')} ${comment.mail} ${comment.url} #if(comment.status == 'approved') 审核通过 #elseif(comment.status == 'not_audit') 未审核 #end 回复 #if(comment.status == 'not_audit') 通过 #end 删除
#call pageAdminNav(comments)
#include('./footer.html')