antville/code/Image/edit.skin

16 lines
524 B
Text
Raw Normal View History

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>&nbsp;</td>
<td class="storyText" nowrap><% this.input type="button" value="save" %>&nbsp;<% this.input type="button" value="cancel" %></td>
</tr>
</form>