/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/macros.pt

  • Committer: John Arbash Meinel
  • Date: 2011-02-10 13:11:53 UTC
  • mfrom: (422.1.5 merge_pqm_updates)
  • Revision ID: john@arbash-meinel.com-20110210131153-wxbw9wddbr0rpvql
Merge the PQM tip into trunk, fixing tests and updating the menus a bit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
<body>
45
45
    <!-- 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
46
 
55
47
      <tal:menu define="fileview_active fileview_active"
56
48
                replace="structure python:menu(branch, url, fileview_active)" />