From 371164a188b93b24f33cb5badb0362ac2544d33d Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 23 Mar 2020 06:21:25 +0100 Subject: Use generic page template for bookmark and lazy chat lists. Change-Id: I86cc78c8164d6672d8b5cfbc2a3433954068967e --- .../templates/benki/bookmarks/bookmarkList.html | 68 ---------------------- 1 file changed, 68 deletions(-) delete mode 100644 src/main/resources/templates/benki/bookmarks/bookmarkList.html (limited to 'src/main/resources/templates/benki/bookmarks') diff --git a/src/main/resources/templates/benki/bookmarks/bookmarkList.html b/src/main/resources/templates/benki/bookmarks/bookmarkList.html deleted file mode 100644 index 8c87a55..0000000 --- a/src/main/resources/templates/benki/bookmarks/bookmarkList.html +++ /dev/null @@ -1,68 +0,0 @@ -{@java.util.List posts} -{@java.lang.Boolean authenticated} -{@java.lang.Boolean hasPreviousPage} -{@java.lang.Boolean hasNextPage} -{@java.lang.Integer previousCursor} -{@java.lang.Integer nextCursor} -{@java.lang.Integer pageSize} - -{#include base.html} - -{#title}Benki Bookmarks{/title} -{#siteSection}Bookmarks{/siteSection} -{#bookmarksClass}this-page{/bookmarksClass} - -{#head} - - - - - -{/head} - -{#body} - -{! #if authenticated !} - -

-
- -
-
-{! /if !} - -
- {#if hasPreviousPage}⇠ previous page{/if} - - {#if hasNextPage}next page ⇢{/if} -
- -
- {#for post in posts} - {#with post} -
-
-

{title}

-
- - {owner.firstName} {owner.lastName} -
-
- -
- {descriptionHtml.raw} -
-
- {/with} - {/for} -
- -
- {#if hasPreviousPage}⇠ previous page{/if} - - {#if hasNextPage}next page ⇢{/if} -
- -{/body} - -{/include} -- cgit v1.2.3