From 1937e6a72594f98d1fa031d8220f10ccc798c2be Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 4 Jun 2022 09:06:31 +0200 Subject: KB66 Add comment notification email. Change-Id: I27feecfe2d4309397b116552856227eacb7e9600 --- .../resources/templates/benki/posts/postList.html | 137 --------------------- 1 file changed, 137 deletions(-) delete mode 100644 src/main/resources/templates/benki/posts/postList.html (limited to 'src/main/resources/templates/benki') diff --git a/src/main/resources/templates/benki/posts/postList.html b/src/main/resources/templates/benki/posts/postList.html deleted file mode 100644 index 2f932ec..0000000 --- a/src/main/resources/templates/benki/posts/postList.html +++ /dev/null @@ -1,137 +0,0 @@ -{#include base.html} - -{#title}Benki {pageTitle}{/title} -{#siteSection}{pageTitle}{/siteSection} - -{#nav}{#navbar siteSection=pageTitle /} - -{#head} - - - {#if showBookmarkForm || showLazychatForm} - - {/if} -{/head} - -{#body} - -{#if showBookmarkForm} - -

-
- -
-
-{/if} - -{#if showLazychatForm} - -

-
- -
-
-{/if} - -
-
- - -
- {#if hasPreviousPage}⇠ previous page{/if} - {#if hasNextPage}next page ⇢{/if} -
- -
- {#for day in postDays} -
-
- -
- - {#for post in day.posts} - {#if post.isBookmark} -
-
- {#if showBookmarkForm} - - - - {/if} -
- -
-
- {post.owner.firstName} - - # - - - -

🔖 {post.title}

. -
-
-
- -
- {#if showBookmarkForm} - - {/if} -
- -
- {post.descriptionHtml.raw} -
- - {#if showCommentBox} - {#commentBox postId=post.id comments=post.comments /} - {/if} -
- {#else} -
-
- {#if showLazychatForm} - - - - {/if} -
- -
-
- {post.owner.firstName} - - # - -
-
- -
- {#if showLazychatForm} - - {/if} -
- -
- {post.descriptionHtml.raw} -
- - {#if showCommentBox} - {#commentBox postId=post.id comments=post.comments /} - {/if} -
- {/if} - {/for} -
- {/for} -
- -
- {#if hasPreviousPage}⇠ previous page{/if} - - {#if hasNextPage}next page ⇢{/if} -
- -{/body} - -{/include} -- cgit v1.2.3