Adding header, footer, doctype, and headinclude templates to the system
[viewsvn.git] / templates / default / browse.tpl
1 $doctype
2 <html lang="##LANG##" xml:lang="##XML-LANG##">
3 <head>
4 $headinclude
5 <title>Browse</title>
6 </head>
7
8 $header
9
10 $navbar
11
12 <br />
13
14 <a href="/viewsvn/$link[log]">View Log<a>
15
16 <if condition="$show['head']">
17 - <a href="/viewsvn/$link[gohead]">Go to HEAD</a>
18 - <a href="/viewsvn/$link[diffhead]">Diff to HEAD</a>
19 </if>
20
21 <if condition="$show['prev']">
22 - <a href="/viewsvn/$link[diffprev]">Diff to PREV</a>
23 </if>
24
25 <ul>
26 $nodes
27 </ul>
28
29 $footer