view roundup/templates/classic/html/file.index @ 645:e6d1c6d66de3

add module blobfiles in backends with file access functions. not yet activated.
author Engelbert Gruber <grubert@users.sourceforge.net>
date Mon, 25 Feb 2002 14:25:41 +0000
parents f98f37697f4c
children 5643abab70ed
line wrap: on
line source

<!-- $Id: file.index,v 1.4 2002-01-23 05:10:27 richard Exp $-->
<tr>
    <property name="name">
        <td><display call="download('name')"></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>

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