1 [%- IF benchmark && debug -%]
2 Total page evaluation took [% benchmark %]<br>
4 </div> <!-- end inner -->
8 [% IF langs.size > 0 %]
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>
13 [% FOREACH l IN langs %]
14 <a href="[% IF keyword_esc;
15 make_search_url('',"keywords=$keyword_esc",'lang',l.lang);
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>
26 <div id="fineprint" class="bordertop">
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 %]
32 [% g('Content Copyright © %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>
37 </div> <!-- end impressum -->
39 <div id="sponsorfooter"><p>
40 [% g('Hosting provided by <a href="%s">%s</a>.', sponsor.url, sponsor.name) %]
43 </div> <!-- end fineprint -->
44 </div> <!-- end footer -->
45 </div> <!-- end outer -->