summary refs log tree commit diff stats
path: root/theme/quotes/search.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'theme/quotes/search.tpl')
-rwxr-xr-xtheme/quotes/search.tpl34
1 files changed, 17 insertions, 17 deletions
diff --git a/theme/quotes/search.tpl b/theme/quotes/search.tpl index 60c0afc..6b123f4 100755 --- a/theme/quotes/search.tpl +++ b/theme/quotes/search.tpl
@@ -1,19 +1,19 @@
1<DIV CLASS="cleardiv"></DIV> 1<div class="cleardiv"></div>
2 2
3<H1>Search</H1> 3<h1 class="light-at-night">Search</h1>
4 4
5<FORM METHOD="POST" ACTION="/quotes/search.php?fetch="> 5<form method="POST" action="/quotes/search.php?fetch=">
6 <INPUT TYPE="text" NAME="search" SIZE="28">&nbsp; 6 <input type="text" name="search" size="28" />&nbsp;
7 <INPUT TYPE="submit" NAME="submit"><BR> 7 <input type="submit" name="submit" /><br />
8 Sort: <SELECT NAME="sortby" SIZE="1"> 8 <span class="light-at-night">Sort:</span> <select name="sortby" size="1">
9 <OPTION SELECTED>Rating</OPTION> 9 <option selected="selected">Rating</option>
10 <OPTION>ID</OPTION> 10 <option>ID</option>
11 </SELECT>&nbsp; 11 </select>&nbsp;
12 How many: <SELECT NAME="number" SIZE="1"> 12 <span class="light-at-night">How many:</span> <select name="number" size="1">
13 <OPTION SELECTED>10</OPTION> 13 <option selected="selected">10</option>
14 <OPTION>25</OPTION> 14 <option>25</option>
15 <OPTION>50</OPTION> 15 <option>50</option>
16 <OPTION>75</OPTION> 16 <option>75</option>
17 <OPTION>100</OPTION> 17 <option>100</option>
18 </SELECT> 18 </select>
19</FORM> 19</form>