diff -r 75a06e057016 -r a09a3ae04dcf templates/inventory.html --- a/templates/inventory.html Tue Oct 17 17:28:05 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,48 +0,0 @@ -[% WRAPPER once.tt %] -

Ansicht: [% view %]

- -[%# The following part is the "inventory", that is, if there are any files %] -[% IF files %] -

- Der gültige Download-Link ist die Link-Adresse, die sich hinter - dem Datei-Namen verbirgt. (Firefox: Rechte Maustaste, - Link-Location). Nach Ablauf des MHD - wird die Datei automatisch gelöscht. -

- -
- - [%# Table for the files, our repository %] - - - - - [% FOREACH file IN files %] - - - - - - - - [% END # foreach %] -
NameGrößeHochgeladenLöschungAktion
[% file.name | html %][% file.size %][% date.format(file.uploaded, "%c") %][% file.removal.type %]remove
-
-[% END # files %] - -[%# Form for upload %] - -
- - - - - - - - - -
Dateiname:
Löschen in: Tagen (0: unmittelbar nach Download, -1: manuell)
-
- -[% END %]