~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/templates/launchpad-discoveryfailure.pt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-06-11 00:00:16 UTC
  • mfrom: (13195.1.4 bug553368)
  • Revision ID: launchpad@pqm.canonical.com-20110611000016-e58v55swx5u0upnv
[r=bac,lifeless][bug=553368] Make more friendly error page for when
        openid server is down; add view test fixture.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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"
 
6
  metal:use-macro="view/macro:page/locationless"
 
7
  i18n:domain="launchpad"
 
8
>
 
9
  <body>
 
10
    <div class="top-portlet"  metal:fill-slot="main">
 
11
      <h1 class="exception">OpenID Provider Is Unavailable at This Time</h1>
 
12
      <p>The openid provider was unavailable.  Please try again in a
 
13
      moment.</p>
 
14
      <p>You can also join <a href="irc://irc.freenode.net/launchpad">the
 
15
      #launchpad IRC support channel on irc.freenode.net</a> to ask for
 
16
      further assistance.</p>
 
17
    </div>
 
18
  </body>
 
19
</html>