Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 27:e5e9ea306a09 | 28:a3e119154b11 |
|---|---|
| 1 <!-- $Id: msg.index,v 1.1 2001-07-23 03:50:46 anthonybaxter 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> |
