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