aboutsummaryrefslogtreecommitdiff
path: root/basicConfig/templates/error_message.html
diff options
context:
space:
mode:
Diffstat (limited to 'basicConfig/templates/error_message.html')
-rw-r--r--basicConfig/templates/error_message.html18
1 files changed, 8 insertions, 10 deletions
diff --git a/basicConfig/templates/error_message.html b/basicConfig/templates/error_message.html
index d8c3de56..6e170107 100644
--- a/basicConfig/templates/error_message.html
+++ b/basicConfig/templates/error_message.html
@@ -12,7 +12,7 @@
</head>
<body>
-<div class="header container">
+ <div class="header container">
<div class="titlebar">
<div>
<a href="https://www.bmi.gv.at/" target="_blank" title="Home">
@@ -28,14 +28,15 @@
</li>
</ul>
</div>
-</div>
-<div class="content">
+ </div>
+ <div class="content">
<div class="subtitle">
<h1 th:text="#{gui.countryselection.header2}"> Zentraler eIDAS Knoten der Republik Österreich </h1>
<h2 th:text="#{gui.countryselection.header3}"> Betrieben durch das Bundesministerium für Inneres </h2>
</div>
<div id="page1" class="case selected-case" role="main">
<div class="hell" role="application" >
+
<h2 class="OA_header" role="heading" th:text="#{gui.errorpage.msg.title}">Error Header</h2>
<div id="alert_area" class="hell" role="application" >
@@ -45,14 +46,11 @@
<p><b th:text="#{gui.errorpage.msg.errormsg}">Msg :</b > <span th:text="${#messages.msgWithParams('__${errorCode}__', '__${errorParams}__')}"></span></p>
</div>
</div>
-
- </div>
-
-
-</div>
-<footer>
+ </div>
+ </div>
+ <footer>
<div class="copyright">&copy; BUNDESMINISTERIUM FÜR INNERES</div>
<div></div>
-</footer>
+ </footer>
</body>
</html>