summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
85de188)
the input field at the bottom of the directory listing
<table border="0">
<tr>
<form action="{SCRIPT}">
<table border="0">
<tr>
<form action="{SCRIPT}">
-<input type="hidden" name="command" value="show">
+<input type="hidden" name="command" value="show">{IF filter}
+<input type="hidden" name="filter" value="{FILTER}">{ENDIF}
<td>Go to directory/file:</td>
<td><input type="text" name="file" value="{DIR}"></td>
<td><input type="submit" value="Go!"></td>
<td>Go to directory/file:</td>
<td><input type="text" name="file" value="{DIR}"></td>
<td><input type="submit" value="Go!"></td>