view roundup/templates/classic/html/file.index @ 1143:c7119e74fcf8

Fixed: . handling of None for Date/Interval/Password values in export/import . handling of journal values in export/import Also played with metakit backend some, fixing some of the unit tests breakages. Hrm.
author Richard Jones <richard@users.sourceforge.net>
date Fri, 13 Sep 2002 08:20:13 +0000
parents cf30c6cdca02
children b862bbf2067a
line wrap: on
line source

<!-- dollarId: file.index,v 1.4 2002/01/23 05:10:27 richard Exp dollar-->
<tr tal:repeat="file context/list">
 <td tal:condition="display/properties/name">
  <a href="" tal:attributes="href string:file${file/id}/${file/name}">dld link</a>
 </td>
 <td tal:condition="request/properties/type" tal:content="file/type">content type</td>
 <td tal:condition="request/properties/creator" tal:content="file/creator/name">creator's name</td>
 <td tal:condition="request/properties/creation" tal:content="file/creation">creation date</td>
</tr>


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