Mercurial > p > roundup > code
comparison templates/classic/html/page.html @ 3133:708ce3b664d4 maint-0.8
merge from HEAD
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sat, 12 Feb 2005 00:59:47 +0000 |
| parents | ac1803a09920 |
| children | e6a15fce8772 |
comparison
equal
deleted
inserted
replaced
| 3131:96086801bd61 | 3133:708ce3b664d4 |
|---|---|
| 112 <b i18n:translate="">Hello, <span i18n:name="user" | 112 <b i18n:translate="">Hello, <span i18n:name="user" |
| 113 tal:replace="request/user/username">username</span></b><br> | 113 tal:replace="request/user/username">username</span></b><br> |
| 114 <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}" i18n:translate="">Your Issues</a><br> | 114 <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}" i18n:translate="">Your Issues</a><br> |
| 115 <a tal:attributes="href string:user${request/user/id}" | 115 <a tal:attributes="href string:user${request/user/id}" |
| 116 i18n:translate="">Your Details</a><br> | 116 i18n:translate="">Your Details</a><br> |
| 117 <a tal:attributes="href python:request.indexargs_href('', | 117 <a tal:attributes="href python:request.indexargs_url('', |
| 118 {'@action':'logout'})" i18n:translate="">Logout</a> | 118 {'@action':'logout'})" i18n:translate="">Logout</a> |
| 119 </p> | 119 </p> |
| 120 <p class="userblock"> | 120 <p class="userblock"> |
| 121 <b i18n:translate="">Help</b><br> | 121 <b i18n:translate="">Help</b><br> |
| 122 <a href="http://roundup.sourceforge.net/doc-0.7/" | 122 <a href="http://roundup.sourceforge.net/doc-0.7/" |
