view templates/classic/html/msg.index.html @ 2245:c5fb778ec7e4

better timezone editing, also cleanup of is_edit/view_ok stuff
author Richard Jones <richard@users.sourceforge.net>
date Mon, 03 May 2004 00:28:43 +0000
parents 3b92a1b7a056
children 97f810f39d16
line wrap: on
line source

<tal:block metal:use-macro="templates/page/macros/icing">
<title metal:fill-slot="head_title"> 
 List of messages - 
 <span tal:replace="config/TRACKER_NAME" />
</title> 
<span metal:fill-slot="body_title" tal:omit-tag="python:1">Message listing</span>
<td class="content" metal:fill-slot="content">
<table class="messages" tal:condition="request/filter">
 <tr><th colspan=2 class="header">Messages</th></tr>
 <tal:block tal:repeat="msg context/list">
  <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>
</td>

</tal:block>

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