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

Sourcecode in LayoutMgr/import.skin:
1:   <p><% linkedpath %></p>
2:   
3:   <p>Please select the .zip file containing the layout you want to import:</p>
4:   
5:   <form method="post" enctype="multipart/form-data" action="<% response.action %>">
6:   <p><% input type="file" name="zipfile" %></p>
7:   <p>If the layout you are about to import contains only changes (and not the full layout information) please select the appropriate basis layout too, otherwise you might get unwanted results. (Typically zip files containing the full layout information have a name eg. <em>download_full.zip</em>, while those containing just the changes miss the <em>_full</em> in the filename.)</p>
8:   
9:   <% response.pagenavigation %>
10:  <% response.layoutlist %>
11:  <% response.pagenavigation %>
12:  
13:  <p><br /><% input type="submit" name="import" value="Import" %>&nbsp;<% input type="submit" name="cancel" value="Cancel" %></p>
14:  </form>
15: