Removing the docs/ directory because we really no longer need it for anything
[viewsvn.git] / templates / default / view.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/code2.css" media="screen" />
6 <title>{@"View"}</title>
7 </head>
8
9 $header
10
11 <div class="head">{@"Revision Information"}</div>
12 <div class="content">
13 <div><strong>{@"Revision"}:</strong> $revision->revision</div>
14 <div><strong>{@"Author"}:</strong> $revision->author</div>
15 <div><strong>{@"Date"}:</strong> $revision->datetime</div>
16 <div><strong>{@"Message"}:</strong> $revision->message</div>
17 </div>
18
19 <div class="head" style="border-width: 0px 1px 0px 1px">
20 $navbar
21
22 <span style="font-weight: normal">
23 (
24 <a href="$link[log]">{@"View Log"}</a>
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
36 <if condition="$show['props']">
37 <div class="propbox">
38 <ul>
39 $proplist
40 </ul>
41 </div>
42 </if>
43
44 <div class="code"<if condition="$show['props']"> style="border-top: none"</if>>
45 $catdata
46 </div>
47
48 $footer