Sorry to answer my own (newbie) question - I need to learn the basics of zope :) I created a zwiki page, changed the page_type property to structuredtextdtml, and entered: <dtml-in expr="(WikiPage1,WikiePage2,OtherWikiPages)"> **<dtml-var title_or_id>** <p> <dtml-var text> </dtml-in> -Scott -----Original Message----- From: Meilicke, Scott Sent: Monday, June 11, 2001 8:32 AM To: 'zope@zope.org' Subject: Wikis without the headers and footers? Hello, I want to create a single document from all of my relevant wiki pages. I created a DTML method that calls each wiki page that I want: <dtml-var FrontPage> <dtml-var Purpose> <dtml-var KeyCustomers> etc... but that gives me headers and footers. Is there a way to remove the headers and footers of each page? I'm using zwiki 0.8.1 and zope 2.3.0. Thanks - Scott
participants (1)
-
Meilicke, Scott