[#escape x as (x)!?html]
系统消息 - ${site.fullNameOrName}${global.customs['poweredBy']}
[#include 'inc_meta.html'/] [#include 'inc_css.html'/] [#include 'inc_js.html'/] [#include 'inc_header.html'/]
[#include 'sys_member_my_header.html'/]
[#include 'sys_member_my_left.html'/]
系统消息
[@InboxPage receiverId=user.id;pagedList] [#if pagedList.totalElements gt 0]
[#list pagedList.content as bean]
${prettyTime(bean.receiveTime)}[#if bean.unread]
未读
[/#if]
删除
${substring(bean.title,50,'...')}
[/#list]
[#include 'page.html'/]
[#else]
没有找到相关数据!
[/#if] [/@InboxPage]
[/#escape]