Image/edit.skin
general parameters used in this skin:
  • request.topic
  • response.action

Sourcecode in Image/edit.skin:
1:   <form method="post" action="<% response.action %>">
2:   <table border="0" cellspacing="3" cellpadding="0">
3:   <tr>
4:   <td class="small">Name:</td>
5:   <td><% image.alias %></td>
6:   <td rowspan="5" valign="top" align="right" nowrap="nowrap"><div style="width: 100px; height: 67px; overflow: hidden;"><% image.show as="thumbnail" %></div></td>
7:   </tr>
8:   <tr>
9:   <td class="small">Type:</td>
10:  <td><% image.fileext %> image</td>
11:  </tr>
12:  <tr>
13:  <td class="small">Width:</td>
14:  <td><% image.width %> px</td>
15:  </tr>
16:  <tr>
17:  <td class="small">Height:</td>
18:  <td><% image.height %> px</td>
19:  </tr>
20:  <tr>
21:  <td colspan="3"><div class="small">Description:</div>
22:  <% image.alttext as="editor" class="formText" %><br />
23:  
24:  <fieldset><legend class="small">Options</legend>
25:  <table border="0" cellspacing="0" cellpadding="3">
26:  <tr>
27:  <td colspan="3">Add this image to a gallery</td>
28:  </tr>
29:  <tr>
30:  <td class="small" width="48%">Choose a gallery...<br /><% imagemgr.topicchooser  firstOption="--- choose gallery ---"%></td>
31:  <td valign="top" width="4%">&nbsp;</td>
32:  <td valign="top" class="small" width="48%">...or enter a new one<br /><input type="text" name="topic" value="<% request.topic %>" /></td>
33:  </tr>
34:  </table><br />
35:  </fieldset>
36:  </td>
37:  </tr>
38:  </table>
39:  
40:  <div class="small"><% image.creator as="link" prefix="Created by " %><% image.createtime format="short" prefix=" on " suffix="." %></div><br />
41:  <div><% input type="submit" name="save" value="Save" %>&nbsp;<% input type="submit" name="cancel" value="Cancel" %></div>
42:  
43:  </form>
44: