
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4036 fd906abe-77d9-0310-91a1-e0d9ade77398
65 lines
No EOL
2.5 KiB
XML
65 lines
No EOL
2.5 KiB
XML
<tal:block i18n:domain="loops">
|
|
<metal:block define-macro="body"
|
|
tal:define="controller nocall:view/controller;
|
|
resourceBase controller/resourceBase;">
|
|
|
|
<div id="borderContainer"
|
|
dojoType="dijit.layout.BorderContainer"
|
|
gutters="true">
|
|
|
|
<div id="global" metal:define-macro="global"
|
|
dojoType="dijit.layout.ContentPane"
|
|
region="top" splitter="false">
|
|
<div class="top" 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>
|
|
</div>
|
|
|
|
<div id="mainSplit"
|
|
dojoType="dijit.layout.BorderContainer"
|
|
region="center" gutters="true" design="sidebar"
|
|
splitter="false" liveSplitters="true">
|
|
<div metal:define-macro="menu"
|
|
dojoType="dijit.layout.ContentPane"
|
|
region="leading" splitter="true"
|
|
style="width: 15%">
|
|
<tal:portlet repeat="macro controller/macros/portlet_left">
|
|
<metal:portlet use-macro="macro" />
|
|
</tal:portlet>
|
|
</div>
|
|
<div metal:define-macro="content"
|
|
dojoType="dijit.layout.ContentPane"
|
|
region="center" splitter="true">
|
|
<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>
|
|
|
|
<div class="footer" metal:define-macro="footer"
|
|
dojoType="dijit.layout.ContentPane"
|
|
region="bottom" splitter="false"
|
|
style="margin-top: 0">
|
|
<metal:footer define-slot="footer">
|
|
Powered by <b><a href="http://www.python.org">Python</a></b> ·
|
|
<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>
|
|
|
|
</metal:block>
|
|
</tal:block> |