view roundup/templates/classic/html/file.index @ 777:bcd284bba81f

Updated message strings... ...to match the RFC822 address quoting performed by the 'email' and 'rfc822' modules. The verification really should use a RFC2822 message parser rather than literal string comparisions to allow for legal variations in messages.
author Derrick Hudson <dman13@users.sourceforge.net>
date Tue, 18 Jun 2002 03:59:59 +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/