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