[Zope] Simple dtml-unless problem

Oleg Broytmann phd@mail2.phd.pp.ru
Wed, 13 Sep 2000 11:56:11 +0000 (GMT)


On Wed, 13 Sep 2000, Tim Hicks wrote:
> <dtml-unless "id == 'index_html'">

   Sometimes id is string, sometimes it is a function.

<dtml-unless "_['id'] == 'index_html'">

Oleg.
---- 
     Oleg Broytmann            http://phd.pp.ru/            phd@phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.