5 lines
456 B
Text
5 lines
456 B
Text
<form method="post" action="<% response.action %>">
|
|
<p class="storyTitle">Warning!</p>
|
|
<p>You are about to <strong>delete <% param.description %><% param.detail prefix=" "" suffix=""" %></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>
|
|
<p><% input type="submit" name="remove" value="Delete" %> <% input type="submit" name="cancel" value="Cancel" %></p>
|
|
</form>
|