~andrewsomething/loggerhead/doc-package

« back to all changes in this revision

Viewing changes to loggerhead/templates/macros.pt

  • Committer: Jelmer Vernooij
  • Date: 2011-03-28 09:57:07 UTC
  • mfrom: (182.148.5 upstream)
  • Revision ID: jelmer@samba.org-20110328095707-99a0bszvr75ngnqt
New upstream snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    <title metal:define-slot="title"></title>
10
10
    <link rel="stylesheet"
11
11
          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')" />
12
14
    <tal:comment condition="nothing">
13
15
      <script type="text/javascript"
14
16
              src="http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js"></script>
43
45
 
44
46
<body>
45
47
    <!-- Loggerhead Content Area -->
46
 
      <div id="finderBox">
47
 
         <tal:search-box define="navigation navigation"
48
 
                        replace="structure python:search_box(branch,
49
 
                                 navigation)" />
50
 
        <div>
51
 
          <tal:feed-link replace="structure python:feed_link(branch, url)" />
52
 
        </div>
53
 
      </div>
54
 
 
 
48
      
 
49
      <div metal:define-slot="backlink" />
 
50
      
 
51
      <h1 class="branch-name">
 
52
        <span metal:define-slot="branchname" />
 
53
      </h1>
55
54
      <tal:menu define="fileview_active fileview_active"
56
55
                replace="structure python:menu(branch, url, fileview_active)" />
57
56
      <div id="loggerheadCont">
58
57
 
59
58
        <div id="search_terms"></div>
60
 
 
61
 
        <h1 metal:define-slot="heading"></h1>
 
59
        <div metal:define-slot="heading" />
62
60
        <div metal:define-slot="content"></div>
63
61
 
64
 
        <p 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 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>
65
63
      </div>
66
64
  </body>
67
65
</html>