[Zope] Using pythonbased products (rbickers Photo) from Page Templates

Chris Withers chrisw@nipltd.com
Tue, 03 Sep 2002 10:22:52 +0100


Jochen Haeberle wrote:
> 
> <dtml-var "tag(display=REQUEST.get('display', 'small'), border=0, 
> cookie=1)">
> 
> in TAL to get the cookie-enabled version of the Photo???

<tal:x replace="python:here.tag(display=request.get('display','small),
                                 border=0,
                                 cookie=1)"/>

cheers,

Chris