Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/roundup/templates/extended/msg.index Mon Jul 23 03:50:47 2001 +0000 @@ -0,0 +1,12 @@ +<!-- $Id: msg.index,v 1.1 2001-07-23 03:50:46 anthonybaxter 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>
