~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/annotate.pt

  • Committer: Guillermo Gonzalez
  • Date: 2008-09-09 22:45:53 UTC
  • mto: This revision was merged to the branch mainline in revision 221.
  • Revision ID: guillo.gonzo@gmail.com-20080909224553-eev34llmsdwwnjdl
 * added --reload option

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
        </a>
23
23
      </tal:has-link>
24
24
      <tal:no-link condition="not: branch/branch_link">
25
 
        <span metal:use-macro="breadcrumbs/directory"></span>
 
25
        <tal:branch-name replace="branch/friendly_name" />
26
26
      </tal:no-link>
27
 
      <span>: <span metal:use-macro="breadcrumbs/branch" /> (revision <tal:revno content="change/revno"></tal:revno>)</span>
 
27
      <span>: <span tal:content="path"></span> (revision <tal:revno content="change/revno"></tal:revno>)</span>
28
28
    </h1>
29
29
 
30
30
    <div metal:fill-slot="content">
36
36
                <a tal:attributes="href python:url(['/revision'], clear=1, start_revid=change.revno)">view revision</a>
37
37
            </li>
38
38
            <li>
39
 
                <a tal:attributes="href python:url(['/changes'], clear=1, 
40
 
                                    start_revid=change.revno, filter_file_id=file_id)"
41
 
                >view changes to this file</a>
 
39
                <a tal:attributes="href python:url(['/changes'], clear=1, start_revid=change.revno, filter_file_id=file_id)">view changes to this file</a>
42
40
            </li>
43
41
            <li id="last">
44
 
                <a tal:attributes="href python:url(['/download',
45
 
                                    revno_url, file_id, filename])"
46
 
                >download file</a>
 
42
                <a tal:attributes="href python:url(['/download', change.revno, file_id, filename])">download file</a>
47
43
            </li>
48
44
        </ul>
49
45
 
51
47
        <table id="logentries">
52
48
          <tr class="logheader">
53
49
            <td class="annoLineTit">Line</td>
54
 
            <td class="annoRevTit">Revision</td>
55
 
            <td class="annoContTit">Contents</td>
 
50
            <td class="annoRevTit">Revision</td>            
 
51
            <td class="annoContTit">Contents</td>                    
56
52
          </tr>
57
53
 
58
54
          <tr tal:repeat="line contents"