6 lines
No EOL
360 B
Text
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" %> <% this.input type="button" name="cancel" value="cancel" %>
|
|
</form> |