Файл: templates/viewtopic_poll_ballot.tpl
Строк: 16
<form method="POST"
action="{S_POLL_ACTION}">
<table width="100%"
cellpadding="4" cellspacing="0" border="0"
class="forumline">
<tr><td
class="catSides"><span
class="cattitle">{POLL_QUESTION}</span></td></tr>
<!--
BEGIN poll_option -->
<tr><td
class="row1">
<input type="radio"
name="vote_id"
value="{poll_option.POLL_OPTION_ID}"/>{poll_option.POLL_OPTION_CAPTION}
</td></tr>
<!--
END poll_option -->
</table>
<input
class="subbutton" type="submit" name="submit"
value="{L_SUBMIT_VOTE}"/><br/>
<a
href="{U_VIEW_RESULTS}">{L_VIEW_RESULTS}</a>
{S_HIDDEN_FIELDS}
</form>