comparison templates/classic/html/msg.item.html @ 1976:3a4abf6d48c2

body_title improvement
author Richard Jones <richard@users.sourceforge.net>
date Mon, 19 Jan 2004 23:01:10 +0000
parents fad32dafc174
children 3b92a1b7a056
comparison
equal deleted inserted replaced
1975:30a444b7b212 1976:3a4abf6d48c2
3 <title metal:fill-slot="head_title"> 3 <title metal:fill-slot="head_title">
4 <span tal:replace="config/TRACKER_NAME" />: 4 <span tal:replace="config/TRACKER_NAME" />:
5 <span tal:condition="context/id" tal:replace="string:Message ${context/id}" /> 5 <span tal:condition="context/id" tal:replace="string:Message ${context/id}" />
6 <tal:x tal:condition="not:context/id">New Message</tal:x> 6 <tal:x tal:condition="not:context/id">New Message</tal:x>
7 </title> 7 </title>
8 <td class="page-header-top" metal:fill-slot="body_title"> 8 <span metal:fill-slot="body_title" tal:omit-tag="python:1">
9 <h2>
10 Message<span tal:replace="context/id" /> 9 Message<span tal:replace="context/id" />
11 <tal:x tal:condition="context/is_edit_ok">Editing</tal:x> 10 <tal:x tal:condition="context/is_edit_ok">Editing</tal:x>
12 </h2> 11 </span>
13 </td>
14 <td class="content" metal:fill-slot="content"> 12 <td class="content" metal:fill-slot="content">
15 <table class="form"> 13 <table class="form">
16 14
17 <tr> 15 <tr>
18 <th>Author</th> 16 <th>Author</th>

Roundup Issue Tracker: http://roundup-tracker.org/