antville/code/Poll/main.skin

14 lines
394 B
Text

<p class="storyTitle"><% this.question %></p>
<table border="0" cellspacing="2" cellpadding="2">
<form method="post" action="<% response.action %>">
<% this.choices %>
<tr>
<td colspan="2"><br><input type="submit" name="submit" value="vote"> &nbsp; <span class="small"><% this.link to="results" text="view results" %></span>
<p class="small"><% this.info %></p></td>
</tr>
</form>
</table>