Hi! I want to activate the standard_html_header in a folder (e.g /abc) rather than the standard_html_header in / if people visit my site. But what is the command? Best regards, Terence Ng _________________________________________________________ Do you Yahoo!? SMS Messenger 手機電腦互動新趨勢 Instant messaging between PC and mobile http://hk.mobile.yahoo.com/sms_msgr.html
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. Greetings, Antwan. At 21:53 25-1-02 +0800, you wrote:
Hi!
I want to activate the standard_html_header in a folder (e.g /abc) rather than the standard_html_header in / if people visit my site. But what is the command?
Best regards,
Terence Ng
_________________________________________________________ Do you Yahoo!? SMS Messenger ¤â¾÷¹q¸£¤¬°Ê·sÁÍ¶Õ Instant messaging between PC and mobile 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 - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Antwan Reijnen DEXUS New Media Metropole Office Laan van Meerdervoort 70 2517 AN Den Haag Tel 070-3114800 Fax 070-3656279 http://www.dexus.nl DEXUS New Media maakt deel uit van de Metropole IT Group http://www.metropole-it.nl ICQ#: 7916222
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> 的郵件內容:> 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.
Greetings, Antwan.
_________________________________________________________ Do you Yahoo!? SMS Messenger 手機電腦互動新趨勢 Instant messaging between PC and mobile http://hk.mobile.yahoo.com/sms_msgr.html
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> ªº¶l¥ó¤º®e¡G> 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.
Greetings, Antwan.
_________________________________________________________ Do you Yahoo!? SMS Messenger ¤â¾÷¹q¸£¤¬°Ê·sÁÍ¶Õ Instant messaging between PC and mobile 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 - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Antwan Reijnen -
Antwan Reijnen -
Terence Ng