
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4063 fd906abe-77d9-0310-91a1-e0d9ade77398
28 lines
974 B
XML
28 lines
974 B
XML
<tal:block i18n:domain="loops">
|
|
<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:footer fill-slot="footer">
|
|
<div xtal:condition="view/editable"
|
|
tal:condition="nothing">
|
|
<span i18n:translate="">For quick creation of notes/links bookmark this link</span>:
|
|
<a href="#"
|
|
tal:attributes="href view/popupCreateObjectForm">Create loops Note</a>
|
|
</div>
|
|
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>
|
|
</tal:block>
|