- changed attribute names to html-conform ones (width -> size, with -> cols, height -> rows)
8 lines
436 B
Text
8 lines
436 B
Text
<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>
|
|
<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" %> <% input type="submit" name="cancel" value="Cancel" %></p>
|
|
</form>
|