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. --- basicConfig/templates/error_message.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'basicConfig/templates/error_message.html') diff --git a/basicConfig/templates/error_message.html b/basicConfig/templates/error_message.html index b1367962..f69d7255 100644 --- a/basicConfig/templates/error_message.html +++ b/basicConfig/templates/error_message.html @@ -3,10 +3,10 @@ xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" layout:decorator="fragments/base" th:with="lang=${#locale.language}" th:lang="${lang}"> - + - - + + An error arise ... @@ -14,10 +14,10 @@

Authentication error arise

- +

Error Header

- +

Error Information


@@ -25,7 +25,7 @@

Msg :

- +
-- cgit v1.2.3 From acdec63a0e65480fcc9e88e43aa3aa22426eb519 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Thu, 10 Mar 2022 15:32:20 +0100 Subject: chore(UX): update template for error GUI --- basicConfig/templates/error_message.html | 34 +++++++++++++++++++++++++++++--- 1 file changed, 31 insertions(+), 3 deletions(-) (limited to 'basicConfig/templates/error_message.html') diff --git a/basicConfig/templates/error_message.html b/basicConfig/templates/error_message.html index f69d7255..0b58c452 100644 --- a/basicConfig/templates/error_message.html +++ b/basicConfig/templates/error_message.html @@ -5,14 +5,36 @@ th:with="lang=${#locale.language}" th:lang="${lang}"> + An error arise ... -
-
+ +
+
+

Zentraler eIDAS Knoten der Republik Österreich

+

Betrieben durch das Bundesministerium für Inneres

+
+

Authentication error arise

@@ -27,6 +49,12 @@
-
+ + +
+
+ +
+
-- cgit v1.2.3 From eb301932e03e01ff61990ba578fd55996052eab4 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Fri, 11 Mar 2022 09:00:53 +0100 Subject: chore(UX): a few small GUI improvements --- basicConfig/templates/error_message.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'basicConfig/templates/error_message.html') diff --git a/basicConfig/templates/error_message.html b/basicConfig/templates/error_message.html index 0b58c452..d8c3de56 100644 --- a/basicConfig/templates/error_message.html +++ b/basicConfig/templates/error_message.html @@ -35,8 +35,6 @@

Betrieben durch das Bundesministerium für Inneres

-

Authentication error arise

-

Error Header

-- cgit v1.2.3