Mercurial > p > roundup > code
annotate roundup/templates/classic/html/msg.index @ 1049:b9988e118055
moved
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 05 Sep 2002 00:37:09 +0000 |
| parents | 7eaa27fea606 |
| children | cf30c6cdca02 |
| rev | line source |
|---|---|
|
1042
adcfdeac4e76
not sure how useful this is...
Richard Jones <richard@users.sourceforge.net>
parents:
987
diff
changeset
|
1 <table class="messages" tal:condition="request/filter"> |
|
adcfdeac4e76
not sure how useful this is...
Richard Jones <richard@users.sourceforge.net>
parents:
987
diff
changeset
|
2 <tr><th colspan=2 class="header">Messages</th></tr> |
|
adcfdeac4e76
not sure how useful this is...
Richard Jones <richard@users.sourceforge.net>
parents:
987
diff
changeset
|
3 <tal:block tal:repeat="msg issue/messages/reverse"> |
|
adcfdeac4e76
not sure how useful this is...
Richard Jones <richard@users.sourceforge.net>
parents:
987
diff
changeset
|
4 <tr> |
|
adcfdeac4e76
not sure how useful this is...
Richard Jones <richard@users.sourceforge.net>
parents:
987
diff
changeset
|
5 <th tal:content="string:Author: ${msg/author}">author</th> |
|
adcfdeac4e76
not sure how useful this is...
Richard Jones <richard@users.sourceforge.net>
parents:
987
diff
changeset
|
6 <th tal:content="string:Date: ${msg/date}">date</th> |
|
adcfdeac4e76
not sure how useful this is...
Richard Jones <richard@users.sourceforge.net>
parents:
987
diff
changeset
|
7 </tr> |
|
adcfdeac4e76
not sure how useful this is...
Richard Jones <richard@users.sourceforge.net>
parents:
987
diff
changeset
|
8 <tr> |
|
adcfdeac4e76
not sure how useful this is...
Richard Jones <richard@users.sourceforge.net>
parents:
987
diff
changeset
|
9 <td colspan="2"><pre tal:content="msg/content">content</pre></td> |
|
adcfdeac4e76
not sure how useful this is...
Richard Jones <richard@users.sourceforge.net>
parents:
987
diff
changeset
|
10 </tr> |
|
adcfdeac4e76
not sure how useful this is...
Richard Jones <richard@users.sourceforge.net>
parents:
987
diff
changeset
|
11 </tal:block> |
|
adcfdeac4e76
not sure how useful this is...
Richard Jones <richard@users.sourceforge.net>
parents:
987
diff
changeset
|
12 </table> |
