Code

Features:
[roundup.git] / roundup / templates / classic / htmlbase.py
index 0240c7bddb45b479cbdc27b513b7a44b7ffbe807..45ba1ac1f165bf83b933a56d349d52c1fcfc1e63 100644 (file)
@@ -2,14 +2,20 @@
 # Do Not Edit (Unless You Want To)
 # This file automagically generated by roundup.htmldata.makeHtmlBase
 # 
-fileDOTindex = """<!-- dollarId: file.index,v 1.2 2001/07/29 04:07:37 richard Exp dollar-->
+fileDOTindex = """<!-- dollarId: file.index,v 1.3 2001/10/21 11:42:15 richard Exp dollar-->
 <tr>
     <property name="name">
-        <td><display call="link('name')"></td>
+        <td><display call="link('name', is_download=1)"></td>
     </property>
     <property name="type">
         <td><display call="plain('type')"></td>
     </property>
+    <property name="creator">
+        <td><display call="plain('creator')"></td>
+    </property>
+    <property name="creation">
+        <td><display call="plain('creation')"></td>
+    </property>
 </tr>
 """