summaryrefslogtreecommitdiff
path: root/templates/delete.tmpl
blob: 62216d51ebd6c0cb5ed5b6717ad6bf35253bf239 (plain)
1
2
3
4
5
6
7
8
9
#def title: delete
#def header: delete
#extends templates.base
#def content
		<form method="post" action="${root}d/$hash">
			<p>Are you sure you want to delete the file $filename?</p>
			<p><input type="submit" value="Yes" /> <input type="button" value="No" onclick="document.location = '${root}u'" /></p>
		</form>
#end def