[#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'/]
我的私信
发送私信
[@MessagePage receiverId=user.id;pagedList] [#if pagedList.totalElements gt 0]
[#list pagedList.content as bean]
${bean[1].username}
[#if bean[7] gt 0]
${bean[7]}
[/#if]
${prettyTime(bean[0].sendTime)}
${bean[0].title}
共有 ${bean[6]} 条私信
删除
[/#list]
[#include 'page.html'/]
[/#if] [/@MessagePage]
[/#escape]