Removing the docs/ directory because we really no longer need it for anything
[viewsvn.git] / templates / header.tpl
1 <body>
2
3 <table width="100%">
4 <tr>
5 <td><h1 style="display: inline">ViewSVN</h1></td>
6 <td style="text-align: right">
7 <if condition="$show['reposchooser']">
8 <form name="jumper" method="post" action="{BSRegister::Get('webpath')}/repository.php">
9 {@"Repository"}: <select name="repository">
10 $options
11 </select>
12
13 <input type="submit" name="submit" value="Go" />
14 </form>
15 </if>
16 </td>
17 </tr>
18 </table>