<#if topic.userName == systemUser.userName>
#if>
<#-- 引入话题取消隐藏 本方法处理话题隐藏内容 -->
<@include action="${topicRelated_topicUnhide_1}"/>
<#-- 引入评论列表 -->
<@include action="${topicRelated_comment_2}"/>
<#if topic.allow == true><#-- 允许评论 -->
<#-- 引入添加评论 -->
<@include action="${topicRelated_addComment_1}"/>
<#else><#-- 不允许评论 -->
${topic.title}
${topic.postTime}
${topic.viewTotal}次阅读
${topic.commentTotal}个评论
<#if topic.lastUpdateTime != null>
最后修改时间:${topic.lastUpdateTime}
#if>
<#noescape>${topic.content}#noescape>
<#--加入收藏夹-->
<@include action="${favoriteRelated_addFavorite_1}"/>
<#--给话题点赞-->
<@include action="${likeRelated_addLike_1}"/>
${(topic.nickname != null && topic.nickname??) ?string(topic.nickname , topic.userName)}
<#if topic.userRoleNameList?size gt 0>
<#list topic.userRoleNameList as roleName>
${roleName}
#list>
#if>
<#if topic.isStaff>
官方人员
#if>
- 0 回答
- 0 粉丝
- 0 关注