Extracted HTML from files and into templates
[viewsvn.git] / templates / default / blame.tpl
1 $navbar
2
3 <br />
4
5 <a href="/viewsvn/$link[log]">View Log<a>
6
7 <if condition="$show['head']">
8 - <a href="/viewsvn/$link[gohead]">Go to HEAD</a>
9 - <a href="/viewsvn/$link[diffhead]">Diff to HEAD</a>
10 </if>
11
12 <if condition="$show['prev']">
13 - <a href="/viewsvn/$link[diffprev]">Diff to PREV</a>
14 </if>
15
16 <table cellspacing="1" cellpadding="1" style="background-color: #EFEFEF; font: 11px monospace" width="100%">
17 $lines
18 </table>