[Zope] dtml-call but with TAL
Andrew Altepeter
aaltepet@bethel.edu
10 Jul 2003 13:18:14 -0500
> <span tal:condition="here/IfNotLoggedInRedirectSomewhere">
> </span>
Of course to shorten up your markup, you could also do:
<span tal:condition="here/IfNotLoggedInRedirectSomewhere" />
Andy
>
>
> Peter
>
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://mail.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://mail.zope.org/mailman/listinfo/zope-announce
> http://mail.zope.org/mailman/listinfo/zope-dev )