From 8d2aa68bc18c04c2b03cbdd01f008a89e4c8c1c6 Mon Sep 17 00:00:00 2001 From: Christian Kollmann Date: Tue, 7 Dec 2021 07:51:10 +0100 Subject: Unify HTML templates across test, main, basicConfig --- .../resources/templates/eidas_node_forward.html | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 connector/src/main/resources/templates/eidas_node_forward.html (limited to 'connector/src/main/resources/templates/eidas_node_forward.html') diff --git a/connector/src/main/resources/templates/eidas_node_forward.html b/connector/src/main/resources/templates/eidas_node_forward.html new file mode 100644 index 00000000..186937d7 --- /dev/null +++ b/connector/src/main/resources/templates/eidas_node_forward.html @@ -0,0 +1,36 @@ + + + + + + + + +
Your login is being processed. Thank you for + waiting.
+ +
+
+ +
+ +
+ + + \ No newline at end of file -- cgit v1.2.3 From a017ebff96d2cc12943801c933e5733b4e827b3b Mon Sep 17 00:00:00 2001 From: Christian Kollmann Date: Tue, 7 Dec 2021 09:00:22 +0100 Subject: Use relative paths in templates to enable preview in browser If Thymeleaf is active (i.e. the template is rendered by the Webapp), the path gets replaced anyway. --- connector/src/main/resources/templates/eidas_node_forward.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connector/src/main/resources/templates/eidas_node_forward.html') diff --git a/connector/src/main/resources/templates/eidas_node_forward.html b/connector/src/main/resources/templates/eidas_node_forward.html index 186937d7..3cd30d36 100644 --- a/connector/src/main/resources/templates/eidas_node_forward.html +++ b/connector/src/main/resources/templates/eidas_node_forward.html @@ -4,7 +4,7 @@ layout:decorator="fragments/base" th:with="lang=${#locale.language}" th:lang="${lang}"> - -- cgit v1.2.3