templates/confirm.html
changeset 61 81fc1e7ce91b
child 86 7903028768ed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/confirm.html	Thu Dec 24 01:26:00 2015 +0100
@@ -0,0 +1,11 @@
+[% WRAPPER once.tt %]
+<h1>Download bestätigen</h1>
+<hr />
+Die Datei <em>[% file.name %]</em> ([% file.mimetype %]) 
+wird nach Abschluß des Downloads gelöscht werden
+
+<form method='post'>
+    <input type='hidden' name='confirmed' value='yes' />
+    <input type='submit' name='.submit' value='Download' />
+</form>
+[% END %]