view roundup/templates/extended/html/msg.index @ 484:b35f229dd049

I18N'ed roundup admin... ...and split the code off into a module so it can be used elsewhere. Big issue with this is the doc strings - that's the help. We're probably going to have to switch to not use docstrings, which will suck a little :(
author Richard Jones <richard@users.sourceforge.net>
date Sat, 05 Jan 2002 02:11:22 +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/