Mercurial > p > roundup > code
comparison templates/minimal/html/page.html @ 1825:fad32dafc174
Replaced all uses of the 'nowrap' attribute with its CSS equivalent:
'white-space: nowrap;'.
| author | Johannes Gijsbers <jlgijsbers@users.sourceforge.net> |
|---|---|
| date | Fri, 03 Oct 2003 16:57:28 +0000 |
| parents | 5f25bf57efb8 |
| children | 743f76c7deab |
comparison
equal
deleted
inserted
replaced
| 1824:24819ee5dfbc | 1825:fad32dafc174 |
|---|---|
| 20 <td class="page-header-left"> </td> | 20 <td class="page-header-left"> </td> |
| 21 <td class="page-header-top" metal:define-slot="body_title"><h2>name</h2></td> | 21 <td class="page-header-top" metal:define-slot="body_title"><h2>name</h2></td> |
| 22 </tr> | 22 </tr> |
| 23 | 23 |
| 24 <tr> | 24 <tr> |
| 25 <td rowspan="2" valign="top" nowrap class="sidebar"> | 25 <td rowspan="2" valign="top" class="sidebar"> |
| 26 <p class="userblock" tal:condition="python:request.user.username=='anonymous'"> | 26 <p class="userblock" tal:condition="python:request.user.username=='anonymous'"> |
| 27 <form method="POST" action=""> | 27 <form method="POST" action=""> |
| 28 <input size="10" name="__login_name"><br> | 28 <input size="10" name="__login_name"><br> |
| 29 <input size="10" type="password" name="__login_password"><br> | 29 <input size="10" type="password" name="__login_password"><br> |
| 30 <input type="submit" name=":action" value="login"> | 30 <input type="submit" name=":action" value="login"> |
