[Zope-dev] FileSystem based products & markup.
   
    Romain Slootmaekers
     
    romain@zzict.com
       
    Thu, 14 Feb 2002 14:13:55 +0100 (CET)
    
    
  
Yo,
We have a file system based product, and some dtml-methods are defined the
usual way
 myMethod=DTMLFile('myMethod',globals())
We want our webbies to be able to add some eye-candy. But how would they
go about if they want to add some images ?
Remember: THEY ARE WEBBIES, so it has to be really easy and simple and
changeable, so no 
  
  myImage=ImageFile(......)
  solutions are possible.
Ideas appreciated
Sloot.