Changeset 9192
- Timestamp:
- 17 Sep 2012, 05:44:19 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/datacenterpage.pt
r9074 r9192 16 16 <th></th> 17 17 <th i18n:translate="">File</th> 18 <th i18n:translate=""> Size</th>18 <th i18n:translate="">Records</th> 19 19 <th i18n:translate="">Upload Date</th> 20 20 </tr> … … 28 28 <td><a tal:attributes="href python: 'download?filename=' + file.name" 29 29 tal:content="file/name">FILENAME</a></td> 30 <td tal:content=" file/size">12 k</td>30 <td tal:content="python: file.lines-1">100</td> 31 31 <td tal:content="file/uploaddate">Mar 12, 2008</td> 32 32 </tr>
Note: See TracChangeset for help on using the changeset viewer.