summary refs log tree commit diff stats
path: root/theme/pollIndex.tpl
diff options
context:
space:
mode:
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>