[Zope-CMF] DTML-TAL
Andreas Jung
andreas@andreas-jung.com
Mon, 04 Nov 2002 15:59:31 +0100
--On Montag, 4. November 2002 16:00 +0000 Alwin Schronen <alsc@sybcom.de>
wrote:
> <dtml-if "hasProperty('frontpage')">
> bla bla bla
> </dtml-if>
>
> How in TAL:
>
> <span tal:condition="???">
> bla bla bla
> </span>
<span tal:condition="python: here.hasProperty('frontpage')">
bla bla bla
</span>
---------------------------------------------------------------------
- Andreas Jung http://www.andreas-jung.com -
- EMail: andreas at andreas-jung.com -
- "Life is too short to (re)write parsers" -
---------------------------------------------------------------------