added footer to liquid main template

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1016 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2006-01-17 19:09:52 +00:00
parent b94c445aab
commit 46f3ced890
2 changed files with 12 additions and 5 deletions

View file

@ -33,10 +33,16 @@ body {
border-left: none; border-left: none;
} }
#footer { .footer {
border: none; text-align: center;
border-top: 1px solid #ccc;
border-bottom: none;
margin-top: 3px;
padding-top: 6px;
} }
#footer { border-bottom: none; }
/* cyberconcepts specialties */ /* cyberconcepts specialties */
.top { .top {

View file

@ -27,7 +27,7 @@
<div id="header"> <div id="header">
<div class="top"> <div class="top">
<a href="#" name="top" <a href="#" name="top" metal:define-slot="logo"
tal:attributes="href string:${request/URL/1}"><img tal:attributes="href string:${request/URL/1}"><img
src="cyberconcepts.gif" height="75" border="0" src="cyberconcepts.gif" height="75" border="0"
alt="cyberconcepts IT-Consulting" alt="cyberconcepts IT-Consulting"
@ -44,7 +44,8 @@
<metal:sub define-slot="context_information"> <metal:sub define-slot="context_information">
</metal:sub> </metal:sub>
</div> </div>
<div id="footer"> <div id="footer" class="footer">
&copy; Copyright 2006, cyberconcepts IT-Consulting Dr. Helmut Merz
<metal:footer define-slot="footer"> <metal:footer define-slot="footer">
</metal:footer> </metal:footer>
</div> </div>