aboutsummaryrefslogtreecommitdiff
path: root/basicConfig
diff options
context:
space:
mode:
authorThomas <>2022-08-23 10:28:38 +0200
committerThomas <>2022-08-23 10:28:38 +0200
commit53aa46c630e6298f63dc7f09ab26aa914b8e021f (patch)
tree529870f697fdc9ae77921c46caf42b94a1bf8a5b /basicConfig
parentfba292223fef41d6d538bb8a8025cce85ebadc6c (diff)
downloadNational_eIDAS_Gateway-53aa46c630e6298f63dc7f09ab26aa914b8e021f.tar.gz
National_eIDAS_Gateway-53aa46c630e6298f63dc7f09ab26aa914b8e021f.tar.bz2
National_eIDAS_Gateway-53aa46c630e6298f63dc7f09ab26aa914b8e021f.zip
chore(ux): add BM.I logo into default configuration and update error page to use that logo
Diffstat (limited to 'basicConfig')
-rw-r--r--basicConfig/ms-connector/webcontent/img/BMI.pngbin0 -> 3089 bytes
-rw-r--r--basicConfig/ms-proxyservice/templates/error_message.html6
-rw-r--r--basicConfig/ms-proxyservice/webcontent/img/BMI.pngbin0 -> 3089 bytes
3 files changed, 3 insertions, 3 deletions
diff --git a/basicConfig/ms-connector/webcontent/img/BMI.png b/basicConfig/ms-connector/webcontent/img/BMI.png
new file mode 100644
index 00000000..19011dd4
--- /dev/null
+++ b/basicConfig/ms-connector/webcontent/img/BMI.png
Binary files differ
diff --git a/basicConfig/ms-proxyservice/templates/error_message.html b/basicConfig/ms-proxyservice/templates/error_message.html
index 0d8d2d4e..eba1c5fd 100644
--- a/basicConfig/ms-proxyservice/templates/error_message.html
+++ b/basicConfig/ms-proxyservice/templates/error_message.html
@@ -5,7 +5,7 @@
th:with="lang=${#locale.language}" th:lang="${lang}">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
- <link rel="stylesheet" href="/static/common.css"/>
+ <link rel="stylesheet" href="/static/common.css" th:href="@{/static/css/common.css}"/>
<title th:text="#{gui.errorpage.msg.title}">An error arise ... </title>
</head>
@@ -15,7 +15,7 @@
<div class="titlebar">
<div>
<a href="https://www.bmi.gv.at/" target="_blank" title="Home">
- <img class="toplogo img-responsive" src="/static/BMI.png" alt="Logo BMI"
+ <img class="toplogo img-responsive" src="/static/BMI.png" th:src="@{/static/img/BMI.png}" alt="Logo BMI"
th:attr="alt=#{gui.countryselection.logo.bmi.alt}">
<h1 class="hidden" th:text="#{gui.countryselection.header1}"> Bundesministerium für Inneres </h1>
</a>
@@ -57,4 +57,4 @@
</footer>
</body>
-</html>
+</html>
diff --git a/basicConfig/ms-proxyservice/webcontent/img/BMI.png b/basicConfig/ms-proxyservice/webcontent/img/BMI.png
new file mode 100644
index 00000000..19011dd4
--- /dev/null
+++ b/basicConfig/ms-proxyservice/webcontent/img/BMI.png
Binary files differ