Mercurial > p > roundup > code
comparison templates/minimal/html/page.html @ 3418:9b8019f28158
remember where we came from when logging in (patch [SF#1312889])
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 07 Oct 2005 04:49:48 +0000 |
| parents | bd6ba21d6c47 |
| children | 61d48244e7a8 |
comparison
equal
deleted
inserted
replaced
| 3417:07c696890f55 | 3418:9b8019f28158 |
|---|---|
| 40 <form method="POST" action=""> | 40 <form method="POST" action=""> |
| 41 <input size="10" name="__login_name"><br> | 41 <input size="10" name="__login_name"><br> |
| 42 <input size="10" type="password" name="__login_password"><br> | 42 <input size="10" type="password" name="__login_password"><br> |
| 43 <input type="hidden" name="@action" value="Login"> | 43 <input type="hidden" name="@action" value="Login"> |
| 44 <input type="submit" value="Login" i18n:attributes="value"> | 44 <input type="submit" value="Login" i18n:attributes="value"> |
| 45 <input type="hidden" name="__came_from" tal:attributes="value string:${request/base}${request/env/PATH_INFO}"> | |
| 45 <span tal:replace="structure request/indexargs_form" /> | 46 <span tal:replace="structure request/indexargs_form" /> |
| 46 </form> | 47 </form> |
| 47 <a tal:condition="python:request.user.hasPermission('Web Registration')" | 48 <a tal:condition="python:request.user.hasPermission('Web Registration')" |
| 48 href="user?@template=register" i18n:translate="">Register</a> | 49 href="user?@template=register" i18n:translate="">Register</a> |
| 49 </p> | 50 </p> |
