From a91d1a61c3676fbb4b3ce438882445154b93d0a0 Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Mon, 5 Oct 2020 23:43:58 +0300 Subject: [PATCH] Web forms: use Spring env properties for page URLs; add footer fragment Signed-off-by: Pekka Helenius --- .../src/main/resources/templates/bookadd.html | 19 ++++++++++++++- .../main/resources/templates/bookedit.html | 21 ++++++++++++++-- .../main/resources/templates/booklist.html | 24 +++++++++++++++---- .../templates/fragments/devusers.html | 20 ++++++++++++++-- 4 files changed, 75 insertions(+), 9 deletions(-) diff --git a/bookstore/src/main/resources/templates/bookadd.html b/bookstore/src/main/resources/templates/bookadd.html index a11494b..5c7ad6a 100644 --- a/bookstore/src/main/resources/templates/bookadd.html +++ b/bookstore/src/main/resources/templates/bookadd.html @@ -11,7 +11,23 @@ - + + + +
@@ -39,5 +55,6 @@
+ diff --git a/bookstore/src/main/resources/templates/bookedit.html b/bookstore/src/main/resources/templates/bookedit.html index 16ee202..694ff82 100644 --- a/bookstore/src/main/resources/templates/bookedit.html +++ b/bookstore/src/main/resources/templates/bookedit.html @@ -11,7 +11,23 @@ - + + + +
@@ -32,7 +48,7 @@
- button.page.list.return @@ -40,5 +56,6 @@
+ diff --git a/bookstore/src/main/resources/templates/booklist.html b/bookstore/src/main/resources/templates/booklist.html index 982187b..2930ce7 100644 --- a/bookstore/src/main/resources/templates/booklist.html +++ b/bookstore/src/main/resources/templates/booklist.html @@ -47,7 +47,23 @@ Idea of the following syntax used in this and other HTML document: - + + + +
@@ -190,7 +206,7 @@ Idea of the following syntax used in this and other HTML document: page.text.list.json @@ -214,7 +230,7 @@ Idea of the following syntax used in this and other HTML document: - button.page.list.json @@ -247,7 +263,7 @@ Idea of the following syntax used in this and other HTML document:

abyss
-
+ diff --git a/bookstore/src/main/resources/templates/fragments/devusers.html b/bookstore/src/main/resources/templates/fragments/devusers.html index ebc5f38..3b2da95 100644 --- a/bookstore/src/main/resources/templates/fragments/devusers.html +++ b/bookstore/src/main/resources/templates/fragments/devusers.html @@ -4,7 +4,23 @@ - + + + +