diff options
| author | Starla Insigna <hatkirby@fourisland.com> | 2009-08-09 09:14:58 -0400 |
|---|---|---|
| committer | Starla Insigna <hatkirby@fourisland.com> | 2009-08-09 09:14:58 -0400 |
| commit | 893957c41481a0cd5eb624096337762ffa54ff28 (patch) | |
| tree | 09d2487f8add5a6281e3482a471abf21faa4f819 /theme/quotes/search.tpl | |
| parent | d27a3784c81f0c582e43655509e806978b7e65e4 (diff) | |
| download | fourisland-893957c41481a0cd5eb624096337762ffa54ff28.tar.gz fourisland-893957c41481a0cd5eb624096337762ffa54ff28.tar.bz2 fourisland-893957c41481a0cd5eb624096337762ffa54ff28.zip | |
Created layout 7
The following changes were also made in this revision:
* All HTML was changed to XHTML and a !DOCTYPE was included to reflect this
* Rewrote quotes tracking system to be much less complicated and actually working
* Changed quotes rendering to look more like Chirpy than Rash
* Fixed comment textarea bug
* Rewrote a ton of CSS so it's not as bloated
* Added a JavaScript confirmation when deleting a comment
* AJAXified voting on the POTW
* AJAXified voting and flagging quotes
* AJAXified commenting
* AJAXified voting on posts
* Added DateFinder back after it was accidentally deleted in Layout 4.5
The following database changes must be performed as soon as possible:
* Fix title of NO <!DOCTYPE> post (the < is missing the semicolon)
* Restore post Frasty Tha Snaman from a backup
* Reset "flag" field of all rows in "rash_quotes" to 0
* Remove the "vote" and "flag" columns of "rash_tracking"
* Rename the "quote_id" column of "rash_tracking" to "vote"
The following external code changes must also be performed as soon as possible:
* Add the following line to the end of the // Four Island block in The Fourm's functions.php:
require('/svr/www/hatkirby/fourisland/main/includes/specialdates.php');
Diffstat (limited to 'theme/quotes/search.tpl')
| -rwxr-xr-x | theme/quotes/search.tpl | 34 |
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"> | 6 | <input type="text" name="search" size="28" /> |
| 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> | 11 | </select> |
| 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> |
