]> git.deb.at Git - deb/packages.git/blobdiff - templates/html/foot.tmpl
Merge branch 'master' into ubuntu-master
[deb/packages.git] / templates / html / foot.tmpl
index ba4e030ed57ce884527de91049307afbfcd2d832..580e280f6cae5523673e1d989dee6070e33737f6 100644 (file)
@@ -20,26 +20,27 @@ Total page evaluation took [% benchmark %]<br>
 [%- IF l.transliteration %] ([% l.transliteration %])[% END %]</a>
 [% END %]
 </p>
-[% IF cn_help_url %]
-<p>[% g('How to set <a href="%s">the default document language</a>', cn_help_url) %]</p>
-[% END %]
 <!--/UdmComment-->
 [% END %]
 
-<hr class="hidecss">
-<p [%- ' class="bordertop"' IF langs.size > 0 %]>[% g('Back to:') %] <a href="[% project_homepage %]">[% g('%s Homepage', organisation) %]</a> || <a href="[% searchformurl %]">[% g('Packages search page') %]</a></p>
-
 <hr class="hidecss">
 <div id="fineprint" class="bordertop">
+<div id="impressum">
 <p>[% g('To report a problem with the web site, e-mail <a href="mailto:%s">%s</a>. For other contact information, see the %s <a href="%s">contact page</a>.',
        contact.mail, contact.mail, organisation, contact.url) %]</p>
-<p>[% IF timestamp.string; g('Generated:') _ ' ' _ timestamp.string _ '<br>'; END %]
-[% UNLESS footer.doNotDisplayCopyright;
-       g('Content Copyright &copy; %s <a href="%s">%s</a>; See <a href="%s">license terms</a>.',
+[% UNLESS footer.doNotDisplayCopyright %]
+<p>
+[%     g('Content Copyright &copy; %s <a href="%s">%s</a>; See <a href="%s">license terms</a>.',
                copyright.years, copyright.url, copyright.name, license.url);
-       ' ' _ trademarknotes IF trademarknotes;
-END %]
-<p><a href="/about/">[% g('Learn more about this site') %]</a>.</p>
+       ' ' _ trademarknotes IF trademarknotes %]
+ <a href="/about/">[% g('Learn more about this site') %]</a>.</p>
+[% END %]
+</div> <!-- end impressum -->
+[% IF sponsor.name %]
+<div id="sponsorfooter"><p>
+[% g('Hosting provided by <a href="%s">%s</a>.', sponsor.url, sponsor.name) %]
+</p></div>
+[% END %]
 </div> <!-- end fineprint -->
 </div> <!-- end footer -->
 </div> <!-- end pageWrapper -->