Hi, I've searched the lists, how-to's and Zope.org, to find out how the printable page feature is created... Can anyone point me in the right direction? Thanks, Bob Bob Campbell Banknorth Financial Group 207-761-8595
On Thu, 12 Jul 2001, Campbell, Bob wrote:
I've searched the lists, how-to's and Zope.org, to find out how the printable page feature is created... Can anyone point me in the right direction?
Please note that printable page is generated upon invocation with pp parameter: http://www.zope.org/index_html?pp=1 Now look into zope.org's header and footer: http://www.zope.org/standard_html_header/view_source?pp=1 http://www.zope.org/standard_html_footer/view_source?pp=1 and trace how they use pp in <!--#unless pp--> Just so simple, really! The power of Zope! :) (and please note I use pp=1 as a parameter to view_source :) Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
participants (2)
-
Campbell, Bob -
Oleg Broytmann