Site/sysmgr_delete.skin
general parameters used in this skin:
  • request.page
  • response.action

Sourcecode in Site/sysmgr_delete.skin:
1:   <form method="post" action="<% response.action %>#<% site.alias %>">
2:   <input type="hidden" name="item" value="<% site.alias %>" />
3:   <input type="hidden" name="page" value="<% request.page %>" />
4:   
5:   <table style="background-color:#ffcc00;" cellspacing="0" cellpadding="3" width="100%">
6:   <tr>
7:   <td valign="top"><p><strong>Warning!</strong></p>
8:   <p>You're about to delete the above site. Please mind that this is an irreversible process, and any asset of this site will be deleted. Just to remind you: <% site.alias %> currently contains <strong><% site.sysmgr_count what="stories" %> stories</strong> with <strong><% site.sysmgr_count what="comments" %> comments</strong>, <strong><% site.sysmgr_count what="images" %> images</strong> and <strong><% site.sysmgr_count what="files" %> files</strong>. Also all the subscriptions to this site will be removed.</p>
9:   <p><strong>Are you sure you want to delete this site?</strong></p>
10:  <p><% input type="submit" name="remove" value="Yes" %>&nbsp;&nbsp;<% input type="submit" name="cancel" value=" No " %></p></td>
11:  </tr>
12:  </table>
13:  </form>
14: