<#include "../../include/exmay-head.html" />

评论列表

<#list pager.list as comment>
ID 评论 操作
${comment.id}
发表于: <@exmay_plugin code="timeFormat" default=comment.publishTime> ${timeFormat(comment.publishTime)}   IP: <@exmay_plugin code="ipLocation" default=comment.ip> ${ipLocation(comment.ip)}
分类:[${comment.category.name}]
话题:<@exmay_content id=comment.targetId model=comment.category.type>${content.title} 查看评论
<#assign display="" /> <#if comment.shield>
状态:该评论已被屏蔽 [查看屏蔽内容]
<#assign display="display:none;" />
评论:

${comment.reply}

${comment.nickName}
头像
姓名:${comment.name!}
性别:${comment.gender!}
Email: ${comment.email!}
主页: ${comment.homepage!}
QQ:${comment.qq!}
[${comment.shield?string("解除屏蔽","屏蔽")}] [删除]
<#if (pager.list?size > 0)>
<@exmay.pagination pageList=pager />
<#else>
${i18n("exmay.common.record.null")}
<#include "../../include/exmay-footer.html" />