Adding header, footer, doctype, and headinclude templates to the system
[viewsvn.git] / templates / default / blame.tpl
1 $doctype
2 <html lang="##LANG##" xml:lang="##XML-LANG##">
3 <head>
4 $headinclude
5 <title>Blame</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 <table cellspacing="1" cellpadding="1" style="background-color: #EFEFEF; font: 11px monospace" width="100%">
26 $lines
27 </table>
28
29 $footer