Moving links to the navbar
[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" style="border-width: 1px">
11 $navbar
12
13 <span style="font-weight: normal">
14 (
15 <a href="/viewsvn/$link[log]">View Log<a>
16
17 <if condition="$show['head']">
18 - <a href="/viewsvn/$link[gohead]">Go to HEAD</a>
19 - <a href="/viewsvn/$link[diffhead]">Diff to HEAD</a>
20 </if>
21
22 <if condition="$show['prev']">
23 - <a href="/viewsvn/$link[diffprev]">Diff to PREV</a>
24 </if>
25 )
26 </span>
27 </div>
28 $nodes
29
30 $footer