23 lines
972 B
Text
23 lines
972 B
Text
<table border="0" width="400" cellspacing="0" cellpadding="3">
|
|
<tr>
|
|
<td colspan="2">Please specify the name of the goodie. Using this name you will be able to insert it i.e. into a story by typing <pre><% goodie name="nameofyourgoodie" %></pre></td>
|
|
</tr>
|
|
<form method="post" action="<% response.action %>" enctype="multipart/form-data">
|
|
<tr>
|
|
<td class="small" nowrap="nowrap">Name:</td>
|
|
<td nowrap="nowrap"><% this.alias as="editor" %></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="small" valign="top" nowrap="nowrap">Description:</td>
|
|
<td nowrap="nowrap"><% this.description as="editor" width="25" %></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="small" nowrap="nowrap">File:</td>
|
|
<td nowrap="nowrap"><% this.input type="file" name="rawgoodie" width="10" %></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="small" valign="top" nowrap="nowrap"> </td>
|
|
<td nowrap="nowrap"><% this.input type="button" name="save" value="save" %> <% this.input type="button" name="cancel" value="cancel" %></td>
|
|
</tr>
|
|
</form>
|
|
</table>
|