Mercurial > p > roundup > code
comparison website/issues/html/msg.index.html @ 4024:c2d0d3e9099d website
svn repository setup
| author | Stefan Seefeld <stefan@users.sourceforge.net> |
|---|---|
| date | Fri, 06 Feb 2009 13:16:31 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 4023:86c38b5aed66 | 4024:c2d0d3e9099d |
|---|---|
| 1 <tal:block metal:use-macro="templates/page/macros/icing"> | |
| 2 <title metal:fill-slot="head_title" i18n:translate="" | |
| 3 >List of messages - <span tal:replace="config/TRACKER_NAME" | |
| 4 i18n:name="tracker"/></title> | |
| 5 <span metal:fill-slot="body_title" tal:omit-tag="python:1" | |
| 6 i18n:translate="">Message listing</span> | |
| 7 <td class="content" metal:fill-slot="content"> | |
| 8 <table tal:define="batch request/batch" class="messages"> | |
| 9 <tr><th colspan=3 class="header" i18n:translate="">Messages</th></tr> | |
| 10 <tal:block tal:repeat="msg batch"> | |
| 11 <tr> | |
| 12 <th><a tal:attributes="href string:msg${msg/id}"><tal:x replace="msg/id"/></a></th> | |
| 13 <th tal:content="string:Author: ${msg/author}">author</th> | |
| 14 <th tal:content="string:Date: ${msg/date}">date</th> | |
| 15 </tr> | |
| 16 <tr> | |
| 17 <td colspan="3"><pre tal:content="msg/content">content</pre></td> | |
| 18 </tr> | |
| 19 </tal:block> | |
| 20 | |
| 21 <metal:block use-macro="templates/issue.index/macros/batch-footer" /> | |
| 22 | |
| 23 </table> | |
| 24 </td> | |
| 25 | |
| 26 </tal:block> |
