]> git.deb.at Git - deb/packages.git/blobdiff - templates/html/foot.tmpl
Begin template adaption for Ubuntu page
[deb/packages.git] / templates / html / foot.tmpl
index 22961caeed278768da3c26afb21ca71883eaa8d8..c6b4dc6b893bd0288b4311e0a9a954dad77d2c08 100644 (file)
@@ -1,8 +1,9 @@
 [%- IF benchmark && debug -%]
 Total page evaluation took [% benchmark %]<br>
 [%- END -%]
-</div> <!-- end inner -->
+</div></div></div></div>
 
+<div class=\"clear mozclear\"></div><div id=\"prefooter\">
 <div id="footer">
 
 [% IF langs.size > 0 %]
@@ -20,18 +21,20 @@ Total page evaluation took [% benchmark %]<br>
 [% END %]
 
 <hr class="hidecss">
-<p [%- ' class="bordertop"' IF langs.count > 0 %]>Back to: <a href="[% homepage %]">[% organisation %] homepage</a> || <a href="[% searchformurl %]">Packages search page</a></p>
+<p [%- ' class="bordertop"' IF langs.size > 0 %]>Back to: <a href="[% homepage %]">[% organisation %] homepage</a> || <a href="[% searchformurl %]">Packages search page</a></p>
 
 <hr class="hidecss">
+<div id="footWrapper">
+<div id="footer" class="inside">
 <div id="fineprint" class="bordertop">
 <p>To report a problem with the web site, e-mail <a href="mailto:[% contact.mail %]">[% contact.mail %]</a>. For other contact information, see the [% organisation %] <a href="[% contact.url %]">contact page</a>.</p>
-<p>Generated: [% timestamp.string %]<br>
-Copyright &copy; [% copyright.years %] <a href="[% copyright.url %]">[% copyright.name %]</a>; See <a href="[% license.url %]">license terms</a>.
-[% IF trademarknotes -%]
- <br>[% trademarknotes %]
-[%- END %]
-</div> <!-- end fineprint -->
+<p>[% IF timestamp.string %]Generated: [% timestamp.string %]<br>[% END %]
+[% UNLESS footer.doNotDisplayCopyright %]
+Content Copyright &copy; [% copyright.years %] <a href="[% copyright.url %]">[% copyright.name %]</a>; See <a href="[% license.url %]">license terms</a>. [% IF trademarknotes -%][% trademarknotes %][%- END %]
+[% END %]
+<p><a href="/about/">Learn more about this site</a>.</p>
 </div> <!-- end footer -->
-</div> <!-- end outer -->
+</div> <!-- end footWrapper -->
+</div> <!-- end pageWrapper -->
 </body>
 </html>