Re: [Zope] Referencing an object in a subfolder

2000-08-19 Thread Chris Withers

Kapil Thangavelu wrote:
 Chris Withers wrote:

  dtml-with images_folder
   dtml-var an_image
  /dtml-with

 alternatively
 dtml-var "path.to.images.folder.image"

These are different things!

be careful ;-)

Chris

___
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 )




Re: [Zope] Referencing an object in a subfolder

2000-08-18 Thread Kapil Thangavelu

Chris Withers wrote:
 
 "Smith, Paul" wrote:
 
  I want to create an "images" directory for a web site and store image objects 
there that I can reference. How do I get a DTML document in a higher directory to see 
the images folder and locate the appropriate image?
 
 dtml-with images_folder
  dtml-var an_image
 /dtml-with
 
 cheers,
 
 Chris

alternatively
dtml-var "path.to.images.folder.image"

Kapil

___
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] Referencing an object in a subfolder

2000-08-16 Thread Smith, Paul

I want to create an "images" directory for a web site and store image objects there 
that I can reference. How do I get a DTML document in a higher directory to see the 
images folder and locate the appropriate image?

...Paul


___
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 )




Re: [Zope] Referencing an object in a subfolder

2000-08-16 Thread Chris Withers


"Smith, Paul" wrote:
 
 I want to create an "images" directory for a web site and store image objects there 
that I can reference. How do I get a DTML document in a higher directory to see the 
images folder and locate the appropriate image?

dtml-with images_folder
 dtml-var an_image
/dtml-with

cheers,

Chris

___
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 )