[cosmetical]
authorHeiko Schlittermann <hs@schlittermann.de>
Tue, 29 Dec 2015 23:39:37 +0100
changeset 72 6510dc15390b
parent 71 604c7024d7ae
child 73 e63ab2989a8d
[cosmetical]
templates/inventory.html
--- a/templates/inventory.html	Tue Dec 29 23:39:25 2015 +0100
+++ b/templates/inventory.html	Tue Dec 29 23:39:37 2015 +0100
@@ -1,6 +1,7 @@
 [% WRAPPER once.tt %]
 <h1>Ansicht: [% view %]</h1>
 
+[%# The following part is the "inventory", that is, if there are any files %]
 [% IF files %]
     <p>
     Der gültige Download-Link ist die Link-Adresse, die sich hinter
@@ -29,7 +30,8 @@
     <hr />
 [% END # files %]
 
-[%# Formular for upload %]
+[%# Form for upload %]
+<!-- Using a table is stupid, should use more modern HTML -->
 <form method="post" enctype="multipart/form-data">
 <table>
 <tr><td>Dateiname: </td>