antville/code/HopObject/delete.skin
2002-07-19 08:42:32 +00:00

5 lines
370 B
Text

<form method="post" action="<% response.action %>">
<p class="storyTitle">Warning!</p>
<p>You are about to delete <% param.what %>! Be aware of the fact that there is no "undo", so if you klick on "delete" here it will be gone forever!</p>
<p><% input type="button" name="remove" value="delete" %>&nbsp;<% input type="button" name="cancel" value="cancel" %></p>
</form>