antville/code/Comment/edit.skin

7 lines
433 B
Text

<form method="post" action="<% response.action %>">
<p><span class="small">Title:<br /></span>
<% comment.content part="title" as="editor" width="25" style="formTitle" %></p>
<p><span class="small">Text:</span><br />
<% comment.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>