~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/inventory.pt

  • Committer: Martin Albisetti
  • Date: 2008-06-14 23:51:07 UTC
  • mto: (128.10.24 loggerhead.search)
  • mto: This revision was merged to the branch mainline in revision 182.
  • Revision ID: argentina@gmail.com-20080614235107-upywmflu0p2b1t1w
 * Start integration with bzr-search

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
    <div metal:fill-slot="content">
22
22
      <div class="links">
23
 
        <div> <b>&#8594;</b> <a tal:attributes="href python:url(['/revision', change.revno], clear=1, start_revid=change.revno)">
 
23
        <div> <b>&#8594;</b> <a tal:attributes="href python:url(['/revision', change.revno])">
24
24
            view revision </a>
25
25
        </div>
26
 
        <div> <b>&#8594;</b> <a tal:attributes="href python:url(['/changes', change.revno], clear=1, start_revid=change.revno)">
 
26
        <div> <b>&#8594;</b> <a tal:attributes="href python:url(['/changes', change.revno])">
27
27
            view branch changes </a>
28
28
        </div>
29
29
      </div>
81
81
          </td>
82
82
          <td tal:attributes="class string:filename ${file/kind}">
83
83
            <a tal:condition="python:file.kind=='directory'"
84
 
               tal:attributes="href python:url(['/files', change.revno], file_id=file.file_id)"
 
84
               tal:attributes="href python:url(['/files', file.change.revno], file_id=file.file_id)"
85
85
               tal:content="string:${file/filename}/">
86
86
              ${file.filename}/
87
87
            </a>
90
90
              ${file.filename}@
91
91
            </span>
92
92
            <a tal:condition="python:file.kind=='file'"
93
 
               tal:attributes="href python:url(['/annotate', change.revno], file_id=file.file_id);
 
93
               tal:attributes="href python:url(['/annotate', file.change.revno], file_id=file.file_id);
94
94
                               title string:Annotate ${file/filename}"
95
95
               tal:content="string:${file/filename}">
96
96
              ${file.filename}