#include("./common/header.html", {title : node.node_name})
#if(null != node.pic && node.pic != '')
#end
Java China › ${node.node_name} ${node.content}

${node.description ?! ''}

帖子总数 ${node.topics} #if(null != login_user)   •  #if(is_favorite) 取消收藏 #else 加入收藏 #end

发布新帖子

#end
#if(null == topicPage.results || topicPage.results.size() == 0)
该节点下暂时还木有帖子呢
#else
#for(topic : topicPage.results)
${topic.user_name}
#if(topic.comments > 0) ${topic.title} #end ${topic.title}
${topic.node_name}  •  ${topic.user_name}  •  ${timespan(topic.update_time)} #if(topic.comments > 0)  •  最后回复来自 ${topic.reply_name} #end

#end
#end #if(topicPage.totalPage > 1)
    #if(topicPage.page > 1)
  • 上一页
  • #end #if(topicPage.totalPage > 1 && topicPage.page != topicPage.totalPage)
  • 下一页
  • #end
#end
#include("./common/sidebar.html")
#include("./common/footer.html")