view roundup/templates/extended/html/file.index @ 726:e3d742c75ac3

Well whadya know, bsddb3 works again. The backend is implemented _exactly_ the same as bsddb - so there's no using its transaction or locking support. It'd be nice to use those some day I suppose.
author Richard Jones <richard@users.sourceforge.net>
date Tue, 21 May 2002 05:52:11 +0000
parents f98f37697f4c
children
line wrap: on
line source

<!-- $Id: file.index,v 1.3 2002-01-23 05:10:28 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/