summary refs log tree commit diff stats
path: root/theme/quotes/search.tpl
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-11-19 17:27:03 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-11-19 17:27:03 -0500
commit24503e3abe705acde2df159aeae61be0d009f92e (patch)
tree8debbd53dcd0db2f5934c5e2af4e697e3787781d /theme/quotes/search.tpl
downloadfourisland-24503e3abe705acde2df159aeae61be0d009f92e.tar.gz
fourisland-24503e3abe705acde2df159aeae61be0d009f92e.tar.bz2
fourisland-24503e3abe705acde2df159aeae61be0d009f92e.zip
Imported sources
Diffstat (limited to 'theme/quotes/search.tpl')
-rw-r--r--theme/quotes/search.tpl19
1 files changed, 19 insertions, 0 deletions
diff --git a/theme/quotes/search.tpl b/theme/quotes/search.tpl new file mode 100644 index 0000000..491c861 --- /dev/null +++ b/theme/quotes/search.tpl
@@ -0,0 +1,19 @@
1<DIV CLASS="search_all">
2 <DIV ID="search_title">Search</DIV>
3
4 <FORM METHOD="POST" ACTION="/quotes/search.php?fetch=">
5 <INPUT TYPE="text" NAME="search" SIZE="28" ID="search_query-box">&nbsp;
6 <INPUT TYPE="submit" NAME="submit" ID="search_submit-button"><BR>
7 Sort: <SELECT NAME="sortby" SIZE="1" ID="search_sortby-dropdown">
8 <OPTION SELECTED>Rating</OPTION>
9 <OPTION>ID</OPTION>
10 </SELECT>&nbsp;
11 How many: <SELECT NAME="number" SIZE="1" ID="search_limit-dropdown">
12 <OPTION SELECTED>10</OPTION>
13 <OPTION>25</OPTION>
14 <OPTION>50</OPTION>
15 <OPTION>75</OPTION>
16 <OPTION>100</OPTION>
17 </SELECT>
18 </FORM>
19</DIV>