Baseline
[www.vanrenterghem.biz.git] / phpBB2 / templates / christmas / viewtopic_poll_ballot.tpl
1                         <tr>\r
2                                 <td class="row2" colspan="2"><br clear="all" /><form method="POST" action="{S_POLL_ACTION}"><table cellspacing="0" cellpadding="4" border="0" align="center">\r
3                                         <tr>\r
4                                                 <td align="center"><span class="gen"><b>{POLL_QUESTION}</b></span></td>\r
5                                         </tr>\r
6                                         <tr>\r
7                                                 <td align="center"><table cellspacing="0" cellpadding="2" border="0">\r
8                                                         <!-- BEGIN poll_option -->\r
9                                                         <tr>\r
10                                                                 <td><input type="radio" name="vote_id" value="{poll_option.POLL_OPTION_ID}" />&nbsp;</td>\r
11                                                                 <td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td>\r
12                                                         </tr>\r
13                                                         <!-- END poll_option -->\r
14                                                 </table></td>\r
15                                         </tr>\r
16                                         <tr>\r
17                                                 <td align="center">\r
18                         <input type="submit" name="submit" value="{L_SUBMIT_VOTE}" class="liteoption" />\r
19                   </td>\r
20                                         </tr>\r
21                                         <tr>\r
22                                                 \r
23                   <td align="center"><span class="gensmall"><b><a href="{U_VIEW_RESULTS}" class="gensmall">{L_VIEW_RESULTS}</a></b></span></td>\r
24                                         </tr>\r
25                                 </table>{S_HIDDEN_FIELDS}</form></td>\r
26                         </tr>