Mercurial > p > roundup > code
comparison templates/minimal/html/home.html @ 2430:e323c2d54a17
i18n markup
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Wed, 09 Jun 2004 09:55:34 +0000 |
| parents | 3a4abf6d48c2 |
| children | f965504aa5d9 |
comparison
equal
deleted
inserted
replaced
| 2429:e28a5d5d95a7 | 2430:e323c2d54a17 |
|---|---|
| 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">Tracker home</title> | 2 <title metal:fill-slot="head_title" i18n:translate="">Tracker home</title> |
| 3 <span metal:fill-slot="body_title" tal:omit-tag="python:1">Tracker home</span> | 3 <span metal:fill-slot="body_title" tal:omit-tag="python:1" |
| 4 i18n:translate="">Tracker home</span> | |
| 4 <td class="content" metal:fill-slot="content"> | 5 <td class="content" metal:fill-slot="content"> |
| 5 | 6 |
| 6 <!-- | 7 <!-- |
| 7 This is the default body that is displayed when people visit the | 8 This is the default body that is displayed when people visit the |
| 8 tracker. The tag below lists the currently open issues. You may | 9 tracker. The tag below lists the currently open issues. You may |
| 9 replace it with a greeting message, or a different list of issues or | 10 replace it with a greeting message, or a different list of issues or |
| 10 whatever. It's a good idea to have the issues on the front page though | 11 whatever. It's a good idea to have the issues on the front page though |
| 11 --> | 12 --> |
| 12 | 13 |
| 13 <tal:block tal:define="anon python:request.user.username == 'anonymous'"> | 14 <tal:block tal:define="anon python:request.user.username == 'anonymous'"> |
| 14 <p tal:condition="not:anon" class="help"> | 15 <p tal:condition="not:anon" class="help" i18n:translate=""> |
| 15 Please select from one of the menu options on the right. | 16 Please select from one of the menu options on the right. |
| 16 </p> | 17 </p> |
| 17 <p tal:condition="anon" class="help"> | 18 <p tal:condition="anon" class="help" i18n:translate=""> |
| 18 Please log in or register. | 19 Please log in or register. |
| 19 </p> | 20 </p> |
| 20 </tal:block> | 21 </tal:block> |
| 21 | 22 |
| 22 </td> | 23 </td> |
