From 14e59440fd5f03d046e4e329eec73560450f1467 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Tue, 24 May 2022 22:19:29 +0200 Subject: KB66 Add comment post form. Change-Id: Iac22d115f0d1c59eb273a26d720c07f6d1b11077 --- src/main/resources/templates/tags/commentBox.html | 26 +++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/main/resources/templates/tags/commentBox.html (limited to 'src/main/resources/templates/tags') diff --git a/src/main/resources/templates/tags/commentBox.html b/src/main/resources/templates/tags/commentBox.html new file mode 100644 index 0000000..3049687 --- /dev/null +++ b/src/main/resources/templates/tags/commentBox.html @@ -0,0 +1,26 @@ +{@java.lang.Integer postId} + +
+ + + +
+ +
+
+ Post Comment + + + + + + + + + +
+ +
+
+
+
-- cgit v1.2.3