cybertools/browser/blue/configure.zcml
helmutm 2accd0db2d add Blueprint-based skin
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3935 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-08-08 07:04:50 +00:00

30 lines
863 B
XML

<!-- $Id$ -->
<configure
xmlns:zope="http://namespaces.zope.org/zope"
xmlns="http://namespaces.zope.org/browser"
i18n_domain="zope">
<zope:interface
interface="cybertools.browser.blue.Blue"
type="zope.publisher.interfaces.browser.IBrowserSkinType"
name="Blue" />
<page for="*"
name="body.html"
class="cybertools.browser.blue.browser.View"
permission="zope.View"
layer="cybertools.browser.blue.Blue" />
<page name="controller"
for="zope.publisher.interfaces.browser.IBrowserView"
class="cybertools.browser.blue.controller.Controller"
permission="zope.Public"
layer="cybertools.browser.blue.Blue" />
<resourceDirectory name="blue" directory="."/>
<resource name="custom.css" file="custom.css"
layer="cybertools.browser.blue.Blue"/>
</configure>