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

留言列表

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

${guestbook.content}

回复:

<#if guestbook.reply??> ${guestbook.reply}
${guestbook.replyer} <@exmay_plugin code="timeFormat" default=guestbook.replyTime> 于 ${timeFormat(guestbook.replyTime)} 回复 <#else> 回复

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