summary refs log tree commit diff stats
path: root/theme/polloftheweek.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'theme/polloftheweek.tpl')
-rwxr-xr-xtheme/polloftheweek.tpl59
1 files changed, 0 insertions, 59 deletions
diff --git a/theme/polloftheweek.tpl b/theme/polloftheweek.tpl deleted file mode 100755 index dfbc772..0000000 --- a/theme/polloftheweek.tpl +++ /dev/null
@@ -1,59 +0,0 @@
1<!--BEGIN FORM-->
2<div id="potw-ajax">
3 <span style="font-size: 16px; text-align: center">
4 <a href="/poll/<!--ID-->.php"><!--QUESTION--></a>
5 </span>
6
7 <br />
8
9 <input type="radio" name="options" value="1" class="option1" />
10 <!--OPTION1-->
11
12 <br />
13
14 <input type="radio" name="options" value="2" class="option2" />
15 <!--OPTION2-->
16
17 <br />
18
19 <input type="radio" name="options" value="3" class="option3" />
20 <!--OPTION3-->
21
22 <br />
23
24 <input type="radio" name="options" value="4" class="option4" />
25 <!--OPTION4-->
26
27 <p align="center">
28 <button type="button" onclick="jQuery('#potw-ajax').slideUp().load('/poll-results.php?id='+jQuery('#potw-ajax input:radio[name=options]:checked').val()).slideDown();">Vote!</button>
29 </p>
30</div>
31<!--END FORM-->
32
33<!--BEGIN DISPLAY-->
34<span style="font-size: 16px; text-align: center">
35 <a href="/poll/<!--ID-->.php"><!--QUESTION--></a>
36</span>
37
38<table width="100%" border="0" style="font-size: 12px">
39 <tr>
40 <td>%<!--PERCENT1--></td>
41 <td><!--OPTION1--></td>
42 </tr>
43
44 <tr>
45 <td>%<!--PERCENT2--></td>
46 <td><!--OPTION2--></td>
47 </tr>
48
49 <tr>
50 <td>%<!--PERCENT3--></td>
51 <td><!--OPTION3--></td>
52 </tr>
53
54 <tr>
55 <td>%<!--PERCENT4--></td>
56 <td><!--OPTION4--></td>
57 </tr>
58</table>
59<!--END DISPLAY-->