Code

Sorry for the huge checkin message - I was only intending to implement #496356
[roundup.git] / roundup / templates / extended / html / msg.index
1 <!-- $Id: msg.index,v 1.3 2001-09-27 06:45:58 richard Exp $-->
2 <tr class="row-hilite">
3     <property name="date">
4         <td><display call="link('date')"></td>
5     </property>
6     <property name="author">
7         <td><display call="plain('author')"></td>
8     </property>
9 </tr>
10 <tr bgcolor="ffeaff">
11     <td colspan=2><pre><display call="plain('content', escape=1)"></pre></td>
12 </tr>