~pcardune/+junk/zope3class

« back to all changes in this revision

Viewing changes to lore/lesson07/index.lore

  • Committer: Paul Carduner
  • Date: 2007-03-10 04:29:01 UTC
  • Revision ID: pcardune@quaternion-20070310042901-d84b1ef1f453dd5c
forgot one part of simplification

Show diffs side-by-side

added added

removed removed

Lines of Context:
169
169
<code>configure.zcml</code> file and add the following lines:
170
170
 
171
171
<pre class="htmlsource">
172
 
  &lt;browser:view
 
172
  &lt;browser:page
173
173
      for="*"
174
174
      name="standard_macros"
175
 
      class="zcontact.browser.ZContactStandardMacros"
176
175
      template="zcontactmacros.pt"
177
176
      permission="zope.View"
178
 
      allowed_interface="zope.interface.common.mapping.IItemMapping"
179
177
      layer="zcontact.interfaces.IZContactSkin"
180
178
      /&gt;
181
179
</pre>