[ZPT] CVS: Packages/Products/PageTemplates - Loop1.html:1.1
chrism@serenade.digicool.com
chrism@serenade.digicool.com
Mon, 26 Mar 2001 15:33:30 -0500
Update of /cvs-repository/Packages/Products/PageTemplates/tests/output
In directory serenade.digicool.com:/home/chrism/sandboxes/ZPT/lib/python/Products/PageTemplates/tests/output
Added Files:
Loop1.html
Log Message:
*** empty log message ***
--- Added File Loop1.html in package Packages/Products/PageTemplates ---
<html>
<head>
<title>Loop doc</title>
</head>
<body>
<p>Choose your type:</p>
<ul>
<li tal:repeat="type python:'digital', 'analog', 'organic'">
<a href="/mach/digital"
tal:attributes="href string:/mach/$type"
tal:content="type">digital</a>
</li>
<li tal:repeat="type python:'digital', 'analog', 'organic'">
<a href="/mach/analog"
tal:attributes="href string:/mach/$type"
tal:content="type">analog</a>
</li>
<li tal:repeat="type python:'digital', 'analog', 'organic'">
<a href="/mach/organic"
tal:attributes="href string:/mach/$type"
tal:content="type">organic</a>
</li>
</ul>
</body>
</html>