2002-01-25 17:57:44 +00:00
|
|
|
<table border="0" cellspacing="0" cellpadding="3">
|
2002-06-04 15:34:47 +00:00
|
|
|
<form method="post" action="<% response.action %>">
|
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 />
|
2002-08-09 15:45:59 +00:00
|
|
|
<% poll.question as="editor" width="30" height="3" style="formText" %></td>
|
2002-01-25 17:57:44 +00:00
|
|
|
</tr>
|
|
|
|
|
|
|
|
<% response.choices %>
|
|
|
|
|
|
|
|
<tr>
|
2003-03-05 18:39:37 +00:00
|
|
|
<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" %>
|
2003-03-03 13:51:54 +00:00
|
|
|
<% poll.creator prefix='<p class="small">created by ' suffix=' on ' %><% poll.createtime format="short" suffix=".</p>" %></td>
|
2002-01-25 17:57:44 +00:00
|
|
|
</tr>
|
|
|
|
</form>
|
2002-06-04 15:34:47 +00:00
|
|
|
</table>
|