From 07a2590e874288f002c725ac279d0bc0587b8beb Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Wed, 18 May 2022 08:06:54 +0200 Subject: chore(ux): merge GUI elements that are updated on BM.I side --- basicConfig/templates/countrySelection.html | 179 +++++---------------- .../templates/countrySelection_example.html | 157 ------------------ basicConfig/templates/eidas_node_forward.html | 70 ++++---- basicConfig/templates/error_message.html | 118 +++++++------- basicConfig/templates/pvp2_post_binding.html | 70 ++++---- 5 files changed, 168 insertions(+), 426 deletions(-) (limited to 'basicConfig/templates') diff --git a/basicConfig/templates/countrySelection.html b/basicConfig/templates/countrySelection.html index bfa30669..275d20f6 100644 --- a/basicConfig/templates/countrySelection.html +++ b/basicConfig/templates/countrySelection.html @@ -2,136 +2,20 @@ + th:with="lang=${#locale.language}" th:lang="${lang}"> - + + eIDAS-Login Länderauswahl - - - - - -
Your login is being processed. Thank you for - waiting.
- -
-
- -
- -
- - + + + + + + + + +
Your login is being processed. Thank you for + waiting.
+ +
+
+ +
+ +
+ + \ No newline at end of file diff --git a/basicConfig/templates/error_message.html b/basicConfig/templates/error_message.html index d8c3de56..9ecd9f7e 100644 --- a/basicConfig/templates/error_message.html +++ b/basicConfig/templates/error_message.html @@ -1,58 +1,60 @@ - - - - - - - - An error arise ... - - - -
-
-
- - -

Bundesministerium für Inneres

-
-
- -
-
-
-
-

Zentraler eIDAS Knoten der Republik Österreich

-

Betrieben durch das Bundesministerium für Inneres

-
-
-
-

Error Header

- -
-

Error Information

-
-

Code :

-

Msg :

-
-
- -
- - -
- - - + + + + + + + An error arise ... + + + +
+
+
+ + +

Bundesministerium für Inneres

+
+
+ +
+
+ +
+
+
+

Error Header

+ +
+

Error Information

+
+ + + + +

Code:

+ +

Msg:

+
+
+ +
+

fullError

+
+ +
+
+ + + + diff --git a/basicConfig/templates/pvp2_post_binding.html b/basicConfig/templates/pvp2_post_binding.html index 06b9b494..8f72da13 100644 --- a/basicConfig/templates/pvp2_post_binding.html +++ b/basicConfig/templates/pvp2_post_binding.html @@ -1,36 +1,36 @@ -## ## Velocity Template for SAML 2 HTTP-POST binding ## ## Velocity -##context may contain the following properties ## action - String - the -##action URL for the form ## RelayState - String - the relay state for the -##message ## SAMLRequest - String - the Base64 encoded SAML Request ## -##SAMLResponse - String - the Base64 encoded SAML Response - - - - - - - - -
Your login is being processed. Thank you for - waiting.
- -
-
- #if($RelayState) #end - #if($SAMLRequest) #end - #if($SAMLResponse) #end -
- -
- - +## ## Velocity Template for SAML 2 HTTP-POST binding ## ## Velocity +##context may contain the following properties ## action - String - the +##action URL for the form ## RelayState - String - the relay state for the +##message ## SAMLRequest - String - the Base64 encoded SAML Request ## +##SAMLResponse - String - the Base64 encoded SAML Response + + + + + + + + +
Your login is being processed. Thank you for + waiting.
+ +
+
+ #if($RelayState) #end + #if($SAMLRequest) #end + #if($SAMLResponse) #end +
+ +
+ + \ No newline at end of file -- cgit v1.2.3