- changed attribute names to html-conform ones (with -> cols, height -> rows) - now using attribute "class" instead of attribute style where it defines a css class
10 lines
556 B
Text
10 lines
556 B
Text
<form method="post" action="<% response.action %>">
|
|
<input type="hidden" name="proto" value="<% request.proto %>" />
|
|
<input type="hidden" name="name" value="<% request.name %>" />
|
|
<% this.skin as="editor" cols="50" rows="25" wrap="virtual" class="formWide" %>
|
|
|
|
<p><% input type="submit" name="save" value="Save" %> <% input type="submit" name="cancel" value="Cancel" %> <a href="#help">help</a></p>
|
|
</form>
|
|
|
|
<a name="help"></a>
|
|
<% skin.help prefix='<p class="small"><b>Macros available for this skin:</b><br /><br /><tt>' suffix="</tt></p>" %>
|