Mercurial > p > roundup > code
diff templates/minimal/html/user.index.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 |
line wrap: on
line diff
--- a/templates/minimal/html/user.index.html Wed Jun 09 09:49:27 2004 +0000 +++ b/templates/minimal/html/user.index.html Wed Jun 09 09:55:34 2004 +0000 @@ -1,17 +1,17 @@ <!-- dollarId: user.index,v 1.3 2002/07/09 05:29:51 richard Exp dollar--> <tal:block metal:use-macro="templates/page/macros/icing"> -<title metal:fill-slot="head_title">User listing</title> -<span metal:fill-slot="body_title" tal:omit-tag="python:1">User listing</span> +<title metal:fill-slot="head_title" i18n:translate="">User listing</title> +<span metal:fill-slot="body_title" tal:omit-tag="python:1" + i18n:translate="">User listing</span> <td class="content" metal:fill-slot="content"> -<span tal:condition="not:context/is_view_ok"> -You are not allowed to view this page. -</span> +<span tal:condition="not:context/is_view_ok" + i18n:translate="">You are not allowed to view this page.</span> <table width="100%" tal:condition="context/is_view_ok" class="list"> <tr> - <th>Username</th> - <th>Email address</th> + <th i18n:translate="">Username</th> + <th i18n:translate="">Email address</th> </tr> <tr tal:repeat="user context/list" tal:attributes="class python:['normal', 'alt'][repeat['user'].index%6/3]">
