Adding header, footer, doctype, and headinclude templates to the system
[viewsvn.git] / templates / default / view.tpl
1 $doctype
2 <html lang="##LANG##" xml:lang="##XML-LANG##">
3 <head>
4 $headinclude
5 <title>View</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 <pre>$logmsg</pre>
26
27 <table cellspacing="1" cellpadding="1" style="background-color: #EFEFEF; font: 11px monospace" width="100%">
28 <tr style="background-color: white">
29 <td>
30 $catdata
31 </td>
32 </tr>
33 </table>
34
35 $footer