[Zope] Re: Printable Page Question
Jason Earl
jason.earl@simplot.com
18 Dec 2001 12:39:56 -0700
Ah, good catch, it's been a while since I actually played with the
printable pages, and so I had forgotten that I actually included a
small header and a even a style sheet for the printable versions (by
checking a "printed" variable).
In other words, my method was probably more complicated than the
Zope.org one :). Sorry folks, nothing to see here.
Jason
Mike Renfro <renfro@tntech.edu> writes:
> On Tue, Dec 18, 2001 at 10:07:54AM -0700, Jason Earl wrote:
>
> > So if I call the method like this:
> >
> > http://myhost.com/mycontent/
> >
> > the root index_html is called and my content_html method is wrapped in
> > a navigation bar. If it is called like this:
> >
> > http://myhost.com/mycontent/content_html
> >
> > I get the same thing sans navigation.
>
> Do both of these come out as valid html? Normally the
> standard_html_header and _footer contain all the wrapper <head>,
> <body>, etc. tags.
>
> --
> Mike Renfro / R&D Engineer, Center for Manufacturing Research,
> 931 372-3601 / Tennessee Technological University -- renfro@tntech.edu
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )