[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/browser/container - __init__.py:1.1.2.1 configure.zcml:1.1.2.1
Jim Fulton
jim@zope.com
Mon, 23 Dec 2002 14:31:44 -0500
Update of /cvs-repository/Zope3/src/zope/app/interfaces/browser/container
In directory cvs.zope.org:/tmp/cvs-serv19908/zope/app/interfaces/browser/container
Added Files:
Tag: NameGeddon-branch
__init__.py configure.zcml
Log Message:
Initial renaming before debugging
=== Added File Zope3/src/zope/app/interfaces/browser/container/__init__.py ===
#
# This file is necessary to make this directory a package.
=== Added File Zope3/src/zope/app/interfaces/browser/container/configure.zcml ===
<zopeConfigure
xmlns='http://namespaces.zope.org/zope'
xmlns:browser='http://namespaces.zope.org/browser'
>
<browser:menu id="add_content"
title="Menu of objects to be added to content containers"
/>
<browser:view
for="zope.app.interfaces.container.IContentContainer"
name="+"
factory="zope.app.browser.container.adding.Adding"
permission="Zope.ManageContent"
>
<browser:page name="index.html" template="add.pt" />
<browser:page name="action.html" attribute="action" />
</browser:view>
</zopeConfigure>