/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to loggerhead/templates/error.pt

  • Committer: Ubuntu One Auto Copilot
  • Author(s): Colin Watson
  • Date: 2022-08-09 23:13:22 UTC
  • mfrom: (527.1.1 chameleon)
  • Revision ID: otto-copilot@canonical.com-20220809231322-5wpfpa3z07eab0b8
Port from SimpleTAL to Chameleon.

Merged from https://code.launchpad.net/~cjwatson/loggerhead/chameleon/+merge/428043

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
2
<tal:block define="onload string:load()">
3
 
  <html xmlns="http://www.w3.org/1999/xhtml" metal:use-macro="macros/main">
 
3
  <html xmlns="http://www.w3.org/1999/xhtml" metal:use-macro="macros.main">
4
4
    <head>
5
5
      <title metal:fill-slot="title"
6
 
             tal:content="string:${branch/friendly_name} : error"></title>
 
6
             tal:content="string:${branch.friendly_name} : error"></title>
7
7
    </head>
8
8
    <body>
9
9
        <tal:block metal:fill-slot="heading">
10
10
        <h1>
11
 
           <tal:has-link condition="branch/branch_link">
12
 
            <a tal:attributes="href branch/branch_link"
13
 
               tal:content="branch/friendly_name">
 
11
           <tal:has-link condition="branch.branch_link">
 
12
            <a tal:attributes="href branch.branch_link"
 
13
               tal:content="branch.friendly_name">
14
14
               nice/branch/name
15
15
            </a>
16
16
           </tal:has-link>
17
 
            <tal:no-link condition="not: branch/branch_link">
18
 
                <span metal:use-macro="breadcrumbs/directory"></span>
 
17
            <tal:no-link condition="not: branch.branch_link">
 
18
                <span metal:use-macro="breadcrumbs.directory"></span>
19
19
            </tal:no-link>
20
20
           : error
21
21
        </h1>