<% response.command %> a poll
<% response.choices %>
Title:
<% this.title as="editor" width="24" style="formTitle" %>
Question:
<% this.question as="editor" width="30" height="3" style="formText" %>

<% this.input type="button" value="save" %> <% this.input type="button" value="add choice" %> <% this.input type="button" value="cancel" %>

<% this.info %>