Mercurial > p > roundup > code
comparison templates/classic/html/msg.item.html @ 2187:3b92a1b7a056
tracker name at end of page title (rfe [SF#926840])
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 05 Apr 2004 23:48:56 +0000 |
| parents | 3a4abf6d48c2 |
| children | 8822a99f7650 |
comparison
equal
deleted
inserted
replaced
| 2186:3f89c8ffe4f1 | 2187:3b92a1b7a056 |
|---|---|
| 1 <!-- dollarId: msg.item,v 1.3 2002/05/22 00:32:34 richard Exp dollar--> | 1 <!-- dollarId: msg.item,v 1.3 2002/05/22 00:32:34 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"> | 3 <title metal:fill-slot="head_title"> |
| 4 <span tal:replace="config/TRACKER_NAME" />: | |
| 5 <span tal:condition="context/id" tal:replace="string:Message ${context/id}" /> | 4 <span tal:condition="context/id" tal:replace="string:Message ${context/id}" /> |
| 6 <tal:x tal:condition="not:context/id">New Message</tal:x> | 5 <tal:x tal:condition="not:context/id">New Message</tal:x> |
| 6 - <span tal:replace="config/TRACKER_NAME" /> | |
| 7 </title> | 7 </title> |
| 8 <span metal:fill-slot="body_title" tal:omit-tag="python:1"> | 8 <span metal:fill-slot="body_title" tal:omit-tag="python:1"> |
| 9 Message<span tal:replace="context/id" /> | 9 Message<span tal:replace="context/id" /> |
| 10 <tal:x tal:condition="context/is_edit_ok">Editing</tal:x> | 10 <tal:x tal:condition="context/is_edit_ok">Editing</tal:x> |
| 11 </span> | 11 </span> |
