~launchpad-pqm/launchpad/devel

8137.17.24 by Barry Warsaw
thread merge
1
<html
2
  xmlns="http://www.w3.org/1999/xhtml"
3
  xmlns:tal="http://xml.zope.org/namespaces/tal"
4
  xmlns:metal="http://xml.zope.org/namespaces/metal"
5
  xmlns:i18n="http://xml.zope.org/namespaces/i18n"
8838.3.2 by Curtis Hovey
Validated CSS to locate and remove bad rules. Converted freeform to locationless layout.
6
  metal:use-macro="view/macro:page/locationless"
8137.17.24 by Barry Warsaw
thread merge
7
  i18n:domain="launchpad"
8
>
9
  <body>
8838.3.2 by Curtis Hovey
Validated CSS to locate and remove bad rules. Converted freeform to locationless layout.
10
    <div class="top-portlet" metal:fill-slot="main">
8137.17.24 by Barry Warsaw
thread merge
11
      <h1 class="exception">Sorry, you can't do this right now</h1>
12
      <p>
13
          You cannot make any changes at this time. Launchpad is
14
          undergoing maintenance and is running in
15
          <strong>read-only</strong> mode.
16
      </p>
10606.6.2 by matthew.revell at canonical
Replaces references to the defunct maintenance page on the blog with references to the status page hosted by identi.ca.
17
      <p>Normal service will resume as soon as possible. You can find more
10606.6.4 by matthew.revell at canonical
Changed 'more detail' to 'more information'.
18
         information on the <a href="http://identi.ca/launchpadstatus">
10606.6.6 by matthew.revell at canonical
Further update for consistency
19
         Launchpad system status</a> page.
8137.17.24 by Barry Warsaw
thread merge
20
      </p>
21
      <tal:replace tal:replace="structure view/maybeShowTraceback" />
22
    </div>
23
  </body>
24
</html>