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-27 10:11:20 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-11-27 10:11:20 -0500
commitb9230a6e91d1d4b14dce52bed71bc0a360a8f5d4 (patch)
tree87983a20708360c3c257975951acbb1d949b7825 /theme/quotes/search.tpl
parentd382b04ad907041be4dd97dd50b8b12abe68eb53 (diff)
downloadfourisland-b9230a6e91d1d4b14dce52bed71bc0a360a8f5d4.tar.gz
fourisland-b9230a6e91d1d4b14dce52bed71bc0a360a8f5d4.tar.bz2
fourisland-b9230a6e91d1d4b14dce52bed71bc0a360a8f5d4.zip
Removed unnesscary Quotes CSS
Diffstat (limited to 'theme/quotes/search.tpl')
-rwxr-xr-xtheme/quotes/search.tpl34
1 files changed, 16 insertions, 18 deletions
diff --git a/theme/quotes/search.tpl b/theme/quotes/search.tpl index 491c861..edd546a 100755 --- a/theme/quotes/search.tpl +++ b/theme/quotes/search.tpl
@@ -1,19 +1,17 @@
1<DIV CLASS="search_all"> 1<H1>Search</H1>
2 <DIV ID="search_title">Search</DIV>
3 2
4 <FORM METHOD="POST" ACTION="/quotes/search.php?fetch="> 3<FORM METHOD="POST" ACTION="/quotes/search.php?fetch=">
5 <INPUT TYPE="text" NAME="search" SIZE="28" ID="search_query-box">&nbsp; 4 <INPUT TYPE="text" NAME="search" SIZE="28">&nbsp;
6 <INPUT TYPE="submit" NAME="submit" ID="search_submit-button"><BR> 5 <INPUT TYPE="submit" NAME="submit"><BR>
7 Sort: <SELECT NAME="sortby" SIZE="1" ID="search_sortby-dropdown"> 6 Sort: <SELECT NAME="sortby" SIZE="1">
8 <OPTION SELECTED>Rating</OPTION> 7 <OPTION SELECTED>Rating</OPTION>
9 <OPTION>ID</OPTION> 8 <OPTION>ID</OPTION>
10 </SELECT>&nbsp; 9 </SELECT>&nbsp;
11 How many: <SELECT NAME="number" SIZE="1" ID="search_limit-dropdown"> 10 How many: <SELECT NAME="number" SIZE="1">
12 <OPTION SELECTED>10</OPTION> 11 <OPTION SELECTED>10</OPTION>
13 <OPTION>25</OPTION> 12 <OPTION>25</OPTION>
14 <OPTION>50</OPTION> 13 <OPTION>50</OPTION>
15 <OPTION>75</OPTION> 14 <OPTION>75</OPTION>
16 <OPTION>100</OPTION> 15 <OPTION>100</OPTION>
17 </SELECT> 16 </SELECT>
18 </FORM> 17</FORM>
19</DIV>