]> scripts.mit.edu Git - autoinstalls/phpBB.git/blob - templates/subSilver/viewtopic_poll_ballot.tpl
phpBB 2.0.19
[autoinstalls/phpBB.git] / templates / subSilver / viewtopic_poll_ballot.tpl
1                         <tr>
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">
3                                         <tr>
4                                                 <td align="center"><span class="gen"><b>{POLL_QUESTION}</b></span></td>
5                                         </tr>
6                                         <tr>
7                                                 <td align="center"><table cellspacing="0" cellpadding="2" border="0">
8                                                         <!-- BEGIN poll_option -->
9                                                         <tr>
10                                                                 <td><input type="radio" name="vote_id" value="{poll_option.POLL_OPTION_ID}" />&nbsp;</td>
11                                                                 <td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td>
12                                                         </tr>
13                                                         <!-- END poll_option -->
14                                                 </table></td>
15                                         </tr>
16                                         <tr>
17                                                 <td align="center">
18                         <input type="submit" name="submit" value="{L_SUBMIT_VOTE}" class="liteoption" />
19                   </td>
20                                         </tr>
21                                         <tr>
22                                                 
23                   <td align="center"><span class="gensmall"><b><a href="{U_VIEW_RESULTS}" class="gensmall">{L_VIEW_RESULTS}</a></b></span></td>
24                                         </tr>
25                                 </table>{S_HIDDEN_FIELDS}</form></td>
26                         </tr>