Mercurial > p > roundup > code
comparison templates/classic/html/user.index.html @ 3127:021b131bd816
doc fixes, one more fix to the permissions-in-listings fix
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 11 Feb 2005 22:18:20 +0000 |
| parents | 460eb0209a9e |
| children | a9f6eb633452 |
comparison
equal
deleted
inserted
replaced
| 3126:a2889d22db4a | 3127:021b131bd816 |
|---|---|
| 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> |
