Mercurial > p > roundup > code
comparison templates/classic/html/msg.index.html @ 2395:97f810f39d16
i18n markup
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Sun, 06 Jun 2004 13:21:39 +0000 |
| parents | 3b92a1b7a056 |
| children | 460eb0209a9e |
comparison
equal
deleted
inserted
replaced
| 2394:29bfb67ba5ba | 2395:97f810f39d16 |
|---|---|
| 1 <tal:block metal:use-macro="templates/page/macros/icing"> | 1 <tal:block metal:use-macro="templates/page/macros/icing"> |
| 2 <title metal:fill-slot="head_title"> | 2 <title metal:fill-slot="head_title" i18n:translate="" |
| 3 List of messages - | 3 >List of messages - <span tal:replace="config/TRACKER_NAME" |
| 4 <span tal:replace="config/TRACKER_NAME" /> | 4 i18n:name="tracker"/></title> |
| 5 </title> | 5 <span metal:fill-slot="body_title" tal:omit-tag="python:1" |
| 6 <span metal:fill-slot="body_title" tal:omit-tag="python:1">Message listing</span> | 6 i18n:translate="">Message listing</span> |
| 7 <td class="content" metal:fill-slot="content"> | 7 <td class="content" metal:fill-slot="content"> |
| 8 <table class="messages" tal:condition="request/filter"> | 8 <table class="messages" tal:condition="request/filter"> |
| 9 <tr><th colspan=2 class="header">Messages</th></tr> | 9 <tr><th colspan=2 class="header" i18n:translate="">Messages</th></tr> |
| 10 <tal:block tal:repeat="msg context/list"> | 10 <tal:block tal:repeat="msg context/list"> |
| 11 <tr> | 11 <tr> |
| 12 <th tal:content="string:Author: ${msg/author}">author</th> | 12 <th tal:content="string:Author: ${msg/author}">author</th> |
| 13 <th tal:content="string:Date: ${msg/date}">date</th> | 13 <th tal:content="string:Date: ${msg/date}">date</th> |
| 14 </tr> | 14 </tr> |
