
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3935 fd906abe-77d9-0310-91a1-e0d9ade77398
57 lines
No EOL
2 KiB
XML
57 lines
No EOL
2 KiB
XML
<tal:block i18n:domain="loops">
|
|
<div class="body container"
|
|
metal:define-macro="body"
|
|
tal:define="controller nocall:view/controller;
|
|
resourceBase controller/resourceBase;">
|
|
|
|
<div id="global"
|
|
metal:define-macro="global">
|
|
<div class="top span-6"
|
|
metal:define-slot="top">
|
|
<a href="#" name="top" metal:define-slot="logo"
|
|
tal:attributes="href string:${request/URL/1}"><img class="logo"
|
|
src="logo.gif" border="0" alt="Home"
|
|
tal:attributes="src string:${resourceBase}logo.gif" /></a>
|
|
<div metal:define-slot="top-actions">
|
|
<tal:action repeat="macro controller/macros/top_actions">
|
|
<metal:action use-macro="macro" />
|
|
</tal:action>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="content" class="span-6"
|
|
metal:define-macro="content">
|
|
<div metal:define-slot="actions"></div>
|
|
<div metal:define-slot="message"></div>
|
|
<metal:content define-slot="content">
|
|
<tal:content define="item nocall:view/item;
|
|
level level|python: 1;
|
|
macro item/macro;"
|
|
condition="macro">
|
|
<metal:block use-macro="macro" />
|
|
</tal:content>
|
|
</metal:content>
|
|
</div>
|
|
|
|
<div class="span-2 last">
|
|
<tal:portlet repeat="macro controller/macros/portlet_right">
|
|
<metal:portlet use-macro="macro" />
|
|
</tal:portlet>
|
|
<tal:portlet repeat="macro controller/macros/portlet_left">
|
|
<metal:portlet use-macro="macro" />
|
|
</tal:portlet>
|
|
</div>
|
|
|
|
<div id="footer" class="footer clear"
|
|
metal:define-macro="footer">
|
|
<metal:footer define-slot="footer">
|
|
Powered by <b><a href="http://www.python.org">Python</a></b> ·
|
|
<b><a href="http://wiki.zope.org/zope3">Zope 3</a></b> ·
|
|
<b><a href="http://loops.cy55.de">
|
|
loops</a></b>.
|
|
</metal:footer>
|
|
</div>
|
|
|
|
</div>
|
|
</tal:block> |