2
xmlns="http://namespaces.zope.org/zope"
3
xmlns:browser="http://namespaces.zope.org/browser"
4
xmlns:i18n="http://namespaces.zope.org/i18n"
5
xmlns:xmlrpc="http://namespaces.zope.org/xmlrpc"
6
i18n_domain="launchpad">
9
for="..publisher.IVostokRoot"
14
for="..publisher.IVostokRoot"
16
class=".root.VostokRootView"
17
template="../templates/root.pt"
18
permission="zope.Public"
19
layer="..publisher.VostokLayer"
23
module=".distribution"
24
classes="DistributionNavigation"
25
layer="..publisher.VostokLayer" />
28
module="lp.vostok.publisher"
29
classes="VostokRootNavigation"
32
<adapter factory="lp.vostok.browser.root.VostokLayerToMainTemplateAdapter" />