5 lines
370 B
Text
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" %> <% input type="button" name="cancel" value="cancel" %></p>
|
|
</form>
|