summaryrefslogtreecommitdiffstats
path: root/src/main/resources/templates
diff options
context:
space:
mode:
authorGeorg Pfuetzenreuter2022-05-08 05:21:07 +0200
committerGeorg Pfuetzenreuter2022-05-08 05:21:07 +0200
commit6379976dff4d1da13576b62c335d253e698c872b (patch)
treeb30dbc4d131ff644300fb5945d37451fa92c352a /src/main/resources/templates
parent00021a5785722be3433c3aa79d838ebd4f2ffa52 (diff)
downloadpubsh-web-6379976dff4d1da13576b62c335d253e698c872b.tar.gz
pubsh-web-6379976dff4d1da13576b62c335d253e698c872b.tar.bz2
pubsh-web-6379976dff4d1da13576b62c335d253e698c872b.zip
Minor UI changes
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
Diffstat (limited to 'src/main/resources/templates')
-rw-r--r--src/main/resources/templates/admin.html3
-rw-r--r--src/main/resources/templates/layout.html7
-rw-r--r--src/main/resources/templates/portal.html1
3 files changed, 7 insertions, 4 deletions
diff --git a/src/main/resources/templates/admin.html b/src/main/resources/templates/admin.html
index d2f1847..5a84a5a 100644
--- a/src/main/resources/templates/admin.html
+++ b/src/main/resources/templates/admin.html
@@ -76,10 +76,11 @@
- <!--div id="pagefoot" th:include="layout :: footerFragment">Footer</div-->
+
<p></p>
<a href="/logout">Logout</a>
</div>
<!-- container -->
</body>
+<footer><div id="pagefoot" th:include="layout :: footerFragment">Footer</div></footer>
</html>
diff --git a/src/main/resources/templates/layout.html b/src/main/resources/templates/layout.html
index bab0c29..8e20126 100644
--- a/src/main/resources/templates/layout.html
+++ b/src/main/resources/templates/layout.html
@@ -1,7 +1,7 @@
<head th:fragment="headerFragment">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<title>Customer Portal</title>
+<title>Public Shell</title>
<link
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
rel="stylesheet"
@@ -13,6 +13,7 @@
</head>
<div id="pagefoot" th:fragment="footerFragment">
- <p>Document last modified 2017/10/23.</p>
- <p>Copyright: Lorem Ipsum</p>
+<p></p>
+ <p>Operated by <a href="https://liberta.casa/">LibertaCasa</a></p>
+ <!--p>Copyright: Lorem Ipsum</p-->
</div> \ No newline at end of file
diff --git a/src/main/resources/templates/portal.html b/src/main/resources/templates/portal.html
index cc3d8ec..0088e82 100644
--- a/src/main/resources/templates/portal.html
+++ b/src/main/resources/templates/portal.html
@@ -64,5 +64,6 @@
<footer>
<p><a href="/logout">SSO Logout</a></p>
+<div id="pagefoot" th:include="layout :: footerFragment">Footer</div>
</footer>
</html>