Re: [Zope] Simple acquisition (?) question

2000-08-16 Thread Geir Bækholt

on Wednesday, August 16, 2000 Jean Jordaan wrote :

JJ>   
...

JJ> What further confuses me is that '/docs' has no title, and it
JJ> contains 'index_html (Document Warehouse)'. Now 
JJ> 'standard_html_header' renders '/docs/index_html's title. 

JJ> If '/' has no title and '/index_html' does, 
JJ> 'standard_html_header' renders no title. This seems inconsistent.
JJ> Because there's acquisition stuff that escapes me, doubtless.
JJ> Anyone have 50c worth of enlightenment?

Check whether those index_htmls are DTML methods or DTML
documents..

DTML Documents have properties of their own, and return
their title, when title_or_id is callet upon them..

DTML methods are just that, methods of their container, in
this case their folder, and so returns the folder's title
when title_or_id is called on them ..

see also :
http://www.zope.org/Members/michel/HowTos/DTMLMethodsandDocsHowTo


--
Geir Bækholt
web-developer/designer
[EMAIL PROTECTED]
http://www.funcom.com



___
Zope maillist  -  [EMAIL PROTECTED]
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 )




[Zope] Simple acquisition (?) question

2000-08-16 Thread Jean Jordaan

Hi all

I have 'index_html (Welcome to the Mosaic Intranet)' 
and 'standard_html_header' in '/' (the site root).

'standard_html_header' does the usual::

  

Maybe I shouldn't be, but I was somewhat surprised that this
renders the title of '/' instead of the title of 'index_html'.
("title" == "the title property of").

What further confuses me is that '/docs' has no title, and it
contains 'index_html (Document Warehouse)'. Now 
'standard_html_header' renders '/docs/index_html's title. 

If '/' has no title and '/index_html' does, 
'standard_html_header' renders no title. This seems inconsistent.
Because there's acquisition stuff that escapes me, doubtless.
Anyone have 50c worth of enlightenment?

-- 
Jean Jordaan   --technical writer--
Mosaic Sofware --Zope 2.1.6 on W2K

___
Zope maillist  -  [EMAIL PROTECTED]
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 )