antville/code/Skin/edit.skin
2001-12-10 23:17:12 +00:00

6 lines
No EOL
360 B
Text

<form method="post">
<input type="hidden" name="proto" value="<% request.proto %>">
<input type="hidden" name="name" value="<% request.name %>"><br>
<% this.skin as="editor" width="50" height="25" wrap="OFF" style="formWide" %><br>
<% this.input type="button" name="save" value="save" %>&nbsp;<% this.input type="button" name="cancel" value="cancel" %>
</form>