[ZCM] [ZC] 1462/ 1 Request "Code error in Zope Tutorial lesson 6"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin at zope.org
Tue Aug 10 19:55:14 EDT 2004


Issue #1462 Update (Request) "Code error in Zope Tutorial lesson 6"
 Status Pending, Zope/bug+solution medium
To followup, visit:
  http://collector.zope.org/Zope/1462

==============================================================
= Request - Entry #1 by Anonymous User on Aug 10, 2004 7:55 pm

Lesson 6 the page template must be:
<html>

<h1 tal:content="template/title">title</h1>

<table border="1">
  <tr tal:repeat="sighting container/sightingsFolder/objectValues">
  <td tal:content="structure sighting">
  Sighting goes here
  </td>
  </tr>
</table>

</html>

in order to display each sighting in a different box.
==============================================================



More information about the Zope-Collector-Monitor mailing list