]> git.deb.at Git - deb/packages.git/blob - templates/html/foot.tmpl
html/show.tmpl: Improve Homepage link
[deb/packages.git] / templates / html / foot.tmpl
1 [%- IF benchmark && debug -%]
2 Total page evaluation took [% benchmark %]<br>
3 [%- END -%]
4 </div> <!-- end inner -->
5
6 <div id="footer">
7
8 [% IF langs.size > 0 %]
9 <hr class="hidecss">
10 <!--UdmComment-->
11 <p>This page is also available in the following languages:</p>
12 <p class="navpara">
13 [% FOREACH l IN langs %]
14 <a href="[% "$page_name?lang=$l.lang" %]" title="[% l.tooltip %]" hreflang="[% l.lang %]" lang="[% l.lang %]" rel="alternate">[% l.selfname %]
15 [%- IF l.transliteration %] ([% l.transliteration %])[% END %]</a>
16 [% END %]
17 </p>
18 <p>How to set <a href="[% cn_help_url %]">the default document language</a></p>
19 <!--/UdmComment-->
20 [% END %]
21
22 <hr class="hidecss">
23 <p [%- ' class="bordertop"' IF langs.size > 0 %]>Back to: <a href="[% homepage %]">[% organisation %] homepage</a> || <a href="[% searchformurl %]">Packages search page</a></p>
24
25 <hr class="hidecss">
26 <div id="fineprint" class="bordertop">
27 <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>
28 <p>[% IF timestamp.string %]Generated: [% timestamp.string %]<br>[% END %]
29 [% UNLESS footer.doNotDisplayCopyright %]
30 Content Copyright &copy; [% copyright.years %] <a href="[% copyright.url %]">[% copyright.name %]</a>; See <a href="[% license.url %]">license terms</a>. [% IF trademarknotes -%][% trademarknotes %][%- END %]
31 [% END %]
32 <p><a href="/about/">Learn more about this site</a>.</p>
33 </div> <!-- end fineprint -->
34 </div> <!-- end footer -->
35 </div> <!-- end outer -->
36 </body>
37 </html>