Hi and thanks,

I want to view images in a local fs on a web page so i have:

<dtml-with images>

<dtml-in images start=0 size=50 orphan=0 reverse>

<img src="<dtml-var "(THE IMAGE ID'S)">"><br>

</dtml-in>

</dtml-with>

I've read that I can get the filenames as id's by using
getObject, but I can't seem to make it work.


Tom Scheidt   |   www.falsemirror.com   |   [EMAIL PROTECTED]
----------------------------------------------------------------------------
-----------


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

Reply via email to