Mercurial > p > roundup > code
comparison templates/templates/msg.index @ 26:c7c14960f413
Final commit of Grande Splite
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 22 Jul 2001 12:09:32 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 25:4cf1daf2f2eb | 26:c7c14960f413 |
|---|---|
| 1 <!-- $Id: msg.index,v 1.1 2001-07-22 12:09:32 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> |
