Comment 1 for bug 539006

Revision history for this message
Torsten Spindler (tspindler) wrote :

Here the page source for the Oops! page:

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
      lang="en">
  <head>
    <title>Oops!</title>
    <style type="text/css" media="screen, print">
      @import url(/+icing/rev5/combo.css);
    </style>
    <script type="text/javascript">var cookie_scope = '; Path=/; Secure; Domain=.launchpad.net';</script>
    <script type="text/javascript" src="/+icing/rev5/build/lp/lp.js" />
  </head>
  <body>
    <div class="yui-d0">

      <div id="maincontent">
        <h1 class="exception">Oops!</h1>
        <p>
          Sorry, something just went wrong in Launchpad.
        </p>
        <p>
          We&#8217;ve recorded what happened,
          and we&#8217;ll fix it as soon as possible.
          Apologies for the inconvenience.
        </p>
        <p>
          (Error <abbr>ID</abbr>:
          <code class="oopsid">OOPS-1535EB464</code>)
        </p>

        <div id="redirect_notice" style="display:none" class="informational message">
          <p>This server runs pre-release code, so it's possible this problem
          doesn't affect launchpad.net. If you're a member of the Launchpad
          Beta Testers team, you can disable redirection in order to use
          launchpad.net.</p>
          <p><button onclick="setBetaRedirect(false)">Disable redirection
          for 2 hours</button></p>
        </div>

        <script type="text/javascript">
          if (document.location.hostname.match('edge.')) {
            redirect_notice_div = document.getElementById('redirect_notice');
            redirect_notice_div.style.display = "block";
          };
        </script>

        <div class="related">

          <ul>
            <li>
              <a href="https://edge.launchpad.net/">Return to the Launchpad front page</a>
            </li>
          </ul>
        </div>
      </div>
    </div>

  </body>
</html>