Sourcecode in LayoutMgr/new.skin:
1: <form action="<% response.action %>" method="post">
2:
3: <p>You can either choose one of the available system layouts below as a basis for your new layout or create one from scratch (you can always change that later in the preferences of the layout too):</p>
4:
5: <% response.pagenavigation %>
6: <% response.layoutlist %>
7: <% response.pagenavigation %>
8:
9: <p><br /><% input type="submit" name="create" value="Create" %> <% input type="submit" name="cancel" value="Cancel" %></p>
10:
11: </form>
12:
13:
|