view roundup/templates/classic/html/file.index @ 770:0ffb5aaeecf5

Use 'email' instead of 'rfc822', if available. Don't use isinstance() on a string (not allowed in python 2.1). Return an error message instead of crashing if 'oldvalues' isn't a dict (in generateChangeNote).
author Derrick Hudson <dman13@users.sourceforge.net>
date Sat, 15 Jun 2002 15:49:29 +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/