~loggerhead-team/loggerhead/1.6

« back to all changes in this revision

Viewing changes to loggerhead/templates/macros.pt

  • Committer: Paul Hummer
  • Date: 2008-08-13 17:33:41 UTC
  • mto: This revision was merged to the branch mainline in revision 209.
  • Revision ID: paul@ubuntu.com-20080813173341-q7tduhp5v3zrdr9k
Moved search and rss out of the menu

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
<body>
23
23
    <!-- Loggerhead Content Area -->
 
24
      <div id="finderBox">
 
25
         <tal:search-box define="navigation navigation"
 
26
                        replace="structure python:search_box(branch,
 
27
                                 navigation)" />
 
28
        <div>
 
29
          <tal:feed-link replace="structure python:feed_link(branch)" />
 
30
        </div>
 
31
      </div>
 
32
 
24
33
      <tal:menu define="fileview_active fileview_active"
25
34
                replace="structure python:menu(branch, url, fileview_active)" />
26
35
      <div id="loggerheadCont">
27
36
 
28
 
         <div id="search_terms"></div>
 
37
        <div id="search_terms"></div>
29
38
 
30
39
        <h1 metal:define-slot="heading"></h1>
31
40
        <div metal:define-slot="content"></div>
32
41
 
33
42
        <p class="fl">Loggerhead runs on <a href="http://bazaar-vcs.org/" class="link">Bazaar</a> branches</p>
34
 
    </div>
 
43
      </div>
35
44
  </body>
36
45
</html>