47 lines
1.3 KiB
XML
47 lines
1.3 KiB
XML
<tal:block i18n:domain="loops">
|
|
<div metal:define-macro="body">
|
|
<div metal:use-macro="views/cybertools.body_macros/body">
|
|
|
|
|
|
<a href="#" name="top" metal:fill-slot="logo"
|
|
tal:attributes="href view/topMenu/url"><img
|
|
src="logo.png" border="0"
|
|
alt="loops Site"
|
|
tal:attributes="src string:${resourceBase}logo.png" /></a>
|
|
|
|
|
|
<metal:breadcrumbs fill-slot="breadcrumbs">
|
|
<metal:tabs use-macro="views/node_macros/breadcrumbs" />
|
|
</metal:breadcrumbs>
|
|
|
|
|
|
<metal:tabs fill-slot="view_modes">
|
|
<metal:tabs use-macro="views/node_macros/view_modes" />
|
|
</metal:tabs>
|
|
|
|
|
|
<metal:left fill-slot="portlet-left">
|
|
<tal:portlet repeat="macro controller/macros/portlet_left">
|
|
<metal:portlet use-macro="macro" />
|
|
</tal:portlet>
|
|
<tal:portlet repeat="macro controller/macros/portlet_right">
|
|
<metal:portlet use-macro="macro" />
|
|
</tal:portlet>
|
|
</metal:left>
|
|
|
|
|
|
<metal:right fill-slot="portlet-right" />
|
|
|
|
|
|
<metal:footer fill-slot="footer">
|
|
Powered by
|
|
<b><a href="http://loops.cy55.de">loops</a></b> ·
|
|
<b><a href="http://wiki.zope.org/zope3">Zope 3</a></b> ·
|
|
<b><a href="http://www.python.org">Python</a></b> ·
|
|
<b><a href="http://www.dojotoolkit.org">Dojo</a></b>.
|
|
</metal:footer>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</tal:block>
|