summary refs log tree commit diff stats
path: root/theme/quotes/search.tpl
blob: 6b123f44af0f3191bf734de2cd77a74ee7f62edc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div class="cleardiv"></div>

<h1 class="light-at-night">Search</h1>

<form method="POST" action="/quotes/search.php?fetch=">
	<input type="text" name="search" size="28" />&nbsp;
	<input type="submit" name="submit" /><br />
	<span class="light-at-night">Sort:</span> <select name="sortby" size="1">
		<option selected="selected">Rating</option>
		<option>ID</option>
	</select>&nbsp;
	<span class="light-at-night">How many:</span> <select name="number" size="1">
		<option selected="selected">10</option>
		<option>25</option>
		<option>50</option>
		<option>75</option>
		<option>100</option>
	</select>
</form>