[#include "../include/页头.html"/] [#include "../include/论坛信息.html"/]
[#include "会员中心页_导航.html"/]
[#if user.avatar??]
[#else]
[/#if]
修改头像
${user.username}
${user.group.name}
编辑资料
修改密码
退出
${user.point!}
积分
${user.prestige!}
威望
积分兑换
发帖(${user.topicCount})
回复(${user.replyCount})
[@topic_page createrId=user.id topLevel='0' count='10' tpl='0' status='-1' orderBy='0'] [#list tag_pagination.list as topic] [#assign dispaly=1/] [#if topic.shield] [#if user??&&user.moderator] [#assign dispaly=1/] [#else] [#assign dispaly=0/] [/#if] [/#if] [#if dispaly==1]
[@text_cut s=topic.title?html len=30 append="..."/]
[#if topic.topLevel gt 0]
[/#if] [#if topic.primeLevel gt 0]
[/#if] [#if topic.affix??&&topic.affix]
[/#if] [#if topic.shield] 已屏蔽 [/#if]
赞:${topic.ups!}
回复:${topic.replyCount!}
浏览:${topic.viewCount!}
作者:${topic.creater.username!}
发布于${topic.createTimeHtml!}
[#if topic.lastPost??]
最新回复:
${topic.lastReply.username!}
${topic.lastPost.createTimeHtml!}
[/#if]
[/#if] [/#list]
[#include "../tag/topic.html"/] [/@topic_page]
[#include "../include/页脚.html"/]