Mercurial > p > roundup > code
comparison templates/classic/html/user.index.html @ 3128:f0051e4bc8b7 maint-0.8
doc fixes, one more fix to the permissions-in-listings fix
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 11 Feb 2005 22:27:59 +0000 |
| parents | ac1803a09920 |
| children | a9f6eb633452 |
comparison
equal
deleted
inserted
replaced
| 3124:8b0669b96c8d | 3128:f0051e4bc8b7 |
|---|---|
| 17 <th i18n:translate="">Email address</th> | 17 <th i18n:translate="">Email address</th> |
| 18 <th i18n:translate="">Phone number</th> | 18 <th i18n:translate="">Phone number</th> |
| 19 <th tal:condition="context/is_edit_ok" i18n:translate="">Retire</th> | 19 <th tal:condition="context/is_edit_ok" i18n:translate="">Retire</th> |
| 20 </tr> | 20 </tr> |
| 21 <tal:block repeat="user context/list"> | 21 <tal:block repeat="user context/list"> |
| 22 <tr tal:condition="user/is_view_ok" | 22 <tr tal:attributes="class python:['normal', 'alt'][repeat['user'].index%6/3]"> |
| 23 tal:attributes="class python:['normal', 'alt'][repeat['user'].index%6/3]"> | |
| 24 <td> | 23 <td> |
| 25 <a tal:attributes="href string:user${user/id}" | 24 <a tal:attributes="href string:user${user/id}" |
| 26 tal:content="user/username">username</a> | 25 tal:content="user/username">username</a> |
| 27 </td> | 26 </td> |
| 28 <td tal:content="python:user.realname.plain() or default"> </td> | 27 <td tal:content="python:user.realname.plain() or default"> </td> |
