Removing the docs/ directory because we really no longer need it for anything
[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="{BSRegister::Get('webpath')}/templates/default/diff.css" media="screen" />
6 <link rel="stylesheet" href="{BSRegister::Get('webpath')}/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="$link[changeset]">{@"View Full Changeset"}</a> -</if>
18 <a href="$link[log]">{@"View Log"}</a>
19 )
20 </span>
21 </div>
22 <div class="content">
23 <div><strong>{@"Revision"}:</strong> $revision->revision</div>
24 <div><strong>{@"Author"}:</strong> $revision->author</div>
25 <div><strong>{@"Date"}:</strong> $revision->datetime</div>
26 <div><strong>{@"Message"}:</strong> $revision->message</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