Edgewall Software

source: trunk/templates/browser.template@ 1

Last change on this file since 1 was 1, checked in by Jonas Borgström, 20 years ago

Initial import

File size: 569 bytes
Line 
1%(header)s
2%(toolbar)s
3
4<h3>Revision %(revision)d: %(path_links)s</h3>
5
6<form action="" method="get">
7<input type="hidden" name="mode" value="browser">
8<input type="hidden" name="path" value="%(path)s">
9Change revision: <input type="text" name="rev" value="%(revision)d" size="6">
10<input type="submit" value="Change">
11</form>
12
13
14<table class="listing" cellspacing="0" cellpadding="0">
15<tr class="listing-header"><th class="listing">name</th><th class="listing">size</th><th class="listing">rev</th><th class="listing">date</th></tr>
16%(dir_entries)s
17</table>
18
19%(footer)s
Note: See TracBrowser for help on using the repository browser.