view roundup/templates/extended/html/msg.index @ 524:dce4c75bef5a

changed all config accesses... ...so they access either the instance or the config attriubute on the db. This means that all config is obtained from instance_config instead of the mish-mash of classes. This will make switching to a ConfigParser setup easier too, I hope. At a minimum, this makes migration a _little_ easier (a lot easier in the 0.5.0 switch, I hope!)
author Richard Jones <richard@users.sourceforge.net>
date Mon, 14 Jan 2002 02:20:15 +0000
parents 1d428068485c
children 65234f56b250
line wrap: on
line source

<!-- $Id: msg.index,v 1.3 2001-09-27 06:45:58 richard Exp $-->
<tr class="row-hilite">
    <property name="date">
        <td><display call="link('date')"></td>
    </property>
    <property name="author">
        <td><display call="plain('author')"></td>
    </property>
</tr>
<tr bgcolor="ffeaff">
    <td colspan=2><pre><display call="plain('content', escape=1)"></pre></td>
</tr>

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