summaryrefslogtreecommitdiff
path: root/templates/delete.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/delete.tmpl')
-rw-r--r--templates/delete.tmpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/delete.tmpl b/templates/delete.tmpl
new file mode 100644
index 0000000..62216d5
--- /dev/null
+++ b/templates/delete.tmpl
@@ -0,0 +1,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