diff options
-rw-r--r-- | basicConfig/ms-connector/webcontent/img/BMI.png | bin | 0 -> 3089 bytes | |||
-rw-r--r-- | basicConfig/ms-proxyservice/templates/error_message.html | 6 | ||||
-rw-r--r-- | basicConfig/ms-proxyservice/webcontent/img/BMI.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 00000000..19011dd4 --- /dev/null +++ b/basicConfig/ms-connector/webcontent/img/BMI.png 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 Binary files differnew file mode 100644 index 00000000..19011dd4 --- /dev/null +++ b/basicConfig/ms-proxyservice/webcontent/img/BMI.png |