changeset 92 | a09a3ae04dcf |
parent 91 | 75a06e057016 |
91:75a06e057016 | 92:a09a3ae04dcf |
---|---|
1 [% WRAPPER once.tt %] |
|
2 <h1>Download bestätigen</h1> |
|
3 <hr /> |
|
4 Die Datei <em>[% file.name | html %]</em> ([% file.mimetype %]) |
|
5 wird nach Abschluß des Downloads gelöscht werden |
|
6 |
|
7 <form method='post'> |
|
8 <input type='hidden' name='confirmed' value='yes' /> |
|
9 <input type='submit' name='.submit' value='Download' /> |
|
10 </form> |
|
11 [% END %] |