7 Apr
2001
7 Apr
'01
10:27 a.m.
Hi, Menno Brandsen wrote:
Try this !
I used it to dislay images from a certain folder !
<dtml-in expr="FolderName.objectValues()"> -- Gets the items from the folder ! <dtml-var sequence-item> -- Shows (in my case the images) <dtml-var title> -- The title <dtml-var id> -- And your ID </dtml-in>
You could use <dtml-var tag> to display the images. This allows more control if you want to override some attributes: <dtml-var "tag(alt='my picture here')"> Regards Tino