Integrating Structured Documents in a website
Hello! (Please cc me, as I am not subscribed.) I am having problems integrating Zope in my web-site. I have not been able to find a way to display them with my own headers and footers. I would really appreciate help with that. I do not mind if I have to use ZPT to do it, as I have been meaning to get into that as well. Any help is greatly appreciated. Thanks, Jerome Loisel -- Jérôme Loisel <A HREF="http://www.loisel.org/jerome/">www.loisel.org/jerome/</A>
Jerome Loisel wrote:
Hello!
(Please cc me, as I am not subscribed.)
I am having problems integrating Zope in my web-site. I have not been able to find a way to display them with my own headers and footers. I would
I use it with DTML without problems on many sites for long time. Please post some of your code and describe your site structure, we are not magician wizards with glass ball. -- Jaroslav Luke -- Tento e-mail nemu*e obsahovat VIRY jeliko nepocházi z virózního systému M$ Windows!
Hello, I am using this product: http://zope.org/Members/mjablonski/StructuredDocument ...to enable clients to manage some portions of their content using structured text markup as well as simple vanilla HTML markup. I simply create structured document objects that I can include most anywhere inside any page template with something like this: <span tal:replace="structure container/client_content/stx_document"> Structured text document content appears here </span> Client_content is a folder where I keep client-managed StructuredDocument objects, and stx_document represents whatever particular StructuredDocument object I want to render in this particular place in the page template. cheers, John S.
I am having problems integrating Zope in my web-site. I have not been able to find a way to display them with my own headers and footers. I would really appreciate help with that. I do not mind if I have to use ZPT to do it, as I have been meaning to get into that as well.
__________________________________ Do you Yahoo!? Yahoo! Tax Center - File online by April 15th http://taxes.yahoo.com/filing.html
participants (3)
-
Jaroslav Lukesh -
Jerome Loisel -
John Schinnerer