~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/macros.pt

  • Committer: Matt Nordhoff
  • Date: 2009-05-06 18:48:16 UTC
  • Revision ID: mnordhoff@mattnordhoff.com-20090506184816-ghjchnf35b1rqzg7
Mark as compatible with bzrlib 1.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<html xmlns="http://www.w3.org/1999/xhtml" metal:define-macro="main">
4
4
  <head>
5
5
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
6
 
    <meta name="generator"
7
 
          tal:attributes="content generator_string" />
8
6
 
9
7
    <title metal:define-slot="title"></title>
10
8
    <link rel="stylesheet"
11
9
          tal:attributes="href python:branch.static_url('/static/css/global.css')" />
12
 
    <link rel="shortcut icon"
13
 
          tal:attributes="href python:branch.static_url('/static/images/favicon.png')" />
14
10
    <tal:comment condition="nothing">
15
11
      <script type="text/javascript"
16
12
              src="http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js"></script>
43
39
    <metal:block metal:define-slot="header_extras" />
44
40
  </head>
45
41
 
46
 
 <body tal:attributes="class python:branch.public_private_css()">
 
42
<body>
47
43
    <!-- Loggerhead Content Area -->
48
 
      
49
 
      <div metal:define-slot="backlink" />
50
 
      
51
 
      <h1 class="branch-name">
52
 
        <span metal:define-slot="branchname" />
53
 
      </h1>
 
44
      <div id="finderBox">
 
45
         <tal:search-box define="navigation navigation"
 
46
                        replace="structure python:search_box(branch,
 
47
                                 navigation)" />
 
48
        <div>
 
49
          <tal:feed-link replace="structure python:feed_link(branch, url)" />
 
50
        </div>
 
51
      </div>
 
52
 
54
53
      <tal:menu define="fileview_active fileview_active"
55
54
                replace="structure python:menu(branch, url, fileview_active)" />
56
55
      <div id="loggerheadCont">
57
56
 
58
57
        <div id="search_terms"></div>
59
 
        <div metal:define-slot="heading" />
 
58
 
 
59
        <h1 metal:define-slot="heading"></h1>
60
60
        <div metal:define-slot="content"></div>
61
61
 
62
 
        <p id="footer" class="fl">Loggerhead <tal:version content="loggerhead_version" /> is a web-based interface for <a href="http://bazaar-vcs.org/">Bazaar</a> branches</p>
 
62
        <p class="fl">Loggerhead is a web-based interface for <a href="http://bazaar-vcs.org/">Bazaar</a> branches</p>
63
63
      </div>
64
64
  </body>
65
65
</html>