view roundup/templates/extended/msg.index @ 28:a3e119154b11

moved templates to proper location
author Anthony Baxter <anthonybaxter@users.sourceforge.net>
date Mon, 23 Jul 2001 03:50:47 +0000
parents
children
line wrap: on
line source

<!-- $Id: msg.index,v 1.1 2001-07-23 03:50:46 anthonybaxter Exp $-->
<tr>
    <property name="date">
        <td><display call="link('date')"></td>
    </property>
    <property name="author">
        <td><display call="plain('author')"></td>
    </property>
    <property name="summary">
        <td><display call="plain('summary')"></td>
    </property>
</tr>

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