Add <section> tags to the downtime page so that theme render correctly.
This commit is contained in:
parent
737f96b8bb
commit
71d7474476
@ -28,12 +28,15 @@ class DowntimeTheme extends Themelet {
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="downtime">
|
<div id="downtime">
|
||||||
|
<section>
|
||||||
<h1><center>Down for Maintenance</center></h1>
|
<h1><center>Down for Maintenance</center></h1>
|
||||||
<div id="message">
|
<div id="message" class="blockbody">
|
||||||
$message
|
$message
|
||||||
</div>
|
</div>
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
<h3>Admin Login</h3>
|
<h3>Admin Login</h3>
|
||||||
<div id="login">
|
<div id="login" class="blockbody">
|
||||||
<form action="$login_link" method="POST">
|
<form action="$login_link" method="POST">
|
||||||
$auth
|
$auth
|
||||||
<table id="login_table" summary="Login Form">
|
<table id="login_table" summary="Login Form">
|
||||||
@ -49,6 +52,7 @@ class DowntimeTheme extends Themelet {
|
|||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user