Imported from SVN by Bitbucket

This commit is contained in:
2015-03-31 20:26:20 +00:00
committed by bitbucket
commit ceb7984dec
212 changed files with 49537 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:browser="http://namespaces.zope.org/browser"
i18n_domain="caotek.zidol_theme">
<browser:page
name="summary"
for="Products.ATContentTypes.content.topic.ATTopic"
permission="zope.Public"
template="templates/topic_summary.pt"
class="Products.Collage.browser.views.SummaryTopicView"
layer="Products.Collage.interfaces.ICollageBrowserLayer"
/>
<browser:page
name="standard"
for="Products.ATContentTypes.content.topic.ATTopic"
permission="zope.Public"
template="templates/topic_standard.pt"
class="Products.Collage.browser.views.StandardTopicView"
layer="Products.Collage.interfaces.ICollageBrowserLayer"
/>
</configure>