View file phpBB-WAP/phpBB-WAP_by_chel/templates/subSilver/viewtopic_poll_ballot.tpl

File size: 430B
<form method="POST" action="{S_POLL_ACTION}"><b>{POLL_QUESTION}</b><br/>
<!-- BEGIN poll_option -->
<input type="radio" name="vote_id" value="{poll_option.POLL_OPTION_ID}"/>{poll_option.POLL_OPTION_CAPTION}<br/>
<!-- END poll_option -->


<input type="submit" name="submit" value="{L_SUBMIT_VOTE}" class="liteoption" />




<a href="{U_VIEW_RESULTS}" class="gensmall">{L_VIEW_RESULTS}</a>

{S_HIDDEN_FIELDS}</form>