view roundup/templates/classic/html/msg.index @ 1062:cc5a22e769b1

forgot the history style
author Richard Jones <richard@users.sourceforge.net>
date Fri, 06 Sep 2002 05:37:43 +0000
parents 7eaa27fea606
children cf30c6cdca02
line wrap: on
line source

<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>

Roundup Issue Tracker: http://roundup-tracker.org/