Mercurial > p > roundup > code
annotate roundup/templates/classic/html/msg.index @ 1141:efaabc87f02e
no, really
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 13 Sep 2002 04:39:12 +0000 |
| parents | cf30c6cdca02 |
| children | b862bbf2067a |
| 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> |
|
1073
cf30c6cdca02
More documentation.
Richard Jones <richard@users.sourceforge.net>
parents:
1043
diff
changeset
|
3 <tal:block tal:repeat="msg context/list"> |
|
1042
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> |
