Removing the docs/ directory because we really no longer need it for anything
[viewsvn.git] / templates / default / browse.tpl
1 $doctype
2 <html lang="##LANG##" xml:lang="##XML-LANG##">
3 <head>
4 $headinclude
5 <title>{@"ViewSVN - Browse"}</title>
6 </head>
7
8 $header
9
10 <div class="head">{@"Revision Information"}</div>
11 <div class="content">
12 <div><strong>{@"Revision"}:</strong> $revision->revision</div>
13 <div><strong>{@"Author"}:</strong> $revision->author</div>
14 <div><strong>{@"Date"}:</strong> $revision->datetime</div>
15 <div><strong>{@"Message"}:</strong> $revision->message</div>
16 </div>
17
18 <div class="head" style="border-width: 0px 1px 1px 1px">
19 $navbar
20
21 <span style="font-weight: normal">
22 (
23 <a href="$link[log]">{@"View Log"}</a>
24
25 <if condition="$show['head']">
26 - <a href="$link[gohead]">{@"Go to HEAD"}</a>
27 </if>
28
29 <if condition="$show['diff']">
30 - <a href="$link[diff]">{@"View Changes"}</a>
31 </if>
32 )
33 </span>
34 </div>
35 <if condition="$show['props']">
36 <div class="propbox">
37 <ul>
38 $proplist
39 </ul>
40 </div>
41 </if>
42 $nodes
43
44 $footer