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 --- .../main/resources/templates/countrySelection.html | 501 +++++++++++---------- 1 file changed, 257 insertions(+), 244 deletions(-) (limited to 'connector/src/main/resources/templates/countrySelection.html') diff --git a/connector/src/main/resources/templates/countrySelection.html b/connector/src/main/resources/templates/countrySelection.html index b15234eb..e196cd31 100644 --- a/connector/src/main/resources/templates/countrySelection.html +++ b/connector/src/main/resources/templates/countrySelection.html @@ -3,254 +3,267 @@ xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" layout:decorator="fragments/base" th:with="lang=${#locale.language}" th:lang="${lang}"> - - - - - - eIDAS-Login Länderauswahl + + + + + eIDAS-Login Länderauswahl - -
-
- LanguageSelectionBlock -
- -

Select your country

-
- -
- Belgium-eID - - - -
- -
- Bulgaria-eID - - - -
- -
- Croatia-eID - - - -
- -
- Cyprus-eID - - - -
- -
- CzechRepublic-eID - - - -
- -
- Denmark-eID - - - -
- -
- Germany-eID - - - -
- -
- Estonia-eID - - - -
- -
- Finland-eID - - - -
- -
- France-eID - - - -
- -
- Greece-eID - - - -
- -
- Hungary-eID - - - -
- -
- Ireland-eID - - - -
- -
- Ireland-eID - - - -
- -
- Italy-eID - - - -
- -
- Latvia-eID - - - -
- -
- Luxembourg-eID - - - -
- -
- Luxembourg-eID - - - -
- -
- Malta-eID - - - -
- -
- Netherlands-eID - - - -
- -
- Poland-eID - - - -
- -
- Portugal-eID - - - -
- -
- Romania-eID - - - -
- -
- Slovakia-eID - - - -
- -
- Slovenia-eID - - - -
- -
- Spain-eID - - - -
- -
- Sweden-eID - - - -
- -
- UnitedKingdom-eID - - - -
- -
- - - -
+
+
+ +
+
+
+
+

Zentraler eIDAS Knoten der Republik Österreich

+

Betrieben durch das Bundesministerium für Inneres

+
+ +

Wählen Sie Ihr Land / Select your country

+ +
+
+ Germany-eID + + + + +
+ +
+ Belgium-eID + +
+ +
+ Bulgaria-eID + +
+ +
+ Croatia-eID + +
+ +
+ Cyprus-eID + +
+ +
+ CzechRepublic-eID + +
+ +
+ Denmark-eID + +
+ +
+ Estonia-eID + +
+ +
+ Finland-eID + +
+ +
+ France-eID + +
+ +
+ Greece-eID + +
+ +
+ Hungary-eID + +
+ +
+ Ireland-eID + +
+ +
+ Italy-eID + + +
+ +
+ Latvia-eID + +
+ +
+ Luxembourg-eID + +
+ +
+ Malta-eID + +
+ +
+ Poland-eID + +
+ +
+ Portugal-eID + +
+ +
+ Romania-eID + +
+ +
+ Slovakia-eID + +
+ +
+ Slovenia-eID + +
+ +
+ Spain-eID + + +
+ +
+ Sweden-eID + +
+ +
+ TheNetherlands-eID + +
+ +
+ UnitedKingdom-eID + +
+ +
+ + +
+ + + +
+ +

Wenn Sie Ihr Land in dieser Aufzählung nicht entdecken + ...

+ +

Information zur Anmeldung über Europäische eIDs

+

+ first part + Bundesministerium + für Inneres + second part +

+ +

+ third part + eIDAS-Verordnung der Europäischen Union + fourth part +

+ +

fived part + + sixed part +

+ +
+
+ +
+
-- 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. --- .../main/resources/templates/countrySelection.html | 56 +++++++++++----------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'connector/src/main/resources/templates/countrySelection.html') diff --git a/connector/src/main/resources/templates/countrySelection.html b/connector/src/main/resources/templates/countrySelection.html index e196cd31..dfd00e18 100644 --- a/connector/src/main/resources/templates/countrySelection.html +++ b/connector/src/main/resources/templates/countrySelection.html @@ -6,8 +6,8 @@ - - eIDAS-Login Länderauswahl @@ -43,7 +43,7 @@
- Germany-eIDGermany-eID @@ -58,81 +58,81 @@
- Belgium-eIDBelgium-eID
- Bulgaria-eID
- Croatia-eIDCroatia-eID
- Cyprus-eIDCyprus-eID
- CzechRepublic-eID
- Denmark-eIDDenmark-eID
- Estonia-eIDEstonia-eID
- Finland-eIDFinland-eID
- France-eIDFrance-eID
- Greece-eIDGreece-eID
- Hungary-eIDHungary-eID
- Ireland-eIDIreland-eID
- Italy-eIDItaly-eID
- Luxembourg-eID
- Malta-eIDMalta-eID
- Poland-eIDPoland-eID
- Portugal-eIDPortugal-eID
- Romania-eIDRomania-eID
- Slovakia-eID
- Slovenia-eIDSlovenia-eID
- Spain-eIDSpain-eID
- TheNetherlands-eID
- UnitedKingdom-eID -- cgit v1.2.3