~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/shipit/templates/shipit-forbidden.pt

  • Committer: Jonathan Lange
  • Date: 2009-07-23 02:06:55 UTC
  • mfrom: (7675.166.279 launchpad)
  • mto: This revision was merged to the branch mainline in revision 8990.
  • Revision ID: jml@canonical.com-20090723020655-ad75yvff8thagi6t
Merge db-stable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<tal:root
2
 
  xmlns:tal="http://xml.zope.org/namespaces/tal"
3
 
  xmlns:metal="http://xml.zope.org/namespaces/metal"
4
 
  xmlns:i18n="http://xml.zope.org/namespaces/i18n"
5
 
  omit-tag="">
6
 
 
7
 
<tal:layout define="columns1 default">
8
 
<html
9
 
  xmlns="http://www.w3.org/1999/xhtml"
10
 
  xmlns:tal="http://xml.zope.org/namespaces/tal"
11
 
  xmlns:metal="http://xml.zope.org/namespaces/metal"
12
 
  xmlns:i18n="http://xml.zope.org/namespaces/i18n"
13
 
  xml:lang="en"
14
 
  lang="en"
15
 
  dir="ltr"
16
 
  metal:use-macro="context/@@main_template/master"
17
 
  i18n:domain="launchpad"
18
 
>
19
 
  <body>
20
 
    <metal:heading fill-slot="pageheading">
21
 
      <h1>Not allowed here</h1>
22
 
    </metal:heading>
23
 
    <div metal:fill-slot="body">
24
 
      <span metal:use-macro="context/@@+forbidden-page-macros/body" />
25
 
    </div>
26
 
  </body>
27
 
</html>
28
 
</tal:layout>
29
 
</tal:root>