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.tpl17
1 files changed, 14 insertions, 3 deletions
diff --git a/theme/pollIndex.tpl b/theme/pollIndex.tpl index 18b3c43..ced43cf 100755 --- a/theme/pollIndex.tpl +++ b/theme/pollIndex.tpl
@@ -17,8 +17,19 @@
17Welcome to the Poll of the Week! Feel free to vote on these! You can review old ones and also comment on them if 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! 18you're logged in using the links below!
19<P> 19<P>
20<UL> 20<TABLE CLASS="webmail">
21 <TR><TH>Question</TH><TH>Week</TH></TR>
21 <!--BEGIN POLL--> 22 <!--BEGIN POLL-->
22 <LI><A HREF="/poll/<!--POLL.ID-->.php"><!--POLL.QUESTION--></A> - Week of <!--POLL.WEEK--></LI> 23 <TR<!--POLL.EVEN-->><TD><A HREF="/poll/<!--POLL.ID-->.php"><!--POLL.QUESTION--></A></TD><TD><NOBR><!--POLL.WEEK--></NOBR></TD></TR>
23 <!--END POLL--> 24 <!--END POLL-->
24</UL> 25</TABLE>
26
27<P>
28 <!--BEGIN PREVIOUS-->
29 <A HREF="/poll/?start=<!--PREVIOUS.ID-->" STYLE="float: left">Previous</A>
30 <!--END PREVIOUS-->
31
32 <!--BEGIN NEXT-->
33 <A HREF="/poll/?start=<!--NEXT.ID-->" STYLE="float: right">Next</A>
34 <!--END NEXT-->
35</P>