#include "comm/commjs.ftl"/>
<#include "comm/header.ftl"/>
欢迎来到这里
JAVA + DISCUSS = JISCUSS 。
简单的,易用的JAVA论坛。
请享受发帖回帖带来的乐趣吧!
${discussions.title} <#list tags as tag>
${tag.name}
#list>
${discussions.content}
赞这个主题
${discussions.likeCount!0}
踩
${discussions.dislikeCount!0}
${discussions.viewCount!0} 浏览
${discussions.commentsCount!0} 回复
用户
${discussions.realname}
发布于
${discussions.startTime}
用户
${discussions.realnameLast}
最后回复于
${discussions.lastTime}
评论区
最早
最新
最热
<#macro bpTree posts> <#if posts?? && posts?size gt 0> <#list posts as post> <#if post.nextNodes?? && post.nextNodes?size gt 0>
${post.username}
#${post.number!''}
${post.createTime}
<#if post.ipRegion?? && post.ipRegion != "">
${post.ipRegion}
#if> <#if post.browser?? && post.browser != "">
${post.browser}
#if>
${post.content}
回复
${(post.likeCount!0)?c}
${(post.dislikeCount!0)?c}
<@bpTree posts=post.nextNodes />
<#else>
${post.username}
#${post.number!''}
${post.createTime}
<#if post.ipRegion?? && post.ipRegion != "">
${post.ipRegion}
#if> <#if post.browser?? && post.browser != "">
${post.browser}
#if>
${post.content}
回复
${(post.likeCount!0)?c}
${(post.dislikeCount!0)?c}
#if> #list> #if> #macro> <@bpTree posts=posts />
添加评论
搜索
作者
${discussions.realname!''}
${authorDiscCount!0}
发帖
${authorReplyCount!0}
回复
<#if authorTopDiscs?? && authorTopDiscs?size gt 0>
作者其他主题
<#list authorTopDiscs as d> <#if d.id != discussions.id>
${(d.title?length > 30)?then(d.title?substring(0,30) + '…', d.title)}
${d.likeCount!0}
${d.commentsCount!0}
#if> #list>
#if>
${discussions.title}
${discussions.content}
${discussions.viewCount!0} 浏览
${discussions.commentsCount!0} 回复
评论区
<@bpTree posts=posts />
添加评论
<#include "comm/footer.ftl"/> <#-- 私信弹窗 Modal -->
发送私信给
取消
发送
评论区
最早
最新
最热
<#macro bpTree posts> <#if posts?? && posts?size gt 0> <#list posts as post> <#if post.nextNodes?? && post.nextNodes?size gt 0>