- added header
[viewsvn.git] / templates / default / header.tpl
1 <body>
2
3 <h1 style="display: inline">ViewSVN</h1>
4
5 <form style="float: right" name="jumper" method="post" action="$viewsvn->path/repository.php">
6 Repository: <select name="repository">
7 $options
8 </select>
9
10 <input type="submit" name="submit" value="Go" />
11 </form>
12
13 <br />