[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Using Zope Page Templates
webmaster@zope.org
webmaster@zope.org
Fri, 27 Dec 2002 00:54:06 -0500
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx#2-22
---------------
Click on the *Test* tab. You should see a page with, "This is a
Simple Page." at the top. Notice that the text is plain; nothing
is in bold.
% Anonymous User - May 24, 2002 8:57 am:
there is no "Test" tab, do you mean "View"?
% Anonymous User - May 29, 2002 10:39 am:
"Test" tab only shows when using "Page Template", "View" only shows when using DTML page or DTML method.
% Anonymous User - July 30, 2002 1:23 pm:
* I don't think it can be "a" in "This is a Simple Page"
because there is no "a" in :
This is <b tal:replace="template/title">the Title</b>.
* I only get "This is .", unless I change the line to:
This is <b tal:replace="template/id">the Title</b>.
Did I miss something?
% Anonymous User - July 30, 2002 1:38 pm:
Sorry - I left Title field blank :(
% Anonymous User - Dec. 27, 2002 12:48 am:
How this example is different from the first example. Not enough explaination is provided in both the
examples.
% Anonymous User - Dec. 27, 2002 12:54 am:
Why don't I get "a Simple Page" in Bold.