2002-06-04 15:34:47 +00:00
|
|
|
<form method="post" action="<% response.action %>">
|
2003-03-07 19:27:48 +00:00
|
|
|
<table border="0" cellspacing="0" cellpadding="3">
|
2002-02-01 17:19:32 +00:00
|
|
|
<tr>
|
2003-03-05 18:39:37 +00:00
|
|
|
<td nowrap="nowrap"><span class="small">Question:</span><br />
|
2003-08-02 10:40:41 +00:00
|
|
|
<% poll.question as="editor" cols="30" rows="3" class="formText" %></td>
|
2002-01-25 17:57:44 +00:00
|
|
|
</tr>
|
|
|
|
|
|
|
|
<% response.choices %>
|
|
|
|
|
|
|
|
<tr>
|
2003-03-07 19:27:48 +00:00
|
|
|
<td class="small"><% poll.creator as="link" prefix='Created by ' suffix=' on ' %><% poll.createtime format="short" suffix="." %></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2003-08-02 10:40:41 +00:00
|
|
|
<td nowrap="nowrap"><br /><% input type="submit" name="save" value="Save" %> <% input type="submit" name="addchoice" value="Add choice" %> <% input type="submit" name="cancel" value="Cancel" %></td>
|
2002-01-25 17:57:44 +00:00
|
|
|
</tr>
|
2002-06-04 15:34:47 +00:00
|
|
|
</table>
|
2003-03-07 19:27:48 +00:00
|
|
|
</form>
|