Sourcecode in Comment/edit.skin:
1: <br /><a name="form"></a>
2: <form method="post" action="<% response.action %>">
3: <p><span class="small">Title:<br /></span>
4: <% comment.content part="title" as="editor" size="25" class="formTitle" %></p>
5: <p><span class="small">Text:</span><br />
6: <% comment.content part="text" as="editor" cols="31" rows="10" class="formText" %></p>
7: <p><% input type="submit" name="save" value="Save" %> <% input type="submit" name="cancel" value="Cancel" %></p>
8: </form>
9:
|