Localizing files
[viewsvn.git] / templates / default / view.tpl
1 $doctype
2 <html lang="##LANG##" xml:lang="##XML-LANG##">
3 <head>
4 $headinclude
5 <title>{@"View"}</title>
6 </head>
7
8 $header
9
10 <div class="head">{@"Revision Information"}</div>
11 <div class="content">
12 <div><strong>{@"Revision"}:</strong> $logmsg[rev]</div>
13 <div><strong>{@"Author"}:</strong> $logmsg[author]</div>
14 <div><strong>{@"Date"}:</strong> $logmsg[date] $logmsg[timezone]</div>
15 <div><strong>{@"Message"}:</strong> $logmsg[message_clean]</div>
16 </div>
17
18 <div class="head" style="border-width: 0px 1px 0px 1px">
19 $navbar
20
21 <span style="font-weight: normal">
22 (
23 <a href="$viewsvn->path/$link[log]">{@"View Log"}</a>
24 <if condition="$show['head']">
25 - <a href="$viewsvn->path/$link[gohead]">{@"Go to HEAD"}</a>
26 - <a href="$viewsvn->path/$link[diffhead]">{@"Diff to HEAD"}</a>
27 </if>
28
29 <if condition="$show['prev']">
30 - <a href="$viewsvn->path/$link[diffprev]">{@"Diff to PREV"}</a>
31 </if>
32 )
33 </span>
34 </div>
35
36 <div class="code">
37 $catdata
38 </div>
39
40 $footer