summary refs log tree commit diff stats
path: root/theme/poll.tpl
blob: 9547214810b0c9d2e4bd36f27f22cc2c66178416 (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
<h2 class="light-at-night"><!--QUESTION--></h2>

<div class="module rounded center sidebar">
	<!--POTW-->
</div>

<div class="module rounded">
	<!--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)!
	</p>
</div>

<cite class="rounded"><!--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>
<!--END INCOMPLETE-->