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

body_title improvement
author Richard Jones <richard@users.sourceforge.net>
date Mon, 19 Jan 2004 23:01:10 +0000
parents 21312a7564fd
children 3b92a1b7a056
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"> 2 <title metal:fill-slot="head_title">
3 <span tal:replace="config/TRACKER_NAME" />: List of messages 3 <span tal:replace="config/TRACKER_NAME" />: List of messages
4 </title> 4 </title>
5 <td class="page-header-top" metal:fill-slot="body_title"> 5 <span metal:fill-slot="body_title" tal:omit-tag="python:1">Message listing</span>
6 <h2>Message listing</h2>
7 </td>
8 <td class="content" metal:fill-slot="content"> 6 <td class="content" metal:fill-slot="content">
9 <table class="messages" tal:condition="request/filter"> 7 <table class="messages" tal:condition="request/filter">
10 <tr><th colspan=2 class="header">Messages</th></tr> 8 <tr><th colspan=2 class="header">Messages</th></tr>
11 <tal:block tal:repeat="msg context/list"> 9 <tal:block tal:repeat="msg context/list">
12 <tr> 10 <tr>

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