minor fix for body template
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1700 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
3a5daedb83
commit
a633c66762
2 changed files with 10 additions and 7 deletions
|
@ -19,11 +19,6 @@
|
|||
permission="zope.Public"
|
||||
/>
|
||||
|
||||
<page for="*"
|
||||
name="body.html"
|
||||
class="cybertools.browser.view.BodyTemplateView"
|
||||
permission="zope.View"/>
|
||||
|
||||
<page name="controller"
|
||||
for="zope.app.publisher.interfaces.browser.IBrowserView"
|
||||
class="cybertools.browser.controller.Controller"
|
||||
|
@ -33,6 +28,12 @@
|
|||
<!-- a tableless layout skin -->
|
||||
<include package=".liquid" />
|
||||
|
||||
<page for="*"
|
||||
name="body.html"
|
||||
class="cybertools.browser.view.BodyTemplateView"
|
||||
permission="zope.View"
|
||||
layer="cybertools.browser.liquid.liquid"/>
|
||||
|
||||
<!-- a layout skin that may be used for sites employing the loops
|
||||
package, but not depending on loops -->
|
||||
<include package=".loops" />
|
||||
|
|
|
@ -39,8 +39,10 @@
|
|||
|
||||
<div id="footer" class="footer" define-macro="footer">
|
||||
<metal:footer define-slot="footer">
|
||||
Powered by <b><a href="http://www.python.org">Python</a></b> ·
|
||||
<b><a href="http://www.zope.org/DevHome/Wikis/DevSite/Projects/ComponentArchitecture/FrontPage">Zope 3</a></b>
|
||||
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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue