Mercurial > p > roundup > code
comparison templates/minimal/html/page.html @ 1976:3a4abf6d48c2
body_title improvement
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 19 Jan 2004 23:01:10 +0000 |
| parents | f5c804379c85 |
| children | 35b4435d2ef2 |
comparison
equal
deleted
inserted
replaced
| 1975:30a444b7b212 | 1976:3a4abf6d48c2 |
|---|---|
| 16 | 16 |
| 17 <table class="body"> | 17 <table class="body"> |
| 18 | 18 |
| 19 <tr> | 19 <tr> |
| 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"><h2><span metal:define-slot="body_title">body title</span></h2></td> |
| 22 </tr> | 22 </tr> |
| 23 | 23 |
| 24 <tr> | 24 <tr> |
| 25 <td rowspan="2" valign="top" 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'"> |
