2003-03-07 19:27:48 +00:00
|
|
|
<form method="post" action="<% response.action %>">
|
2004-01-03 17:32:00 +00:00
|
|
|
<table border="0" cellspacing="3" cellpadding="0">
|
2001-11-03 09:18:10 +00:00
|
|
|
<tr>
|
2003-03-07 19:27:48 +00:00
|
|
|
<td class="small">Name:</td>
|
|
|
|
<td><% image.alias %></td>
|
2004-01-06 16:18:30 +00:00
|
|
|
<td rowspan="5" valign="top" align="right" nowrap="nowrap"><div style="width: 100px; height: 67px; overflow: hidden;"><% image.show as="thumbnail" %></div></td>
|
2001-11-03 09:18:10 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2003-03-07 19:27:48 +00:00
|
|
|
<td class="small">Type:</td>
|
|
|
|
<td><% image.fileext %> image</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="small">Width:</td>
|
|
|
|
<td><% image.width %> px</td>
|
2001-11-03 09:18:10 +00:00
|
|
|
</tr>
|
2001-06-28 18:09:09 +00:00
|
|
|
<tr>
|
2003-03-07 19:27:48 +00:00
|
|
|
<td class="small">Height:</td>
|
|
|
|
<td><% image.height %> px</td>
|
|
|
|
</tr>
|
2001-06-28 18:09:09 +00:00
|
|
|
<tr>
|
2004-01-03 17:32:00 +00:00
|
|
|
<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">
|
2003-11-23 18:04:07 +00:00
|
|
|
<tr>
|
2004-01-03 17:32:00 +00:00
|
|
|
<td colspan="3">Add this image to a gallery</td>
|
2003-11-23 18:04:07 +00:00
|
|
|
</tr>
|
2001-06-28 18:09:09 +00:00
|
|
|
<tr>
|
2004-01-03 17:32:00 +00:00
|
|
|
<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>
|
2003-03-07 19:27:48 +00:00
|
|
|
</tr>
|
2004-01-03 17:32:00 +00:00
|
|
|
</table><br />
|
|
|
|
</fieldset>
|
|
|
|
</td>
|
2001-06-28 18:09:09 +00:00
|
|
|
</tr>
|
2001-08-26 16:30:00 +00:00
|
|
|
</table>
|
2004-01-03 17:32:00 +00:00
|
|
|
|
|
|
|
<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>
|
|
|
|
|
2003-03-07 19:27:48 +00:00
|
|
|
</form>
|