Mercurial > p > roundup > code
comparison templates/minimal/html/page.html @ 3971:ff3a8b7d1819 1.4.4
security fixes
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sat, 01 Mar 2008 08:18:07 +0000 |
| parents | 3a4cce7e77fb |
| children |
comparison
equal
deleted
inserted
replaced
| 3970:c5376b2f7bbf | 3971:ff3a8b7d1819 |
|---|---|
| 141 </p> | 141 </p> |
| 142 </form> | 142 </form> |
| 143 | 143 |
| 144 <p class="userblock" tal:condition="python:request.user.username != 'anonymous'"> | 144 <p class="userblock" tal:condition="python:request.user.username != 'anonymous'"> |
| 145 <b i18n:translate="">Hello, <span i18n:name="user" | 145 <b i18n:translate="">Hello, <span i18n:name="user" |
| 146 tal:replace="request/user/username">username</span></b><br> | 146 tal:replace="python:request.user.username.plain(escape=1)">username</span></b><br> |
| 147 <a href="#" tal:attributes="href string:user${request/user/id}" | 147 <a href="#" tal:attributes="href string:user${request/user/id}" |
| 148 i18n:translate="">Your Details</a><br> | 148 i18n:translate="">Your Details</a><br> |
| 149 <a href="#" tal:attributes="href python:request.indexargs_url('', | 149 <a href="#" tal:attributes="href python:request.indexargs_url('', |
| 150 {'@action':'logout'})" i18n:translate="">Logout</a> | 150 {'@action':'logout'})" i18n:translate="">Logout</a> |
| 151 </p> | 151 </p> |
