[Zope] index_html
Antwan Reijnen
twanus@xs4all.nl
Fri, 25 Jan 2002 16:04:37 +0100
Ah, ok, try replacing <dtml-var standard_html_header> with:
<dtml-var "abc.standard_html_header()">
or
<dtml-with abc>
<dtml-var standard_html_header>
</dtml-with>
Good luck, Antwan.
At 22:42 25-1-02 +0800, you wrote:
>I am sorry that I am a newbie in Zope. I want
>index_html in rootfolder use standard_html_header in
>/abc. But I do not know the command. And could I
>write the standard_html_header as dtml-document?
>
> --- Antwan Reijnen <antwan@dexus.nl> =AA=BA=B6l=A5=F3=A4=BA=AEe=A1G>
>Just put a customized standard_html_header
> > dtml-method in folder /abc. index_html in /abc
> > should use this one in stead of the one in the
> > rootfolder.
> >=20
> > Greetings, Antwan.
>
>
>_________________________________________________________
>Do you Yahoo!?
>SMS Messenger =A4=E2=BE=F7=B9q=B8=A3=A4=AC=B0=CA=B7s=C1=CD=B6=D5
>Instant messaging between PC and mobile=20
>http://hk.mobile.yahoo.com/sms_msgr.html
>
>_______________________________________________
>Zope maillist - Zope@zope.org
>http://lists.zope.org/mailman/listinfo/zope
>** No cross posts or HTML encoding! **
>(Related lists -=20
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )