#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 />
添加评论
搜索
作者
测试人员1
Jiscuss
一直,
Jiscuss
一感谢支持!
2019
测试内容
预留按钮
作者热门主题
its here
他的测试主题2
他的测试主题3
预留信息
Jiscuss Demo
简单、易用、开源
一款基于JAVA的开源论坛 框架采用:Spring Boot + H2 + Semantic UI
1
用户数
10
发帖数
${discussions.title}
${discussions.content}
${discussions.viewCount!0} 浏览
${discussions.commentsCount!0} 回复
评论区
<@bpTree posts=posts />
添加评论
<#include "comm/footer.ftl"/>
评论区
最早
最新
最热
<#macro bpTree posts> <#if posts?? && posts?size gt 0> <#list posts as post> <#if post.nextNodes?? && post.nextNodes?size gt 0>