268 |
kaklik |
1 |
|
|
|
2 |
<tr> |
|
|
3 |
<td class="row2" colspan="2"><br clear="all" /> |
|
|
4 |
<table cellspacing="0" cellpadding="4" border="0" align="center"> |
|
|
5 |
<tr> |
|
|
6 |
<td colspan="4" align="center"><span class="gen"><b>{POLL_QUESTION}</b></span></td> |
|
|
7 |
</tr> |
|
|
8 |
<tr> |
|
|
9 |
<td align="center"> |
|
|
10 |
<table cellspacing="0" cellpadding="2" border="0"> |
|
|
11 |
<!-- BEGIN poll_option --> |
|
|
12 |
<tr> |
|
|
13 |
<td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td> |
|
|
14 |
<td> |
|
|
15 |
<table cellspacing="0" cellpadding="0" border="0"> |
|
|
16 |
<tr> |
|
|
17 |
<td><img src="templates/subSilver/images/vote_lcap.gif" width="4" alt="" height="12" /></td> |
|
|
18 |
<td><img src="{poll_option.POLL_OPTION_IMG}" width="{poll_option.POLL_OPTION_IMG_WIDTH}" height="12" alt="{poll_option.POLL_OPTION_PERCENT}" /></td> |
|
|
19 |
<td><img src="templates/subSilver/images/vote_rcap.gif" width="4" alt="" height="12" /></td> |
|
|
20 |
</tr> |
|
|
21 |
</table> |
|
|
22 |
</td> |
|
|
23 |
<td align="center"><b><span class="gen"> {poll_option.POLL_OPTION_PERCENT} </span></b></td> |
|
|
24 |
<td align="center"><span class="gen">[ {poll_option.POLL_OPTION_RESULT} ]</span></td> |
|
|
25 |
</tr> |
|
|
26 |
<!-- END poll_option --> |
|
|
27 |
</table> |
|
|
28 |
</td> |
|
|
29 |
</tr> |
|
|
30 |
<tr> |
|
|
31 |
<td colspan="4" align="center"><span class="gen"><b>{L_TOTAL_VOTES} : {TOTAL_VOTES}</b></span></td> |
|
|
32 |
</tr> |
|
|
33 |
</table> |
|
|
34 |
<br clear="all" /> |
|
|
35 |
</td> |
|
|
36 |
</tr> |