comparison roundup/templates/extended/htmlbase.py @ 315:72343138b660

Committed the changes to the templates for file indexes.
author Richard Jones <richard@users.sourceforge.net>
date Sun, 21 Oct 2001 11:42:15 +0000
parents a671e5917b33
children c0ca7f35e0c5
comparison
equal deleted inserted replaced
314:baf901f72977 315:72343138b660
3 # This file automagically generated by roundup.htmldata.makeHtmlBase 3 # This file automagically generated by roundup.htmldata.makeHtmlBase
4 # 4 #
5 fileDOTindex = """<!-- dollarId: file.index,v 1.1 2001/07/23 04:21:20 richard Exp dollar--> 5 fileDOTindex = """<!-- dollarId: file.index,v 1.1 2001/07/23 04:21:20 richard Exp dollar-->
6 <tr> 6 <tr>
7 <property name="name"> 7 <property name="name">
8 <td><display call="link('name')"></td> 8 <td><display call="link('name', is_download=1)"></td>
9 </property> 9 </property>
10 <property name="type"> 10 <property name="type">
11 <td><display call="plain('type')"></td> 11 <td><display call="plain('type')"></td>
12 </property>
13 <property name="creator">
14 <td><display call="plain('creator')"></td>
15 </property>
16 <property name="creation">
17 <td><display call="plain('creation')"></td>
12 </property> 18 </property>
13 </tr> 19 </tr>
14 """ 20 """
15 21
16 fileDOTnewitem = """<!-- dollarId: file.newitem,v 1.1 2001/07/30 08:04:26 richard Exp dollar--> 22 fileDOTnewitem = """<!-- dollarId: file.newitem,v 1.1 2001/07/30 08:04:26 richard Exp dollar-->

Roundup Issue Tracker: http://roundup-tracker.org/