[@topic_page count='5' tpl='0' status='-1' orderBy='1']
[#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]
-
[#if topic.types??&&topic.types?size gt 0]
[/#if]
[#if topic.affix]
[#list topic.firstPost.attachments as t]
[#if t.picture]

[/#if]
[/#list]
[/#if]
[@text_cut s=topic.firstPost.shortContentHtml len="50" /]
[#if topic.firstPost.shortContentHtml?length gte 50]
... 阅读全文
... 收起
[/#if]
[#if user??]
[#if user.moderator||user.id==topic.creater.id]
编辑
[/#if]
引用
举报
[#if user.moderator]
[#if !topic.firstPost.shield]
屏蔽
[#else]
取消屏蔽
[/#if]
[#if topic.topLevel lte 0]置顶[#else]取消置顶[/#if]
[/#if]
[#if user.moderator]
删除
[#elseif user.id==topic.creater.id]
[#if topic.lastReply??]
[#else]
删除
[/#if]
[/#if]
[/#if]
[#if user??]
[/#if]
[/#if]
[/#list]