summary refs log tree commit diff stats
path: root/theme/poll.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'theme/poll.tpl')
-rw-r--r--theme/poll.tpl30
1 files changed, 30 insertions, 0 deletions
diff --git a/theme/poll.tpl b/theme/poll.tpl new file mode 100644 index 0000000..3781e47 --- /dev/null +++ b/theme/poll.tpl
@@ -0,0 +1,30 @@
1<H2><!--QUESTION--></H2>
2<P>
3<CENTER>
4 <!--INCLUDE polloftheweek-->
5</CENTER>
6<P>
7<DIV CLASS="bubble">
8 <DIV CLASS="rounded">
9 <BLOCKQUOTE>
10 <DIV>
11 <!--BEGIN COMPLETE-->
12 <!--COMPLETE.RSS-->
13 <P>
14 <!--COMPLETE.OPTION1--> - <!--COMPLETE.CLICKS1--> vote(s)!<BR>
15 <!--COMPLETE.OPTION2--> - <!--COMPLETE.CLICKS2--> vote(s)!<BR>
16 <!--COMPLETE.OPTION3--> - <!--COMPLETE.CLICKS3--> vote(s)!<BR>
17 <!--COMPLETE.OPTION4--> - <!--COMPLETE.CLICKS4--> vote(s)!
18 </DIV>
19 </BLOCKQUOTE>
20 </DIV>
21 <CITE CLASS="rounded"><STRONG><!--COMPLETE.AUTHOR--></STRONG> on <!--COMPLETE.DATE--></CITE>
22 <!--END COMPLETE-->
23 <!--BEGIN INCOMPLETE-->
24 The results of this poll of the week are pending. Meanwhile, if you haven't voted yet, why not do so?
25 </DIV>
26 </BLOCKQUOTE>
27 </DIV>
28 <!--END INCOMPLETE-->
29</DIV>
30</CENTER>