
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4036 fd906abe-77d9-0310-91a1-e0d9ade77398
46 lines
1.1 KiB
XML
46 lines
1.1 KiB
XML
<!-- $Id$ -->
|
|
|
|
<configure
|
|
xmlns:zope="http://namespaces.zope.org/zope"
|
|
xmlns="http://namespaces.zope.org/browser"
|
|
i18n_domain="zope"
|
|
>
|
|
|
|
<resourceDirectory name="cybertools.icons" directory="icons" />
|
|
|
|
<menuItem
|
|
for="*"
|
|
menu="zmi_views" action="index.html" title="View"
|
|
/>
|
|
|
|
<page for="*"
|
|
name="body.html"
|
|
class="cybertools.browser.view.BodyTemplateView"
|
|
permission="zope.View"/>
|
|
|
|
<page for="*"
|
|
name="cybertools.body_macros"
|
|
template="liquid/body.pt"
|
|
permission="zope.Public"
|
|
/>
|
|
|
|
<zope:adapter
|
|
for="* zope.publisher.interfaces.browser.IBrowserRequest"
|
|
factory="cybertools.browser.member.MemberInfoProvider"
|
|
permission="zope.Public"
|
|
/>
|
|
|
|
<!-- a tableless layout skin -->
|
|
<include package=".liquid" />
|
|
|
|
<!-- a layout skin that may be used for sites employing the loops
|
|
package, but not depending on loops -->
|
|
<include package=".loops" />
|
|
|
|
<!-- a skin based on blueprint css -->
|
|
<include package=".blue" />
|
|
|
|
<!-- a skin for management tasks based on Dojo -->
|
|
<include package=".mojo" />
|
|
|
|
</configure>
|