From 94b5e7b4c85a4bde4848bf3d85c1adc7cd73acc6 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 9 Feb 2020 20:02:20 +0100 Subject: Lafargue: Implement basic viewer. Change-Id: If24f58aa069a14139454708d02ac40109c2181ef --- .../templates/benki/lazychat/lazychatList.html | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/main/resources/templates/benki/lazychat/lazychatList.html (limited to 'src/main/resources/templates') diff --git a/src/main/resources/templates/benki/lazychat/lazychatList.html b/src/main/resources/templates/benki/lazychat/lazychatList.html new file mode 100644 index 0000000..ecac7a7 --- /dev/null +++ b/src/main/resources/templates/benki/lazychat/lazychatList.html @@ -0,0 +1,32 @@ +{@java.util.List lazychatMessages} + +{#include base.html} + +{#title}Benki Lazychat{/title} +{#siteSection}Lazychat{/siteSection} +{#lazychatClass}this-page{/lazychatClass} + +{#head}{/head} + +{#body} + +{#for lazychatMessage in lazychatMessages} + {#with lazychatMessage} +
+
+
+ + {owner.firstName} {owner.lastName} +
+
+ +
+ {contentHtml.raw} +
+
+ {/with} +{/for} + +{/body} + +{/include} -- cgit v1.2.3