]> git.deb.at Git - deb/packages.git/blob - templates/html/foot.tmpl
Some fixes for Polish translation.
[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 && langs.size > 0 %]
9 <hr class="hidecss">
10 <!--UdmComment-->
11 <p>[% g('This page is also available in the following languages (How to set <a href="%s">the default document language</a>):', cn_help_url) %]</p>
12 <p class="navpara">
13 [% FOREACH l IN langs %]
14 <a href="[% IF keyword_esc;
15                 make_search_url('',"keywords=$keyword_esc",'lang',l.lang);
16             ELSE;
17                 make_url(page_name,"",'lang',l.lang);
18             END %]" title="[% l.tooltip %]" hreflang="[% l.lang %]" lang="[% l.lang %]" rel="alternate">[% l.selfname %]
19 [%- IF l.transliteration %] ([% l.transliteration %])[% END %]</a>
20 [% END %]
21 </p>
22 <!--/UdmComment-->
23 [% END %]
24
25 <hr class="hidecss">
26 <div id="fineprint" class="bordertop">
27 <div id="impressum">
28 <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>.',
29         contact.mail, contact.mail, organisation, contact.url) %]</p>
30 [% UNLESS footer.doNotDisplayCopyright %]
31 <p>
32 [%      g('Content Copyright &copy; %s <a href="%s">%s</a>; See <a href="%s">license terms</a>.',
33                 copyright.years, copyright.url, copyright.name, license.url);
34         ' ' _ trademarknotes IF trademarknotes %]
35  <a href="/about/">[% g('Learn more about this site') %]</a>.</p>
36 [% END %]
37 </div> <!-- end impressum -->
38 [% IF sponsors.size %]
39 <div id="sponsorfooter"><p>
40 [% USE Math; random = Math.int(Math.rand(sponsors.size));
41   g('This service is sponsored by <a href="%s">%s</a>.', sponsors.${random}.url, sponsors.${random}.name) -%]
42 </p></div>
43 [% END %]
44 </div> <!-- end fineprint -->
45 </div> <!-- end footer -->
46 </div> <!-- end outer -->
47 </body>
48 </html>