view roundup/templates/classic/html/file.index @ 733:65234f56b250

changed the default message list in issues to display the message body . made backends.__init__ be more specific about which ImportErrors it really wants to ignore . fixed the example addresses in the templates to use correct example domains . cleaned out the template stylesheets, removing a bunch of junk that really wasn't necessary (font specs, styles never used) and added a style for message content
author Richard Jones <richard@users.sourceforge.net>
date Wed, 22 May 2002 00:32:34 +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/