[Zope] dtml-in --> sequence
Tino Wildenhain
tino@wildenhain.de
Sat, 07 Apr 2001 12:27:30 +0200
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