Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/templates/msg.index Sun Jul 22 12:09:32 2001 +0000 @@ -0,0 +1,12 @@ +<!-- $Id: msg.index,v 1.1 2001-07-22 12:09:32 richard Exp $--> +<tr> + <property name="date"> + <td><display call="link('date')"></td> + </property> + <property name="author"> + <td><display call="plain('author')"></td> + </property> + <property name="summary"> + <td><display call="plain('summary')"></td> + </property> +</tr>
