Mercurial > p > roundup > code
comparison templates/minimal/html/page.html @ 2465:90c5a7fdf0a4
action name must not depend on the button caption
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Tue, 15 Jun 2004 09:12:29 +0000 |
| parents | 7fed5ef86811 |
| children | 3421166e9d86 |
comparison
equal
deleted
inserted
replaced
| 2464:5f0b10bf7ba1 | 2465:90c5a7fdf0a4 |
|---|---|
| 24 <td rowspan="2" valign="top" class="sidebar"> | 24 <td rowspan="2" valign="top" class="sidebar"> |
| 25 <p class="userblock" tal:condition="python:request.user.username=='anonymous'"> | 25 <p class="userblock" tal:condition="python:request.user.username=='anonymous'"> |
| 26 <form method="POST" action=""> | 26 <form method="POST" action=""> |
| 27 <input size="10" name="__login_name"><br> | 27 <input size="10" name="__login_name"><br> |
| 28 <input size="10" type="password" name="__login_password"><br> | 28 <input size="10" type="password" name="__login_password"><br> |
| 29 <input type="submit" name="@action" value="Login" i18n:attributes="value"> | 29 <input type="hidden" name="@action" value="Login"> |
| 30 <input type="submit" value="Login" i18n:attributes="value"> | |
| 30 <span tal:replace="structure request/indexargs_form" /> | 31 <span tal:replace="structure request/indexargs_form" /> |
| 31 </form> | 32 </form> |
| 32 <a tal:condition="python:request.user.hasPermission('Web Registration')" | 33 <a tal:condition="python:request.user.hasPermission('Web Registration')" |
| 33 href="user?@template=register" i18n:translate="">Register</a> | 34 href="user?@template=register" i18n:translate="">Register</a> |
| 34 </p> | 35 </p> |
