Removing the docs/ directory because we really no longer need it for anything
[viewsvn.git] / templates / index.tpl
1 $doctype
2 <html lang="##LANG##" xml:lang="##XML-LANG##">
3 <head>
4 $headinclude
5 <title>{@"ViewSVN - Repositories"}</title>
6 </head>
7
8 $header
9
10 <div style="width: 500px">
11 <div class="head">{@"Repositories"}</div>
12 <div class="content">
13 <ul class="reposlist">
14 $nodes
15 </ul>
16 </div>
17 </div>
18
19 $footer