Mercurial > p > roundup > code
comparison templates/minimal/html/user.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 | e323c2d54a17 |
comparison
equal
deleted
inserted
replaced
| 1975:30a444b7b212 | 1976:3a4abf6d48c2 |
|---|---|
| 1 <!-- dollarId: user.item,v 1.7 2002/08/16 04:29:04 richard Exp dollar--> | 1 <!-- dollarId: user.item,v 1.7 2002/08/16 04:29:04 richard Exp dollar--> |
| 2 <tal:block metal:use-macro="templates/page/macros/icing"> | 2 <tal:block metal:use-macro="templates/page/macros/icing"> |
| 3 <title metal:fill-slot="head_title">User editing</title> | 3 <title metal:fill-slot="head_title">User editing</title> |
| 4 <td class="page-header-top" metal:fill-slot="body_title"> | 4 <span metal:fill-slot="body_title" tal:omit-tag="python:1"> |
| 5 <h2>User editing</h2> | 5 User<span tal:replace="context/id" /> |
| 6 </td> | 6 <tal:x tal:condition="context/is_edit_ok">Editing</tal:x> |
| 7 </span> | |
| 7 <td class="content" metal:fill-slot="content"> | 8 <td class="content" metal:fill-slot="content"> |
| 8 <span tal:condition="python:not (context.is_view_ok() or context.is_edit_ok())"> | 9 <span tal:condition="python:not (context.is_view_ok() or context.is_edit_ok())"> |
| 9 You are not allowed to view this page. | 10 You are not allowed to view this page. |
| 10 </span> | 11 </span> |
| 11 | 12 |
