1 [%- IF benchmark && debug -%]
2 Total page evaluation took [% benchmark %]<br>
6 <div class=\"clear mozclear\"></div><div id=\"prefooter\">
9 [% IF langs && langs.size > 0 %]
12 <p>[% g('This page is also available in the following languages:') %]</p>
14 [% FOREACH l IN langs %]
15 <a href="[% IF keyword_esc;
16 make_search_url('',"keywords=$keyword_esc",'lang',l.lang);
18 make_url(page_name,"",'lang',l.lang);
19 END %]" title="[% l.tooltip %]" hreflang="[% l.lang %]" lang="[% l.lang %]" rel="alternate">[% l.selfname %]
20 [%- IF l.transliteration %] ([% l.transliteration %])[% END %]</a>
27 <div id="fineprint" class="bordertop">
29 <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>.',
30 contact.mail, contact.mail, organisation, contact.url) %]</p>
31 [% UNLESS footer.doNotDisplayCopyright %]
33 [% g('Content Copyright © %s <a href="%s">%s</a>; See <a href="%s">license terms</a>.',
34 copyright.years, copyright.url, copyright.name, license.url);
35 ' ' _ trademarknotes IF trademarknotes %]
36 <a href="/about/">[% g('Learn more about this site') %]</a>.</p>
38 </div> <!-- end impressum -->
39 [% IF sponsors.size %]
40 <div id="sponsorfooter"><p>
41 [% USE Math; random = Math.int(Math.rand(sponsors.size));
42 g('This service is sponsored by <a href="%s">%s</a>.', sponsors.${random}.url, sponsors.${random}.name) -%]
45 </div> <!-- end fineprint -->
46 </div> <!-- end footer -->
47 </div> <!-- end pageWrapper -->