From bca94613c19acf02ea333d57090e535b28afd2b4 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 10 Feb 2020 20:58:13 +0100 Subject: Book Marx: Implement bookmark submission. Change-Id: Ieb1fef8565ed0e17de9590d5207ba11ebfe6f177 --- .../templates/benki/bookmarks/bookmarkList.html | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'src/main/resources/templates') diff --git a/src/main/resources/templates/benki/bookmarks/bookmarkList.html b/src/main/resources/templates/benki/bookmarks/bookmarkList.html index 0d392c8..9d4c706 100644 --- a/src/main/resources/templates/benki/bookmarks/bookmarkList.html +++ b/src/main/resources/templates/benki/bookmarks/bookmarkList.html @@ -1,4 +1,5 @@ {@java.util.List bookmarks} +{@java.lang.Boolean authenticated} {#include base.html} @@ -10,6 +11,44 @@ {#body} +{#if authenticated} +
+
+
+ Submit Bookmark + +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ +
+
+
+
+{/if} + {#for bookmark in bookmarks} {#with bookmark}
-- cgit v1.2.3