<#-- 话题内容 空白页 --> <#-- 获取令牌 --> <@object action="${topicRelated_topicContent_1}" topicId="${url_topicId}"> <#assign topic = topicRelated_topicContent_entityBean> <#if topic != null && topic?? >${topic.title}</#if> - ${title} <#-- 引入页头 --> <@include action="${newPublic_2}"/>
<#if topic != null && topic?? >
<#if topic.userName == systemUser.userName>
${topic.title}
${topic.postTime}
${topic.viewTotal}次阅读
${topic.commentTotal}个评论
<#if topic.lastUpdateTime != null>
最后修改时间:${topic.lastUpdateTime}
<#noescape>${topic.content}
<#--加入收藏夹--> <@include action="${favoriteRelated_addFavorite_1}"/> <#--给话题点赞--> <@include action="${likeRelated_addLike_1}"/>
<#-- 引入话题取消隐藏 本方法处理话题隐藏内容 --> <@include action="${topicRelated_topicUnhide_1}"/> <#-- 引入评论列表 --> <@include action="${topicRelated_comment_2}"/> <#if topic.allow == true><#-- 允许评论 --> <#-- 引入添加评论 --> <@include action="${topicRelated_addComment_1}"/> <#else><#-- 不允许评论 -->

评论已关闭

${(topic.nickname != null && topic.nickname??) ?string(topic.nickname , topic.userName)}

<#if topic.userRoleNameList?size gt 0>
<#list topic.userRoleNameList as roleName> ${roleName}
<#if topic.isStaff>
官方人员
  • 0 回答
  • 0 粉丝
  • 0 关注
<#if !topic.isStaff>
<#-- 引入关注用户 --> <@include action="${followRelated_addFollow_3}"/>
<#-- 引入相似问题 --> <@include action="${topicRelated_likeTopic_1}" topicId="${topic.id}"/>
<#-- 引入页脚 --> <@include action="${newPublic_3}"/>