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:
parent
b94c445aab
commit
46f3ced890
2 changed files with 12 additions and 5 deletions
|
@ -33,10 +33,16 @@ body {
|
|||
border-left: none;
|
||||
}
|
||||
|
||||
#footer {
|
||||
border: none;
|
||||
.footer {
|
||||
text-align: center;
|
||||
border-top: 1px solid #ccc;
|
||||
border-bottom: none;
|
||||
margin-top: 3px;
|
||||
padding-top: 6px;
|
||||
}
|
||||
|
||||
#footer { border-bottom: none; }
|
||||
|
||||
/* cyberconcepts specialties */
|
||||
|
||||
.top {
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
<div id="header">
|
||||
<div class="top">
|
||||
<a href="#" name="top"
|
||||
<a href="#" name="top" metal:define-slot="logo"
|
||||
tal:attributes="href string:${request/URL/1}"><img
|
||||
src="cyberconcepts.gif" height="75" border="0"
|
||||
alt="cyberconcepts IT-Consulting"
|
||||
|
@ -44,8 +44,9 @@
|
|||
<metal:sub define-slot="context_information">
|
||||
</metal:sub>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<metal:footer define-slot="footer">
|
||||
<div id="footer" class="footer">
|
||||
© Copyright 2006, cyberconcepts IT-Consulting Dr. Helmut Merz
|
||||
<metal:footer define-slot="footer">
|
||||
</metal:footer>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue