17 lines
660 B
Text
17 lines
660 B
Text
<form method="post" action="<% response.action %>">
|
|
<table border="0" cellspacing="0" cellpadding="3">
|
|
<tr>
|
|
<td nowrap="nowrap"><span class="small">Question:</span><br />
|
|
<% poll.question as="editor" width="30" height="3" style="formText" %></td>
|
|
</tr>
|
|
|
|
<% response.choices %>
|
|
|
|
<tr>
|
|
<td class="small"><% poll.creator as="link" prefix='Created by ' suffix=' on ' %><% poll.createtime format="short" suffix="." %></td>
|
|
</tr>
|
|
<tr>
|
|
<td nowrap="nowrap"><br /><% input type="button" name="save" value="Save" %> <% input type="button" name="addchoice" value="Add choice" %> <% input type="button" name="cancel" value="Cancel" %></td>
|
|
</tr>
|
|
</table>
|
|
</form>
|