antville/code/Comment/edit.skin
2001-06-18 08:57:33 +00:00

5 lines
No EOL
156 B
Text

<FORM METHOD="POST">
<P>Title: <% this.title as="editor" %></P>
<P>Text: <% this.text as="editor" %></P>
<% this.input type="button" value="save" %>
</FORM>