summary refs log tree commit diff stats
path: root/theme/poll.tpl
blob: c5b08fbc1538c85b24e42cf2d080ebd9058b1681 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<H2><!--QUESTION--></H2>
<P>
<DIV CLASS="sidebar" STYLE="margin: auto">
	<DIV CLASS="bubble">
        	<DIV CLASS="rounded">
	                <BLOCKQUOTE>
        	                <DIV ID="hatbar">
                	                <P>
                        	                <!--INCLUDE polloftheweek-->
                                        </P>
                                </DIV>
                        </BLOCKQUOTE>
                </DIV>
	</DIV>
</DIV>
<P>
<DIV CLASS="bubble">
	<DIV CLASS="rounded">
		<BLOCKQUOTE>
			<DIV>
				<!--BEGIN COMPLETE-->
				<!--COMPLETE.RSS-->
				<P>
				<!--COMPLETE.OPTION1--> - <!--COMPLETE.CLICKS1--> vote(s)!<BR>
				<!--COMPLETE.OPTION2--> - <!--COMPLETE.CLICKS2--> vote(s)!<BR>
				<!--COMPLETE.OPTION3--> - <!--COMPLETE.CLICKS3--> vote(s)!<BR>
				<!--COMPLETE.OPTION4--> - <!--COMPLETE.CLICKS4--> vote(s)!
			</DIV>
		</BLOCKQUOTE>
	</DIV>
	<CITE CLASS="rounded"><STRONG><!--COMPLETE.AUTHOR--></STRONG> on <!--COMPLETE.DATE--></CITE>
			<!--END COMPLETE-->
			<!--BEGIN INCOMPLETE-->
				The results of this poll of the week are pending. Meanwhile, if you haven't voted yet, why not do so?
			</DIV>
		</BLOCKQUOTE>
	</DIV>
			<!--END INCOMPLETE-->
</DIV>
</CENTER>