Mercurial > p > roundup > code
comparison templates/classic/html/file.item.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 | c2908812624a |
comparison
equal
deleted
inserted
replaced
| 1975:30a444b7b212 | 1976:3a4abf6d48c2 |
|---|---|
| 1 <tal:block metal:use-macro="templates/page/macros/icing"> | 1 <tal:block metal:use-macro="templates/page/macros/icing"> |
| 2 <title metal:fill-slot="head_title">File display</title> | 2 <title metal:fill-slot="head_title">File display</title> |
| 3 <td class="page-header-top" metal:fill-slot="body_title"> | 3 <span metal:fill-slot="body_title" tal:omit-tag="python:1">File display</span> |
| 4 <h2>File display</h2> | |
| 5 </td> | |
| 6 | 4 |
| 7 <td class="content" metal:fill-slot="content"> | 5 <td class="content" metal:fill-slot="content"> |
| 8 | 6 |
| 9 <span tal:condition="python:not (context.is_view_ok() or context.is_edit_ok())"> | 7 <span tal:condition="python:not (context.is_view_ok() or context.is_edit_ok())"> |
| 10 You are not allowed to view this page. | 8 You are not allowed to view this page. |
