[Zope] ZPT : filling multiple macros

kent sin kentsin@yahoo.com
Tue, 20 Nov 2001 00:05:23 -0800 (PST)


How can I fill multiple macros? For example:

index

<html
metal:use-macro="here/main_template/macros/master">
<body>
 <div metal:fill-slot="main">

 <table cellpadding="0" cellspacing="0" width="100%">
 <tr>
 <td valign="top" width="80%">

 <h1> Welcome to <span
tal:replace="here/title">(portal title)</span> </h1>

 <dl>
 <dt> Overview </dt>
 <dd tal:content="here/description"> Description here
</dd>
 </dl>

 </td>
 <td valign="top" width="20%" tal:content="structure
here/news_box">
  News here
 </td>
 </tr>
 </table>

 </div>
</body>
</html>


If I also want to change the top_bar (As in CMF zpt
skin), where should I place it?

Rgs,

Kent Sin

__________________________________________________
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1