[#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}
    [#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]