antville/code/Comment/edit.skin

9 lines
436 B
Text
Raw Normal View History

<br />
<form method="post" action="<% response.action %>">
<p><span class="small">Title:<br /></span>
<% comment.content part="title" as="editor" size="25" class="formTitle" %></p>
2002-06-03 16:49:20 +00:00
<p><span class="small">Text:</span><br />
<% comment.content part="text" as="editor" cols="31" rows="10" class="formText" %></p>
<p><% input type="submit" name="save" value="Save" %>&nbsp;<% input type="submit" name="cancel" value="Cancel" %></p>
</form>