initial check-in

This commit is contained in:
Robert Gaggl 2003-12-08 22:59:01 +00:00
parent efc302e658
commit 666a8734ac
19 changed files with 275 additions and 0 deletions

View file

@ -0,0 +1,6 @@
<form method="post" action="<% response.action %>">
<p>Please choose if you want to get a full download of the layout '<% this.title %>' or just the changes made (which includes modified skins and any added images):</p>
<p><% input type="submit" name="changesonly" value="Changes only" %>&nbsp;<% input type="submit" name="full" value="Full download" %>&nbsp;<% input type="submit" name="cancel" value="Cancel" %></p>
<p class="small"><strong>Changes only</strong><br />results in a .zip file that contains only the changes made in this layout, including its preferences, any modified skins and all images added to this layout. Use this option for backup purposes or to import this layout in a site within the same system.</p>
<p class="small"><strong>Full download</strong><br />results in a .zip file that contains all of the above plus all the skins that were <i>not</i> modified and all standard images of this layout. Use this option for backup purposes or to transport this layout to another site where the basis layout used isn't available.</p>
</form>

View file

@ -0,0 +1,15 @@
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><div class="storyTitle"><% layout.title linkto="main" %></div>
<div><% layout.description limit="100" suffix="<br />" %></div>
<div><% layout.parent prefix="(based on the layout '" suffix="')<br />" %></div>
<div class="small"><% layout.creator prefix="created by " %><% layout.createtime format="long" prefix=" on " %><% layout.modifier prefix=", last modified by " %><% layout.modifytime prefix=" on " format="long" %></div></td>
<td valign="top" align="right" class="small"><% layout.link to="edit" text="preferences" prefix="...&nbsp;" suffix="<br />" %>
<% layout.link to="skins" text="skins" prefix="...&nbsp;" suffix="<br />" %>
<% layout.link to="images" text="images" prefix="...&nbsp;" suffix="<br />" %>
<% layout.testdrivelink target="_blank" prefix="...&nbsp;" suffix="<br />" %>
<% layout.activatelink prefix="...&nbsp;" suffix="<br />" %>
<% layout.link to="download" prefix="...&nbsp;" text="download" suffix="<br />" %>
<% layout.deletelink prefix="...&nbsp;" suffix="<br />" %></td>
</tr>
</table>