annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1591
21312a7564fd moving templates around
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
1 <tal:block metal:use-macro="templates/page/macros/icing">
2430
e323c2d54a17 i18n markup
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 1976
diff changeset
2 <title metal:fill-slot="head_title" i18n:translate="">Tracker home</title>
e323c2d54a17 i18n markup
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 1976
diff changeset
3 <span metal:fill-slot="body_title" tal:omit-tag="python:1"
e323c2d54a17 i18n markup
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 1976
diff changeset
4 i18n:translate="">Tracker home</span>
1591
21312a7564fd moving templates around
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
5 <td class="content" metal:fill-slot="content">
21312a7564fd moving templates around
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
6
21312a7564fd moving templates around
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
7 <!--
21312a7564fd moving templates around
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
8 This is the default body that is displayed when people visit the
21312a7564fd moving templates around
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
9 tracker. The tag below lists the currently open issues. You may
21312a7564fd moving templates around
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
10 replace it with a greeting message, or a different list of issues or
21312a7564fd moving templates around
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
11 whatever. It's a good idea to have the issues on the front page though
21312a7564fd moving templates around
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
12 -->
21312a7564fd moving templates around
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
13
21312a7564fd moving templates around
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
14 <tal:block tal:define="anon python:request.user.username == 'anonymous'">
2430
e323c2d54a17 i18n markup
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 1976
diff changeset
15 <p tal:condition="not:anon" class="help" i18n:translate="">
1591
21312a7564fd moving templates around
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
16 Please select from one of the menu options on the right.
21312a7564fd moving templates around
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
17 </p>
2430
e323c2d54a17 i18n markup
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 1976
diff changeset
18 <p tal:condition="anon" class="help" i18n:translate="">
1591
21312a7564fd moving templates around
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
19 Please log in or register.
21312a7564fd moving templates around
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
20 </p>
21312a7564fd moving templates around
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
21 </tal:block>
21312a7564fd moving templates around
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
22
21312a7564fd moving templates around
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
23 </td>
21312a7564fd moving templates around
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
24 </tal:block>

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