[#escape x as (x)!?html] 与 ${contact.username} 的私信 - ${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'/]
${contact.username} 的私信
[@MessageContactPage userId=user.id contactId=contact.id;pagedList] [#if pagedList.totalElements gt 0]
    [#list pagedList.content as bean]
  • ${bean.sender.username} ${prettyTime(bean.sendTime)}
    ${bean.subject}
    [#noescape]${bbcode(bean.text)}[/#noescape]
  • [/#list]
[#include 'page.html'/]
[/#if] [/@MessageContactPage]
[/#escape]