~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-05-23 18:43:31 UTC
  • mfrom: (13084.2.6 page-match-rewrite-url)
  • Revision ID: launchpad@pqm.canonical.com-20110523184331-dhd2c7cgfuu49epw
[r=sinzui][bug=784273] Adds facility to the PageMatch to handle bad
        URIs

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>