[#escape x as (x)!?html] 留言板_${site.fullNameOrName}${global.customs['poweredBy']} [#include 'inc_js.html'/] [#include 'inc_header.html'/]
留言板我要留言
全部留言 已回复留言 未回复留言 [@GuestbookTypeList;list]
类别:
全部 [#list list as type] ${type.name} [/#list]
[/@GuestbookTypeList]
[@GuestbookPage typeId=Param.typeId isReply=Param.isReply limit='10' sort="creationDate desc";pagedList]
[#list pagedList.content as guestbook]
[#if guestbook.reply]
已回复
[#else]
未回复
[/#if]
${guestbook.creationDate?string('yyyy-MM-dd HH:mm')}
网友:${guestbook.creator.username!guestbook.username!"匿名网友"}
${substring(guestbook.text,200,'...')} 【查看全文】
[/#list]
[#include 'page.html'/]
[/@GuestbookPage]
[#include 'inc_friendlink.html'/] [#include 'inc_footer.html'/] [/#escape]