comparison roundup/templates/classic/html/page @ 1004:5f12d3259f31

logout works better now
author Richard Jones <richard@users.sourceforge.net>
date Sun, 01 Sep 2002 22:09:20 +0000
parents f89b8d32291b
children efa19bdad6c3
comparison
equal deleted inserted replaced
1003:f89b8d32291b 1004:5f12d3259f31
49 <span tal:replace="structure request/indexargs_form" /> 49 <span tal:replace="structure request/indexargs_form" />
50 </form> 50 </form>
51 <tal:block tal:condition="python:request.user.username != 'anonymous'"> 51 <tal:block tal:condition="python:request.user.username != 'anonymous'">
52 <a tal:attributes="href string:issue?:sort=-activity&:group=priority&:filter=status,assignedto&:columns=id,activity,title,creator,priority&status=-1,1,2,3,4,5,6,7&assignedto=${request/user/id}">My Issues</a><br> 52 <a tal:attributes="href string:issue?:sort=-activity&:group=priority&:filter=status,assignedto&:columns=id,activity,title,creator,priority&status=-1,1,2,3,4,5,6,7&assignedto=${request/user/id}">My Issues</a><br>
53 <a tal:attributes="href string:user${request/user/id}">My Details</a><br> 53 <a tal:attributes="href string:user${request/user/id}">My Details</a><br>
54 <a href="?:action=logout">Logout</a> 54 <a tal:attributes="href python:request.indexargs_href(request.url,
55 {':action':'logout'})">Logout</a>
55 </tal:block> 56 </tal:block>
56 </p> 57 </p>
57 </td> 58 </td>
58 <td> 59 <td>
59 <p tal:condition="options/error_message | nothing" class="error-message" 60 <p tal:condition="options/error_message | nothing" class="error-message"

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