Armed with a text editor

mu's views on program and recipe! design

<form action="?delete" method="post">
 Delete `&title`?
 <input type="submit" name="confirm" value="Delete"/>
 <input type="submit" name="cancel" value="Cancel" onclick="javascript:document.getElementById('status_message').style.display = 'none'; return false" />
</form>