summary refs log tree commit diff stats
path: root/theme/pollIndex.tpl
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2009-08-09 09:14:58 -0400
committerStarla Insigna <hatkirby@fourisland.com>2009-08-09 09:14:58 -0400
commit893957c41481a0cd5eb624096337762ffa54ff28 (patch)
tree09d2487f8add5a6281e3482a471abf21faa4f819 /theme/pollIndex.tpl
parentd27a3784c81f0c582e43655509e806978b7e65e4 (diff)
downloadfourisland-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 &lt; 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/pollIndex.tpl')
-rwxr-xr-xtheme/pollIndex.tpl43
1 files changed, 16 insertions, 27 deletions
diff --git a/theme/pollIndex.tpl b/theme/pollIndex.tpl index ced43cf..35e7fe2 100755 --- a/theme/pollIndex.tpl +++ b/theme/pollIndex.tpl
@@ -1,35 +1,24 @@
1<H2>Poll of the Week</H2> 1<h2 class="light-at-night">Poll of the Week</h2>
2<P> 2
3<DIV CLASS="sidebar" STYLE="margin: auto"> 3<div class="module rounded sidebar center">
4 <DIV CLASS="bubble"> 4 <!--POTW-->
5 <DIV CLASS="rounded"> 5</div>
6 <BLOCKQUOTE> 6
7 <DIV ID="hatbar"> 7<p class="light-at-night">Welcome to the Poll of the Week! Feel free to vote on these! You can review old ones and also comment on them if you're logged in using the links below!</p>
8 <P> 8
9 <!--INCLUDE polloftheweek--> 9<table class="webmail">
10 </P> 10 <tr><th>Question</th><th>Week</th></tr>
11 </DIV>
12 </BLOCKQUOTE>
13 </DIV>
14 </DIV>
15</DIV>
16<P>
17Welcome to the Poll of the Week! Feel free to vote on these! You can review old ones and also comment on them if
18you're logged in using the links below!
19<P>
20<TABLE CLASS="webmail">
21 <TR><TH>Question</TH><TH>Week</TH></TR>
22 <!--BEGIN POLL--> 11 <!--BEGIN POLL-->
23 <TR<!--POLL.EVEN-->><TD><A HREF="/poll/<!--POLL.ID-->.php"><!--POLL.QUESTION--></A></TD><TD><NOBR><!--POLL.WEEK--></NOBR></TD></TR> 12 <tr<!--POLL.EVEN-->><td><a href="/poll/<!--POLL.ID-->.php"><!--POLL.QUESTION--></a></td><td class="nobr"><!--POLL.WEEK--></td></tr>
24 <!--END POLL--> 13 <!--END POLL-->
25</TABLE> 14</table>
26 15
27<P> 16<p>
28 <!--BEGIN PREVIOUS--> 17 <!--BEGIN PREVIOUS-->
29 <A HREF="/poll/?start=<!--PREVIOUS.ID-->" STYLE="float: left">Previous</A> 18 <a href="/poll/?start=<!--PREVIOUS.ID-->" style="float: left">Previous</a>
30 <!--END PREVIOUS--> 19 <!--END PREVIOUS-->
31 20
32 <!--BEGIN NEXT--> 21 <!--BEGIN NEXT-->
33 <A HREF="/poll/?start=<!--NEXT.ID-->" STYLE="float: right">Next</A> 22 <a href="/poll/?start=<!--NEXT.ID-->" style="float: right">Next</a>
34 <!--END NEXT--> 23 <!--END NEXT-->
35</P> 24</p>