~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/inventory.pt

  • Committer: Jelmer Vernooij
  • Date: 2011-02-10 17:21:19 UTC
  • mfrom: (423.1.1 drop-pre-1.16)
  • Revision ID: jelmer@samba.org-20110210172119-6xa7yiq773p5fqcb
Merge dropping of workarounds for pre-1.16 versions of Bazaar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    </metal:block>
10
10
  </head>
11
11
  <body>
12
 
      <tal:block metal:fill-slot="backlink">
13
 
          <tal:has-link condition="branch/branch_link">
14
 
            <div class="black-link">
15
 
                <a tal:attributes="href branch/branch_link">
16
 
                  &#8592; Back to branch summary
17
 
                </a>
18
 
            </div>
19
 
          </tal:has-link>
20
 
      </tal:block>
21
 
      <tal:block metal:fill-slot="branchname" tal:content="string:${branch/friendly_name}" />
22
 
      <tal:block metal:fill-slot="heading">
23
 
      <div id="breadcrumbs">
24
 
          <tal:has-link condition="branch/branch_link">
25
 
            <a tal:attributes="href branch/branch_link"
26
 
               tal:content="branch/friendly_name">
27
 
              nice/branch/name
28
 
            </a>
29
 
          </tal:has-link>
30
 
          <span tal:condition="not: branch/branch_link">
31
 
            <span metal:use-macro="breadcrumbs/directory" />
32
 
          </span>
33
 
          <tal:block condition="python:change">
34
 
            &#187; Viewing
35
 
            <span metal:use-macro="breadcrumbs/branch" />
36
 
            for revision <span tal:content="change/revno"/>
37
 
          </tal:block>
38
 
        </div>
39
 
      </tal:block>
 
12
 
 
13
    <h1 metal:fill-slot="heading">
 
14
      <tal:has-link condition="branch/branch_link">
 
15
        <a tal:attributes="href branch/branch_link"
 
16
           tal:content="branch/friendly_name">
 
17
          nice/branch/name
 
18
        </a>
 
19
      </tal:has-link>
 
20
      <span tal:condition="not: branch/branch_link">
 
21
        <span metal:use-macro="breadcrumbs/directory" />
 
22
      </span>
 
23
      <tal:block condition="python:change">
 
24
        : viewing
 
25
        <span metal:use-macro="breadcrumbs/branch" />
 
26
        for revision <span tal:content="change/revno"/>
 
27
      </tal:block>
 
28
    </h1>
40
29
 
41
30
    <div metal:fill-slot="content">
42
31
        <tal:branch-info replace="structure python:branchinfo(branch)" />