$!httpInclude.include("/top.htm")
$!httpInclude.include("/buyer/head.htm")
$!httpInclude.include("/buyer/account_nav.htm?op=message")
我的账户
>
站内短信
收到消息(
$!{user_msgs.size()}
)
已发送消息(
$!{reply_msgs.size()}
)
系统消息(
$!{sys_msgs.size()}
)
发送站内短信
全选
删除
发送人
内容
时间
操作
#foreach($obj in $objs)
$!obj.fromUser.userName #if($!obj.status==0)
[未读]
#end #if($!{obj.fromUser.id}==$!{user.id}&&$!obj.reply_status==1)
[新回复]
#end
$!CommUtil.substring("$!obj.content",50)
$!CommUtil.formatLongDate($!obj.addTime)
查看
删除
#end
$!gotoPageFormHTML
全选
删除
$!httpInclude.include("/footer.htm")