From 16a0e656270e0d9ff8f94be52077c659366a5645 Mon Sep 17 00:00:00 2001 From: "yaoyuan2.chu" Date: Mon, 9 Nov 2020 23:35:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E9=A2=98=E9=A1=B5=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/discussions.ftl | 61 ++++---------------- 1 file changed, 11 insertions(+), 50 deletions(-) diff --git a/src/main/resources/templates/discussions.ftl b/src/main/resources/templates/discussions.ftl index 4842122..f6ea9b7 100644 --- a/src/main/resources/templates/discussions.ftl +++ b/src/main/resources/templates/discussions.ftl @@ -35,7 +35,7 @@

- +
${discussions.title} <#list tags as tag> @@ -49,7 +49,7 @@ ${discussions.content}
-
+
赞这个主题
@@ -71,68 +71,29 @@ ${discussions.startTime}
+

+ + +
+
+
+ +
+
用户 ${discussions.realnameLast} 最后回复于
${discussions.lastTime}
-
-

评论区

- <#--<#list posts as post> -
- - - -
- ${post.username} - -
- ${post.content} -
-
- 回复 -
-
- - <#list post.nextNodes as child> -
-
- - - -
- ${child.username} - -
- ${child.content} -
-
- 回复 -
-
-
-
- -
- --> - <#macro bpTree posts> <#if posts?? && posts?size gt 0>