5
5
<title metal:fill-slot="title"
6
6
tal:content="string:${branch/friendly_name} : contents of ${path}
7
7
at revision ${change/revno}">
8
${branch.friendly_name} : contents of ${path} at revision ${change.revno}
14
13
<h1 metal:fill-slot="heading">
15
<span class="branch-name" tal:content="branch/friendly_name">
16
${branch.friendly_name}
14
<span class="branch-name" tal:content="branch/friendly_name"></span>
19
<span class="annotate-path" tal:content="path">
22
(revision <tal:revno content="change/revno">${change.revno}</tal:revno>)
16
<span class="annotate-path" tal:content="path"></span>
17
(revision <tal:revno content="change/revno"></tal:revno>)
25
20
<div metal:fill-slot="content">
26
21
<div class="links">
29
<a tal:attributes="href python:url(['/files', change.revno], clear=1)">
35
<a tal:attributes="href python:url(['/revision'], clear=1, start_revid=revid)">
41
<a tal:attributes="href python:url(['/changes'], clear=1, start_revid=revid, filter_file_id=file_id)">
42
view changes to this file
47
<a tal:attributes="href python:url(['/download', revid, file_id, filename])">
24
<a tal:attributes="href python:url(['/files', change.revno], clear=1)">browse files</a>
28
<a tal:attributes="href python:url(['/revision'], clear=1, start_revid=change.revno)">view revision</a>
32
<a tal:attributes="href python:url(['/changes'], clear=1, start_revid=change.revno, filter_file_id=file_id)">view changes to this file</a>
36
<a tal:attributes="href python:url(['/download', change.revno, file_id, filename])">download file</a>
62
49
tal:attributes="class string:parity${line/parity}">
63
50
<td tal:attributes="class string:lineno ${line/status}">
64
51
<a tal:attributes="name string:L${line/lineno}"
65
tal:content="line/lineno">
52
tal:content="line/lineno"></a>
69
54
<td tal:attributes="class string:revno ${line/status}">
70
55
<a tal:condition="python:line.status=='changed'"
71
56
tal:content="python:util.trunc(line.change.revno)"
72
tal:attributes="href python:url(['/revision'], clear=1, start_revid=line.change.revid, filter_file_id=file_id);
73
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.date_time(line.change.date))">
75
${util.trunc(line.change.revno)}
57
tal:attributes="href python:url(['/revision'], clear=1, start_revid=line.change.revno, filter_file_id=file_id);
58
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.date_time(line.change.date))"></a>
78
60
<td tal:attributes="class string:text ${line/status}"
79
61
tal:content="line/text">