Mercurial > p > roundup > code
annotate roundup/templates/classic/html/msg.index @ 1042:adcfdeac4e76
not sure how useful this is...
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 04 Sep 2002 04:47:28 +0000 |
| parents | 5643abab70ed |
| children | 7eaa27fea606 |
| rev | line source |
|---|---|
|
1042
adcfdeac4e76
not sure how useful this is...
Richard Jones <richard@users.sourceforge.net>
parents:
987
diff
changeset
|
1 hi |
|
adcfdeac4e76
not sure how useful this is...
Richard Jones <richard@users.sourceforge.net>
parents:
987
diff
changeset
|
2 <table class="messages" tal:condition="request/filter"> |
|
adcfdeac4e76
not sure how useful this is...
Richard Jones <richard@users.sourceforge.net>
parents:
987
diff
changeset
|
3 <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
|
4 <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
|
5 <tr> |
|
adcfdeac4e76
not sure how useful this is...
Richard Jones <richard@users.sourceforge.net>
parents:
987
diff
changeset
|
6 <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
|
7 <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
|
8 </tr> |
|
adcfdeac4e76
not sure how useful this is...
Richard Jones <richard@users.sourceforge.net>
parents:
987
diff
changeset
|
9 <tr> |
|
adcfdeac4e76
not sure how useful this is...
Richard Jones <richard@users.sourceforge.net>
parents:
987
diff
changeset
|
10 <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
|
11 </tr> |
|
adcfdeac4e76
not sure how useful this is...
Richard Jones <richard@users.sourceforge.net>
parents:
987
diff
changeset
|
12 </tal:block> |
|
adcfdeac4e76
not sure how useful this is...
Richard Jones <richard@users.sourceforge.net>
parents:
987
diff
changeset
|
13 </table> |
