Mercurial > p > roundup > code
comparison templates/classic/html/issue.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 | 58b6d1747973 |
| children | 975500ced7fa |
comparison
equal
deleted
inserted
replaced
| 2186:3f89c8ffe4f1 | 2187:3b92a1b7a056 |
|---|---|
| 1 <!-- dollarId: issue.item,v 1.4 2001/08/03 01:19:43 richard Exp dollar--> | 1 <!-- dollarId: issue.item,v 1.4 2001/08/03 01:19:43 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" />: | 4 <tal:x condition="context/id" |
| 5 <span tal:condition="context/id" | 5 replace="string:Issue ${context/id}: ${context/title}" /> |
| 6 tal:replace="string:Issue ${context/id}: ${context/title}" /> | 6 <tal:x condition="not:context/id">New Issue</tal:x> |
| 7 - <tal:x replace="config/TRACKER_NAME" /> | |
| 7 </title> | 8 </title> |
| 8 <span metal:fill-slot="body_title" tal:omit-tag="python:1"> | 9 <span metal:fill-slot="body_title" tal:omit-tag="python:1"> |
| 9 <tal:x tal:condition="not:context/id">New</tal:x> | 10 <tal:x tal:condition="not:context/id">New</tal:x> |
| 10 Issue<span tal:replace="context/id" /> | 11 Issue<tal:x replace="context/id" /> |
| 11 <tal:x tal:condition="context/is_edit_ok">Editing</tal:x> | 12 <tal:x tal:condition="context/is_edit_ok">Editing</tal:x> |
| 12 </span> | 13 </span> |
| 13 | 14 |
| 14 <td class="content" metal:fill-slot="content"> | 15 <td class="content" metal:fill-slot="content"> |
| 15 | 16 |
