view roundup/templates/extended/html/msg.index @ 858:2dd862af72ee

all storage-specific code (ie. backend) is now implemented by the backends
author Richard Jones <richard@users.sourceforge.net>
date Sun, 14 Jul 2002 02:05:54 +0000
parents 65234f56b250
children
line wrap: on
line source

<!-- $Id: msg.index,v 1.4 2002-05-22 00:32:34 richard Exp $-->
<tr class="row-hilite">
    <td><display call="link('date')"></td>
    <td><display call="plain('author')"></td>
</tr>
<tr class="msg-content">
    <td colspan=2><pre><display call="plain('content', escape=1)"></pre></td>
</tr>

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