Styling the browsing system
[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 <a href="/viewsvn/$link[log]">View Log<a>
11
12 <if condition="$show['head']">
13 - <a href="/viewsvn/$link[gohead]">Go to HEAD</a>
14 - <a href="/viewsvn/$link[diffhead]">Diff to HEAD</a>
15 </if>
16
17 <if condition="$show['prev']">
18 - <a href="/viewsvn/$link[diffprev]">Diff to PREV</a>
19 </if>
20
21 <div class="head" style="border-width: 1px">$navbar</div>
22 $nodes
23
24 $footer