antville/code/Poll/main.skin

13 lines
434 B
Text

<% poll.question %>
<form method="post" action="<% response.action %>">
<table border="0" cellspacing="2" cellpadding="2">
<% poll.choices %>
<tr>
<td colspan="2"><br /><input type="submit" name="vote" value="Vote" /> &nbsp; <span class="small"><% poll.link to="results" text="view results" %></span>
<p class="small">Created by <% poll.creator as="link" %> on <% poll.createtime format="short" %>.</p></td>
</tr>
</table>
</form>