antville/code/Comment/edit.skin
2002-07-19 08:42:32 +00:00

7 lines
427 B
Text

<form method="post" action="<% response.action %>">
<p><span class="small">Title:<br /></span>
<% this.content part="title" as="editor" width="25" style="formTitle" %></p>
<p><span class="small">Text:</span><br />
<% this.content part="text" as="editor" width="31" height="10" style="formText" %></p>
<p><% input type="button" name="save" value="save" %>&nbsp;<% input type="button" name="cancel" value="cancel" %></p>
</form>