Mercurial > p > roundup > code
diff roundup/templates/classic/html/page @ 1104:d759c3cb1f06
Remeber values in edit/new submission error pages.
Some work done on query editing (search refinement)
Fixed logout link to work with cgi-bin
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 10 Sep 2002 23:05:00 +0000 |
| parents | 38b3a28b9e72 |
| children | a95428868bf4 |
line wrap: on
line diff
--- a/roundup/templates/classic/html/page Tue Sep 10 12:44:42 2002 +0000 +++ b/roundup/templates/classic/html/page Tue Sep 10 23:05:00 2002 +0000 @@ -61,7 +61,7 @@ <b>Hello,</b><br><b tal:content="request/user/username">username</b><br> <a tal:attributes="href string:issue?:sort=-activity&:group=priority&:filter=status,assignedto&:columns=id,activity,title,creator,status&status=-1,1,2,3,4,5,6,7&assignedto=${request/user/id}">My Issues</a><br> <a tal:attributes="href string:user${request/user/id}">My Details</a><br> - <a tal:attributes="href python:request.indexargs_href(request.url, + <a tal:attributes="href python:request.indexargs_href('', {':action':'logout'})">Logout</a> </p> </td>
