[Zope] DTML in index_html
Dieter Maurer
dieter at handshake.de
Mon Feb 9 13:35:02 EST 2004
John Poltorak wrote at 2004-2-8 19:20 +0000:
>On Sun, Feb 08, 2004 at 07:11:47PM +0100, Johan Carlsson wrote:
>> John Poltorak wrote:
>> > I've tried to put a DTML standard header into index_html but it doesn't
>> > access it.
>> >
>> What type of object is index_html?
>
>
>How do I tell?
In the management screen, most objects have an associated icon.
It tells you about the object's type.
When you click on the object, the resulting management page
tells you: "XXX at URL".
The "XXX" is the object's type.
>It's the object which gets created automatically when I created a new
>folder.
Modern Zope versions create a PageTemplate (aka ZPT).
PageTemplates do not understand DTML.
--
Dieter
More information about the Zope
mailing list