Removing the docs/ directory because we really no longer need it for anything
[viewsvn.git] / templates / blame.tpl
1 $doctype
2 <html lang="##LANG##" xml:lang="##XML-LANG##">
3 <head>
4 $headinclude
5 <link rel="stylesheet" href="{BSRegister::Get('webpath')}/templates/default/diff.css" media="screen" />
6 <title>{@"Blame"}</title>
7 </head>
8
9 $header
10
11 <a href="$link[log]">{@"View Log"}</a>
12
13 <if condition="$show['head']">
14 - <a href="$link[gohead]">{@"Go to HEAD"}</a>
15 - <a href="$link[diffhead]">{@"Diff to HEAD"}</a>
16 </if>
17
18 <if condition="$show['prev']">
19 - <a href="$link[diffprev]">{@"Diff to PREV"}</a>
20 </if>
21
22 <div class="head" style="border-width: 1px">$navbar</div>
23 <table width="100%" cellspacing="0" cellpadding="0" border="0">
24 $lines
25 </table>
26
27 $footer