HopObject/delete.skin
general parameters used in this skin:
  • param.description
  • param.detail
  • response.action

Sourcecode in HopObject/delete.skin:
1:   <form method="post" action="<% response.action %>">
2:   <p class="storyTitle">Warning!</p>
3:   <p>You are about to <strong>delete <% param.description %><% param.detail prefix=" &quot;" suffix="&quot;" %></strong>... Be aware of the fact that <em>there is no "undo"</em>, so if you click on "Delete" here it will be gone forever.</p>
4:   <p><% input type="submit" name="remove" value="Delete" %>&nbsp;<% input type="submit" name="cancel" value="Cancel" %></p>
5:   </form>
6: