Adding header, footer, doctype, and headinclude templates to the system
[viewsvn.git] / templates / default / diff.tpl
1 $doctype
2 <html lang="##LANG##" xml:lang="##XML-LANG##">
3 <head>
4 $headinclude
5 <title>Diff</title>
6 </head>
7
8 $header
9
10 $navbar
11
12 <br />
13
14 <a href="/viewsvn/$link[log]">View Log<a>
15
16 <style type="text/css">
17 <!--
18
19 .diff_add
20 {
21 background-color: #99EE99;
22 }
23
24 .diff_del
25 {
26 background-color: #EE9999;
27 }
28
29 table
30 {
31 font: normal 11px monospace;
32 }
33
34 .diff_add_bit
35 {
36 background-color: #DDFFDD;
37 }
38
39 .diff_del_bit
40 {
41 background-color: #FFDDDD;
42 }
43
44 .diff_norm
45 {
46 background-color: white;
47 }
48
49 //-->
50 </style>
51
52 $changes
53
54 $footer