clean-up of cybertools.browser
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1137 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
c84daaf067
commit
a551d4548a
4 changed files with 11 additions and 6 deletions
|
@ -7,4 +7,3 @@ from zope.publisher.interfaces.browser import IBrowserRequest
|
||||||
class liquid(IBrowserRequest):
|
class liquid(IBrowserRequest):
|
||||||
"""The `liquid` layer."""
|
"""The `liquid` layer."""
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,7 @@ body {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-top: 1px solid #ccc;
|
border-top: 1px solid #ccc;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
margin-top: 3px;
|
margin-top: 12px;
|
||||||
padding-top: 6px;
|
padding-top: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,11 @@
|
||||||
permission="zope.View"
|
permission="zope.View"
|
||||||
layer="liquid" />
|
layer="liquid" />
|
||||||
|
|
||||||
|
<page for="*"
|
||||||
|
name="base_macros" template="view_macros.pt"
|
||||||
|
permission="zope.View"
|
||||||
|
layer="liquid" />
|
||||||
|
|
||||||
<resource name="base.css" file="base.css"
|
<resource name="base.css" file="base.css"
|
||||||
layer="liquid" />
|
layer="liquid" />
|
||||||
|
|
||||||
|
|
|
@ -83,9 +83,10 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" class="footer">
|
<div id="footer" class="footer">
|
||||||
Powered by <b><a href="http://www.python.org">Python</a></b> ·
|
<metal:footer define-slot="footer">
|
||||||
<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> ·
|
||||||
<metal:footer define-slot="footer"></metal:footer>
|
<b><a href="http://www.zope.org/DevHome/Wikis/DevSite/Projects/ComponentArchitecture/FrontPage">Zope 3</a></b>
|
||||||
|
</metal:footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Add table
Reference in a new issue