[#escape x as (x)!?html]
留言板 - ${site.title}
[#include 'includes_meta.html'/] [#include 'includes_css.html'/] [#include 'includes_js.html'/] [#assign headerShadow=true/] [#include 'includes_header.html'/]
留言板
我要留言
全部留言
已回复留言
未回复留言
[@DictList type='sys_message_board_type'; list]
全部类别
[#list list as type]
${type.name}
[/#list] [/@DictList]
[@MessageBoardPage typeId=Params.typeId isReplied=Params.isReplied status='0' limit='10';pagedList]
[#list pagedList.content as bean]
${bean.type.name}
${bean.title!substring(bean.text,100,'...')}
[#if bean.replied]
已回复
[#else]
未回复
[/#if]
${substring(bean.text,400,'...')}
${bean.user.username!bean.nickname!"匿名网友"}
${bean.created.format('yyyy-MM-dd')}
[/#list]
[#include 'includes_page.html'/] [/@MessageBoardPage]
[#include 'includes_footer.html'/] [#include 'includes_message_box.html'/] [/#escape]