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:
helmutm 2006-03-24 14:29:52 +00:00
parent c84daaf067
commit a551d4548a
4 changed files with 11 additions and 6 deletions

View file

@ -7,4 +7,3 @@ from zope.publisher.interfaces.browser import IBrowserRequest
class liquid(IBrowserRequest): class liquid(IBrowserRequest):
"""The `liquid` layer.""" """The `liquid` layer."""

View file

@ -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;
} }

View file

@ -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" />

View file

@ -36,7 +36,7 @@
<link rel="icon" type="image/png" <link rel="icon" type="image/png"
tal:attributes="href string:${resourceBase}favicon.png" /> tal:attributes="href string:${resourceBase}favicon.png" />
</head> </head>
<body tal:attributes="onload body_onload | nothing"> <body tal:attributes="onload body_onload | nothing">
<div id="header"> <div id="header">
@ -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> &middot; <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> &middot;
<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>