comparison templates/classic/html/user.index.html @ 1911:f5c804379c85

fixed ZRoundup - mostly changes to classic template
author Richard Jones <richard@users.sourceforge.net>
date Wed, 12 Nov 2003 01:00:59 +0000
parents 126d4d0ac89b
children 3a4abf6d48c2
comparison
equal deleted inserted replaced
1910:d19fd344bd1f 1911:f5c804379c85
28 <td tal:content="python:user.realname.plain() or default">&nbsp;</td> 28 <td tal:content="python:user.realname.plain() or default">&nbsp;</td>
29 <td tal:content="python:user.organisation.plain() or default">&nbsp;</td> 29 <td tal:content="python:user.organisation.plain() or default">&nbsp;</td>
30 <td tal:content="python:user.address.email() or default">&nbsp;</td> 30 <td tal:content="python:user.address.email() or default">&nbsp;</td>
31 <td tal:content="python:user.phone.plain() or default">&nbsp;</td> 31 <td tal:content="python:user.phone.plain() or default">&nbsp;</td>
32 <td tal:condition="context/is_edit_ok"> 32 <td tal:condition="context/is_edit_ok">
33 <a tal:attributes="href string:user${user/id}?:action=retire&:template=index"> 33 <a tal:attributes="href string:user${user/id}?@action=retire&@template=index">
34 retire</a> 34 retire</a>
35 </td> 35 </td>
36 </tr> 36 </tr>
37 </table> 37 </table>
38 </td> 38 </td>

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