Show colour file change blocks
[viewsvn.git] / templates / default / diff.tpl
1 $doctype
2 <html lang="##LANG##" xml:lang="##XML-LANG##">
3 <head>
4 $headinclude
5 <link rel="stylesheet" href="$viewsvn->path/templates/default/diff.css" media="screen" />
6 <link rel="stylesheet" href="$viewsvn->path/templates/default/file.css" media="screen" />
7 <title>Diff</title>
8 </head>
9
10 $header
11
12 <div class="head">
13 $navbar
14
15 <span style="font-weight: normal">
16 (
17 <if condition="$show['fullchangeset']"><a href="$viewsvn->path/$link[changeset]">View Full Changeset</a> -</if>
18 <a href="$viewsvn->path/$link[log]">View Log</a>
19 )
20 </span>
21 </div>
22 <div class="content">
23 <div><strong>Revision:</strong> $log[rev]</div>
24 <div><strong>Author:</strong> $log[author]</div>
25 <div><strong>Date:</strong> $log[date] $log[timezone]</div>
26 <div><strong>Message:</strong> $log[message_clean]</div>
27 </div>
28 <div class="subhead" style="border-width: 0px 1px 0px 1px">File Changes</div>
29 <div class="content">
30 $files
31 </div>
32
33 <br />
34
35 $changes
36
37 $footer