2014-08-29 22:19:52 +00:00
|
|
|
$newline always
|
2015-01-11 07:06:48 +00:00
|
|
|
<div id="header" class="item" data-width="300">
|
|
|
|
<div class="inner">
|
|
|
|
<h3>Delete Album #{albumTitle album}
|
2014-08-29 22:19:52 +00:00
|
|
|
|
2015-01-11 07:06:48 +00:00
|
|
|
<p>
|
|
|
|
Do you wish to delete this album and all its containing images?
|
2014-08-29 22:19:52 +00:00
|
|
|
|
2015-01-11 07:06:48 +00:00
|
|
|
<form method="POST" action=@{AlbumDeleteR albumId}>
|
|
|
|
<label for="confirm">Really delete this album
|
|
|
|
<input type="checkbox" id="confirm" name="confirm" value="confirm" required>
|
|
|
|
<input id="delete" type="submit" value="Delete album">
|