antville/code/Site/sysmgr_delete.skin
2002-07-19 08:42:32 +00:00

12 lines
1,010 B
Text

<form method="post" action="<% response.action %>#<% this.alias %>">
<input type="hidden" name="item" value="<% this.alias %>">
<input type="hidden" name="page" value="<% request.page %>">
<tr>
<td colspan="4" class="highlight" valign="top"><p><b>Warning!</b> You're about to delete the above weblog. Please mind that this is an irreversible process, and any asset of this weblog will be deleted. Just to remind you: <% this.alias %> currently contains <b><% this.sysmgr_count what="stories" %> stories</b> with <b><% this.sysmgr_count what="comments" %> comments</b>, <b><% this.sysmgr_count what="images" %> images</b> and <b><% this.sysmgr_count what="files" %> files</b>. Also all the subscriptions to this weblog will be removed.</p>
<p><b>Are you sure you want to delete this weblog?</b></p>
<p><% input type="button" name="remove" value="yes" %>&nbsp;&nbsp;<% input type="button" name="cancel" value="&nbsp;no&nbsp;" %></p></td>
</tr>
<tr>
<td colspan="4" height="5" nowrap="nowrap"></td>
</tr>
</form>