templates/inventory.html
changeset 72 6510dc15390b
parent 65 0ce1c1c38edd
child 86 7903028768ed
--- 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>