Sourcecode in Layout/main.skin:
1: <% linkedpath %>
2:
3: <p class="storyTitle"><br />Layout '<% layout.title %>'</p>
4:
5: <p><% layout.description prefix="<p>" suffix="<br />" %>
6: <span class="small"><% layout.copyright prefix="<br />Copyright: " %>
7: <% layout.email prefix="<br />e-mail: " %></span></p>
8:
9: <p><% layout.link to="edit" text="Edit the preferences" %> of this layout.</p>
10:
11: <p><% layout.link to="images" text="Manage images" %> of this layout.</p>
12:
13: <p><% layout.link to="skins" text="Manage skins" %> of this layout.</p>
14:
15: <% layout.testdrivelink text="Test-drive" prefix="<p>" suffix=" this layout on this site.</p>" %>
16:
17: <% layout.activatelink text="Activate" prefix="<p>" suffix=" this layout on this site.</p>" %>
18:
19: <p><% layout.link to="download" text="Download" %> this layout as a .zip file.</p>
20:
21: <% layout.deletelink text="Delete" prefix="<p>" suffix=" this layout and all of its skins.</p>" %>
22:
|