16 Apr
2002
16 Apr
'02
4:24 p.m.
To call "logo.gif" stored in folder Img from DTML method in root folder I do this: <dtml-with Img> <dtml-var "_.getitem('logo.gif')"> </dtml-with> Can this be written without <dtml-with>? Note: I do not want to strip ".gif". If it wasn't for this condition, it would be easy: <dtml-var "Img.logo"> -- Milos Prudek
16 Apr
16 Apr
9:38 p.m.
New subject: [Zope] _.getitem in subfolder and a dot in filename
On Tue, 16 Apr 2002 18:24:00 +0200 "Milos Prudek" <milos.prudek@tiscali.cz> wrote:
To call "logo.gif" stored in folder Img from DTML method in root folder I do this:
<dtml-with Img> <dtml-var "_.getitem('logo.gif')"> </dtml-with>
Can this be written without <dtml-with>?
hi, <dtml-var "Img['logo.gif']"> greetings, maik.
8756
Age (days ago)
8756
Last active (days ago)
1 comments
2 participants
participants (2)
-
Maik Jablonski -
Milos Prudek