|
${guestbook.id} |
- 发表于:
<@exmay_plugin code="timeFormat" default=guestbook.publishTime>
${timeFormat(guestbook.publishTime)}
@exmay_plugin>
IP: <@exmay_plugin code="ipLocation" default=guestbook.ip>
${ipLocation(guestbook.ip)}
@exmay_plugin>
- 分类:[${guestbook.category.name}]
- 标题:${guestbook.title}
<#assign display="" />
<#if guestbook.shield>
- 状态:该留言已被屏蔽 [查看屏蔽内容]
<#assign display="display:none;" />
#if>
-
内容:
${guestbook.content}
-
回复:
<#if guestbook.reply??>
${guestbook.reply}
由 ${guestbook.replyer} <@exmay_plugin code="timeFormat" default=guestbook.replyTime> 于 ${timeFormat(guestbook.replyTime)} @exmay_plugin> 回复
<#else>
#if>
|
-
${guestbook.username}
-
- 姓名:${guestbook.name!}
- 性别:<#if guestbook.gender == 0>女<#elseif guestbook.gender==1>男<#else>保密#if>
- Email:${guestbook.email!}
- 主页:${guestbook.homepage!}
- QQ:${guestbook.qq!}
-
[${guestbook.shield?string("解除屏蔽","屏蔽")}]
[删除]
|
#list>