diff options
-rw-r--r-- | app/views/layouts/default.rhtml | 8 | ||||
-rw-r--r-- | public/down.default.html | 35 | ||||
-rw-r--r-- | public/stylesheets/main.css | 9 |
3 files changed, 22 insertions, 30 deletions
diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml index 84bc7afde..fb60884c1 100644 --- a/app/views/layouts/default.rhtml +++ b/app/views/layouts/default.rhtml @@ -146,6 +146,14 @@ <div id="wrapper"> <div id="content"> + + <div id="downtime"> + WhatDoTheyKnow will be being moved from London to Manchester + beginning around 11.30pm GMT on Friday, and so will be + unavailable from then for a period of time; hopefully not too + long. + </div> + <% if flash[:notice] %> <div id="notice"><%= flash[:notice] %></div> <% end %> diff --git a/public/down.default.html b/public/down.default.html index 71ec2ba24..a5a577b81 100644 --- a/public/down.default.html +++ b/public/down.default.html @@ -2,13 +2,10 @@ <html lang="en-gb"> <head> <title> - - WhatDoTheyKnow - file and browse Freedom of Information (FOI) requests - + WhatDoTheyKnow - make and browse Freedom of Information (FOI) requests </title> <link href="http://www.whatdotheyknow.com/stylesheets/main.css?1246372679" media="screen" rel="stylesheet" title="Main" type="text/css"> - <link href="http://www.whatdotheyknow.com/stylesheets/yucky-green.css?1213281877" media="screen" rel="alternate stylesheet" title="Yucky Green" type="text/css"> <!--[if LT IE 7]> <style type="text/css">@import url("/stylesheets/ie6.css");</style> <![endif]--> @@ -16,8 +13,6 @@ </head> <body> - - <div id="banner"> </div> <div id="header"> @@ -32,20 +27,15 @@ <a href="http://www.mysociety.org">a site by mysociety.org</a> </div> <div id="topnav"> - <ul id="navigation"> + <ul id="navigation"></ul> </div> <div id="wrapper"> <div id="content"> - - - <div id="general_frontpage"> - <div id="frontpage_search"> - <h1>Sorry. WhatDoTheyKnow is down for maintenance. Please come back in a few minutes.</h1> - -</div> - + <div id="frontpage_search"> + <h1>Sorry. WhatDoTheyKnow is down for maintenance. Please come back in a few minutes.</h1> + </div> </div> </div> </div> @@ -57,20 +47,5 @@ Dedicated to <a href="http://mk.ucant.org/archives/000129.html">Chris Lightfoot</a> </div> - -<!-- Piwik --> -<script type="text/javascript"> -var pkBaseURL = (("https:" == document.location.protocol) ? "https://piwik.mysociety.org/" : "http://piwik.mysociety.org/"); -document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E")); -</script><script type="text/javascript"> -try { -var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 4); -piwikTracker.trackPageView(); -piwikTracker.enableLinkTracking(); -} catch( err ) {} -</script><noscript><p><img src="http://piwik.mysociety.org/piwik.php?idsite=4" style="border:0" alt=""/></p></noscript> -<!-- End Piwik Tag --> - - </body> </html> diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 81fd09998..70910a535 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -92,6 +92,15 @@ body border-style: solid; background-color: #f0f0f0; } + +#downtime { + border: 2px dashed #993233; + background-color: #ffcc99; + padding: 4px; + margin: 0 auto; + width: 80%; + text-align: center; +} /*------------------------------------------------ mysoc logo */ #mysoclogo |