Code

moving HTML templates to their own dir
[roundup.git] / roundup / templates / extended / html / msg.index
1 <!-- $Id: msg.index,v 1.1 2001-07-23 04:21:20 richard Exp $-->
2 <tr>
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     <property name="summary">
10         <td><display call="plain('summary')"></td>
11     </property>
12 </tr>