Sourcecode in SkinMgr/new.skin:
1: <form method="post" action="<% response.action %>">
2:
3: <p>To create a new custom skin please choose the prototype and define a name for it.</p>
4:
5: <table border="0" cellspacing="0" cellpadding="3">
6: <tr>
7: <td class="small" nowrap="nowrap">Prototype:</td>
8: <td nowrap="nowrap"><% skinmgr.prototypechooser firstOption="--- choose prototype ---" %></td>
9: </tr>
10: <tr>
11: <td class="small" nowrap="nowrap">Name:</td>
12: <td nowrap="nowrap"><% input name="name" size="30" %></td>
13: </tr>
14: <tr>
15: <td class="small" valign="top" nowrap="nowrap"> </td>
16: <td nowrap="nowrap"><br /><% input type="submit" name="save" value="Save" %> <% input type="submit" name="cancel" value="Cancel" %></td>
17: </tr>
18: </table>
19: </form>
20:
|