2001-06-28 18:09:09 +00:00
|
|
|
<% this.show %>
|
|
|
|
<table border="0" cellspacing="0" cellpadding="3">
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td class="storyText" nowrap><form method="post">Name:</td>
|
|
|
|
<td class="storyText" nowrap><% this.alias as="editor" %></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="storyText" nowrap>Alttext:</td>
|
|
|
|
<td class="storyText" nowrap><% this.alttext as="editor" width="40" %></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="storyText" nowrap> </td>
|
|
|
|
<td class="storyText" nowrap><% this.input type="button" value="save" %> <% this.input type="button" value="cancel" %></td>
|
|
|
|
</tr>
|
|
|
|
</form>
|