[Zope] Some questions for experienced zopers

Phil Harris phil@wigwamweb.net
Tue, 19 Oct 1999 10:41:49 +0100


Hi Liz,

Try <dtml-var "images.img1">

Phil
phil@WigWamWeb.net

-----Original Message-----
From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Liz
Sent: Tuesday, October 19, 1999 10:08 AM
To: zope@zope.org
Subject: [Zope] Some questions for experienced zopers


Try  this: <IMG SRC = images/img1>

Liz Pelletier


***********************************************************
2.  I would like to aggregate my images into a common folder off the zope
root,
something like this:  (indenting to show directory structure)
/ Mysite
    [_] control_panel
    [_] acl_users
    [_] images
          * img1
          * img2
          * img3
    % index_html
    % standard_error_message
    % standard_html_header
    % standard_html_footer

and then call them as <dtml-var images/img1> in index_html.  Even though the
documentation suggests that this is possible, doing so always returns an
error for
me.




_______________________________________________
Zope maillist  -  Zope@zope.org
http://www.zope.org/mailman/listinfo/zope

(Related lists - please, no cross posts or HTML encoding!

To receive general Zope announcements, see:
http://www.zope.org/mailman/listinfo/zope-announce

For developer-specific issues, zope-dev@zope.org -
http://www.zope.org/mailman/listinfo/zope-dev )