fix footer

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1181867 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-10-11 16:12:22 +00:00
parent 49bb7b1603
commit 8c2128886a
2 changed files with 13 additions and 3 deletions

View File

@ -550,12 +550,13 @@
</div>
</div>
<footer>
<div id="footer">
#if($decoration.body.footer)
$decoration.body.footer
#else
Copyright &copy;#copyright() Apache Archiva, Archiva, Apache, the Apache feather logo, and the Apache Archiva project logos are trademarks of The Apache Software Foundation. .#publishDate( "bottom" $decoration.publishDate $decoration.version )
Copyright &copy;#copyright() Apache Archiva, Archiva, Apache, the Apache feather logo, and the Apache Archiva project logos are trademarks of The Apache Software Foundation -
<a href="http://archiva.apache.org/privacy-policy.html">Privacy Policy</a> .#publishDate( "bottom" $decoration.publishDate $decoration.version )
#end
</footer>
</div>
</body>
</html>

View File

@ -34,4 +34,13 @@ body{padding-top: 4px;}
#breadcrumbs {
font-size: 11px;
}
#footer {
margin: 20px 0px 20px 0px;
border-top: solid #ccc 1px;
color: #333333;
padding: 3px 10px 3px 10px;
font-size: x-small;
text-align: center;
}