~loggerhead-team/loggerhead/1.6

« back to all changes in this revision

Viewing changes to loggerhead/templates/menu.pt

  • Committer: Paul Hummer
  • Date: 2008-08-13 17:24:10 UTC
  • mto: This revision was merged to the branch mainline in revision 209.
  • Revision ID: paul@ubuntu.com-20080813172410-kzasq7ppjr6op145
Moved the form tags for the search box into the search template

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<tal:menu>
2
2
    <ul id="menuTabs">
3
 
        <form tal:attributes="action python:branch.url('/changes', start_revid=getattr(navigation, 'start_revid', None), 
4
 
                                                                   file_id=getattr(navigation, 'file_id', None))">
5
 
          <div id="finderBox">
6
 
            <tal:search-box replace="structure python:search_box()" />
7
 
            <div>
8
 
              <tal:feed-link replace="structure python:feed_link(branch)" />
9
 
            </div>
 
3
        <div id="finderBox">
 
4
          <tal:search-box define="navigation navigation"
 
5
                          replace="structure python:search_box(branch,
 
6
                                   navigation)" />
 
7
          <div>
 
8
            <tal:feed-link replace="structure python:feed_link(branch)" />
10
9
          </div>
11
 
        </form>
 
10
        </div>
12
11
 
13
12
        <tal:changes-active tal:condition="not:fileview_active">
14
13
        <li><a tal:attributes="href python:url('/changes', clear=1);