templates/confirm.html
changeset 92 a09a3ae04dcf
parent 91 75a06e057016
--- a/templates/confirm.html	Tue Oct 17 17:28:05 2017 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-[% WRAPPER once.tt %]
-<h1>Download bestätigen</h1>
-<hr />
-Die Datei <em>[% file.name | html %]</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 %]