Mercurial > p > roundup > code
view 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 |
line wrap: on
line source
hi <table class="messages" tal:condition="request/filter"> <tr><th colspan=2 class="header">Messages</th></tr> <tal:block tal:repeat="msg issue/messages/reverse"> <tr> <th tal:content="string:Author: ${msg/author}">author</th> <th tal:content="string:Date: ${msg/date}">date</th> </tr> <tr> <td colspan="2"><pre tal:content="msg/content">content</pre></td> </tr> </tal:block> </table>
