[ZPT] CVS: Packages/Products/PageTemplates (Products/DC/PageTemplates) - CheckPathAlt.html:1.1

evan@serenade.digicool.com evan@serenade.digicool.com
Fri, 11 May 2001 19:45:00 -0400


Update of /cvs-repository/Packages/Products/PageTemplates/tests/output
In directory serenade:/home/evan/Zope/pt/lib/python/Products/PageTemplates2/tests/output

Added Files:
	CheckPathAlt.html 
Log Message:
Created PageTemplateFile module and class.
Implemented alternate path '|' operator.
Added 'default' builtin.
Made Expression types available to python expressions as functions.
Changed the way render() calls DTML.



--- Added File CheckPathAlt.html in package Packages/Products/PageTemplates ---
<html>
<body>
   <div>
   <p>X</p>
   <p>X</p>
   <p>X</p>
   <p>X</p>
   <p>X</p>

   <p name="">Z</p>
   <p name="">Z</p>
   <p>Z</p>

   <p>c</p>
   </div>
</body>
</html>