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.tpl14
1 files changed, 0 insertions, 14 deletions
diff --git a/theme/pollIndex.tpl b/theme/pollIndex.tpl index 35e7fe2..d3788db 100755 --- a/theme/pollIndex.tpl +++ b/theme/pollIndex.tpl
@@ -1,9 +1,5 @@
1<h2 class="light-at-night">Poll of the Week</h2> 1<h2 class="light-at-night">Poll of the Week</h2>
2 2
3<div class="module rounded sidebar center">
4 <!--POTW-->
5</div>
6
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> 3<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 4
9<table class="webmail"> 5<table class="webmail">
@@ -12,13 +8,3 @@
12 <tr<!--POLL.EVEN-->><td><a href="/poll/<!--POLL.ID-->.php"><!--POLL.QUESTION--></a></td><td class="nobr"><!--POLL.WEEK--></td></tr> 8 <tr<!--POLL.EVEN-->><td><a href="/poll/<!--POLL.ID-->.php"><!--POLL.QUESTION--></a></td><td class="nobr"><!--POLL.WEEK--></td></tr>
13 <!--END POLL--> 9 <!--END POLL-->
14</table> 10</table>
15
16<p>
17 <!--BEGIN PREVIOUS-->
18 <a href="/poll/?start=<!--PREVIOUS.ID-->" style="float: left">Previous</a>
19 <!--END PREVIOUS-->
20
21 <!--BEGIN NEXT-->
22 <a href="/poll/?start=<!--NEXT.ID-->" style="float: right">Next</a>
23 <!--END NEXT-->
24</p>