[#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'/]
${(targetUser!user).username}
${(targetUser!user).bio!"还没有填写个人简介"}
[#include 'sys_member_my_left.html'/]
我的私信
发送私信
[@MessagePage receiverId=user.id;pagedList] [#if pagedList.totalElements gt 0]
[#include 'page.html'/]
[/#if] [/@MessagePage]
[/#escape] [#-- [#escape x as (x)!?html] ${user.username}_${site.fullNameOrName}${global.customs['poweredBy']}
[#include 'sys_member_my_header.html'/]
账号管理
[#include 'sys_member_my_left.html'/]
稿件列表
[@InfoPage userId=user.id pageSize='10' status='1,A,B,C,D' sort='publishDate desc';pagedList]
[#list pagedList.content as info] [/#list]
ID 标题 状态 操作
${info.id} [#if info.status=='A'] ${substring(info.title,20,'...')} [#else] ${substring(info.title,20,'...')} [/#if] [@s.message code='info.status.${info.status}'/] [#if info.status == 'B' || info.status == 'C' || info.status == 'D'] 修改 删除 [#else] 修改 删除 [/#if]
[#include "page.html"/]
[/@InfoPage]
Powered by Jspxcms © 2010-2017 Jspxcms All Rights Reserved
[/#escape] --]