LayoutImage/edit.skin
general parameters used in this skin:
  • response.action

Sourcecode in LayoutImage/edit.skin:
1:   <form method="post" action="<% response.action %>">
2:   <table cellspacing="0" cellpadding="3">
3:   <tr>
4:   <td class="small">Name:</td>
5:   <td><% layoutimage.alias %></td>
6:   <td rowspan="5" valign="top" nowrap="nowrap">&nbsp;&nbsp;<% layoutimage.show what="thumbnail" %></td>
7:   </tr>
8:   <tr>
9:   <td class="small">Type:</td>
10:  <td><% layoutimage.fileext %> image</td>
11:  </tr>
12:  <tr>
13:  <td class="small">Width:</td>
14:  <td><% layoutimage.width %> px</td>
15:  </tr>
16:  <tr>
17:  <td class="small">Height:</td>
18:  <td><% layoutimage.height %> px</td>
19:  </tr>
20:  <tr>
21:  <td class="small" valign="top">Description:</td>
22:  <td nowrap="nowrap"><% layoutimage.alttext as="editor" cols="20" rows="3" %></td>
23:  </tr>
24:  <tr>
25:  <td></td>
26:  <td colspan="2" class="small"><% layoutimage.creator as="link" prefix="Created by " %><% layoutimage.createtime format="short" prefix=" on " suffix="." %></td>
27:  </tr>
28:  <tr>
29:  <td></td>
30:  <td colspan="2"><br /><% input type="submit" name="save" value="Save" %>&nbsp;<% input type="submit" name="cancel" value="Cancel" %></td>
31:  </tr>
32:  </table>
33:  </form>
34: