Adding header, footer, doctype, and headinclude templates to the system
[viewsvn.git] / templates / default / log.tpl
1 $doctype
2 <html lang="##LANG##" xml:lang="##XML-LANG##">
3 <head>
4 $headinclude
5 <title>Log</title>
6 </head>
7
8 $header
9
10 $navbar
11
12 <br />
13
14 <ul>
15 $nodes
16 </ul>
17
18 $footer