35
30
(revision <tal:revno content="change/revno">${change.revno}</tal:revno>)
40
<a tal:attributes="href python:url(['/files', revid], clear=1)">
46
<a tal:attributes="href python:url(['/revision'], clear=1, start_revid=revid)">
52
<a tal:attributes="href python:url(['/changes'], clear=1, start_revid=revid, file_id=file_id)">
53
view changes to this file
58
<a tal:attributes="href python:url(['/download', revid, file_id, filename])">
64
<div class="annotate">
67
<th class="lineno"> Line# </th>
68
<th class="revision"> Revision </th>
69
<th class="text"> Contents </th>
72
<tr tal:repeat="line contents"
73
tal:attributes="class string:parity${line/parity}">
74
<td tal:attributes="class string:lineno ${line/status}">
75
<a tal:attributes="name string:L${line/lineno}"
76
tal:content="line/lineno">
80
<td tal:attributes="class string:revno ${line/status}">
81
<a tal:condition="python:line.status=='changed'"
82
tal:content="python:util.trunc(line.change.revno)"
83
tal:attributes="href python:url(['/revision'], clear=1, start_revid=line.change.revid, file_id=file_id);
84
title python:'%s by %s, on %s (%s)'%(line.change.revno, util.hide_email(line.change.author), line.change.date.strftime('%d %b %Y %H:%M'), util.ago(line.change.date))">
86
${util.trunc(line.change.revno)}
89
<td tal:attributes="class string:text ${line/status}"
90
tal:content="line/text">
97
<tal:footer content="structure here/footer.pt" />
33
<div metal:fill-slot="content">
37
<a tal:attributes="href python:url(['/files', revid], clear=1)">
43
<a tal:attributes="href python:url(['/revision'], clear=1, start_revid=revid)">
49
<a tal:attributes="href python:url(['/changes'], clear=1, start_revid=revid, file_id=file_id)">
50
view changes to this file
55
<a tal:attributes="href python:url(['/download', revid, file_id, filename])">
61
<div class="annotate">
64
<th class="lineno"> Line# </th>
65
<th class="revision"> Revision </th>
66
<th class="text"> Contents </th>
69
<tr tal:repeat="line contents"
70
tal:attributes="class string:parity${line/parity}">
71
<td tal:attributes="class string:lineno ${line/status}">
72
<a tal:attributes="name string:L${line/lineno}"
73
tal:content="line/lineno">
77
<td tal:attributes="class string:revno ${line/status}">
78
<a tal:condition="python:line.status=='changed'"
79
tal:content="python:util.trunc(line.change.revno)"
80
tal:attributes="href python:url(['/revision'], clear=1, start_revid=line.change.revid, file_id=file_id);
81
title python:'%s by %s, on %s (%s)'%(line.change.revno, util.hide_email(line.change.author), line.change.date.strftime('%d %b %Y %H:%M'), util.ago(line.change.date))">
83
${util.trunc(line.change.revno)}
86
<td tal:attributes="class string:text ${line/status}"
87
tal:content="line/text">