[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Advanced Page Templates
webmaster@zope.org
webmaster@zope.org
Wed, 25 Sep 2002 20:45:28 -0400
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/AdvZPT.stx#3-48
---------------
This template solves the problem by defining the 'n' variable on
an enclosing 'div' tag. Notice that the 'div' tag will not
appear in the output on account of it's 'tal:omit-tag'
statement. This may be ugly, but it works. Perhaps future
versions of Page Templates will solve this problem in a nicer
fashion.
% Anonymous User - Apr. 12, 2002 6:47 pm:
typo
...on account of it's ...
s/it's/its/
% Anonymous User - Apr. 18, 2002 1:50 pm:
What div tag? Looks like something's missing.
% Anonymous User - Aug. 8, 2002 8:09 pm:
It's more like what template?
% Anonymous User - Sep. 25, 2002 8:45 pm:
Example missing. blf