- styled log page
[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
11 <a href="/viewsvn/$link[log]">View Log<a>
12
13 <if condition="$show['head']">
14 - <a href="/viewsvn/$link[gohead]">Go to HEAD</a>
15 - <a href="/viewsvn/$link[diffhead]">Diff to HEAD</a>
16 </if>
17
18 <if condition="$show['prev']">
19 - <a href="/viewsvn/$link[diffprev]">Diff to PREV</a>
20 </if>
21
22 <div class="head">Revision Information</div>
23 <div class="content">
24 <div><strong>Revision:</strong> $logmsg[rev]</div>
25 <div><strong>Author:</strong> $logmsg[author]</div>
26 <div><strong>Date:</strong> $logmsg[date] $logmsg[timezone]</div>
27 <div><strong>Message:</strong> $logmsg[message]</div>
28 </div>
29
30 <div class="head" style="border-width: 0px 1px 0px 1px">
31 $navbar
32 </div>
33
34 <div class="code">
35 $catdata
36 </div>
37
38 $footer