43 lines
1.4 KiB
Text
43 lines
1.4 KiB
Text
<form method="post" action="<% response.action %>">
|
|
<table border="0" cellspacing="3" cellpadding="0">
|
|
<tr>
|
|
<td class="small">Name:</td>
|
|
<td><% image.alias %></td>
|
|
<td rowspan="5" valign="top" align="right" nowrap="nowrap"><div style="width: 100px; height: 67px; overflow: hidden;"><% image.show as="thumbnail" %></div></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="small">Type:</td>
|
|
<td><% image.fileext %> image</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="small">Width:</td>
|
|
<td><% image.width %> px</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="small">Height:</td>
|
|
<td><% image.height %> px</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="3"><div class="small">Description:</div>
|
|
<% image.alttext as="editor" class="formText" %><br />
|
|
|
|
<fieldset><legend class="small">Options</legend>
|
|
<table border="0" cellspacing="0" cellpadding="3">
|
|
<tr>
|
|
<td colspan="3">Add this image to a gallery</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="small" width="48%">Choose a gallery...<br /><% imagemgr.topicchooser %></td>
|
|
<td valign="top" width="4%"> </td>
|
|
<td valign="top" class="small" width="48%">...or enter a new one<br /><input type="text" name="topic" value="<% request.topic %>" /></td>
|
|
</tr>
|
|
</table><br />
|
|
</fieldset>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div class="small"><% image.creator as="link" prefix="Created by " %><% image.createtime format="short" prefix=" on " suffix="." %></div><br />
|
|
<div><% input type="submit" name="save" value="Save" %> <% input type="submit" name="cancel" value="Cancel" %></div>
|
|
|
|
</form>
|