]> git.mxchange.org Git - jfinancials-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Wed, 19 Apr 2017 19:20:17 +0000 (21:20 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 19 Apr 2017 19:20:27 +0000 (21:20 +0200)
- added missing template ...

Signed-off-by: Roland Häder <roland@mxchange.org>
web/WEB-INF/templates/guest/guest_index.tpl [new file with mode: 0644]

diff --git a/web/WEB-INF/templates/guest/guest_index.tpl b/web/WEB-INF/templates/guest/guest_index.tpl
new file mode 100644 (file)
index 0000000..50339f5
--- /dev/null
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<ui:composition
+       xmlns="http://www.w3.org/1999/xhtml"
+       xmlns:f="http://java.sun.com/jsf/core"
+       xmlns:h="http://java.sun.com/jsf/html"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
+
+       Here goes your content.
+</ui:composition>