]> git.deb.at Git - deb/packages.git/blob - templates/html/foot.tmpl
Fix the links to versions of a site in other languages
[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 langs %]
14 <a href="[% "$name?lang=$lang" %]" title="[% tooltip %]" hreflang="[% lang %]" lang="[% lang %]" rel="alternate">[% selfname %]
15 [%- IF transliteration %] ([% 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.count > 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>Generated: [% timestamp.string %]<br>
29 Copyright &copy; [% copyright.years %] <a href="[% copyright.url %]">[% copyright.name %]</a>; See <a href="[% license.url %]">license terms</a>.
30 [% IF trademarknotes -%]
31  <br>[% trademarknotes %]
32 [%- END %]
33 </div> <!-- end fineprint -->
34 </div> <!-- end footer -->
35 </div> <!-- end outer -->
36 </body>
37 </html>