Extracted HTML from files and into templates
[viewsvn.git] / templates / default / view.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 <pre>$logmsg</pre>
17
18 <table cellspacing="1" cellpadding="1" style="background-color: #EFEFEF; font: 11px monospace" width="100%">
19 <tr style="background-color: white">
20 <td>
21 $catdata
22 </td>
23 </tr>
24 </table>