LayoutMgr/new.skin
general parameters used in this skin:
  • response.action
  • response.layoutlist
  • response.pagenavigation

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" %>&nbsp;<% input type="submit" name="cancel" value="Cancel" %></p>
10:  
11:  </form>
12:  
13: