Skip to content

Commit 96a852b

Browse files
committed
webadmin: tidy up unavailable page slightly
Currently the page displayed when certain features are unavailable has badly formatted HTML: the title contains markup and the message is displayed as a heading. Target: master Patch: https://rb.dcache.org/r/7425/ Acked-by: Albert Rossi Request: 2.11 Request: 2.10 Request: 2.9 Request: 2.8 Request: 2.7 Request: 2.6 Conflicts: modules/dcache-webadmin/src/main/resources/org/dcache/webadmin/view/pages/unavailable/UnavailablePage.html
1 parent 332230f commit 96a852b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
21
<html>
32
<head>
4-
<title><h1><wicket:message key="title"></wicket:message></h1></title>
3+
<title><wicket:message key="title"></wicket:message></title>
54
</head>
65
<body>
7-
<h2><wicket:message key="message"></wicket:message></h2>
6+
<h1>Page unavailable</h1>
7+
8+
<p>
9+
<wicket:message key="message"></wicket:message>
10+
</p>
811
</body>
9-
</html>
12+
</html>

0 commit comments

Comments
 (0)