git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
c9a0cac08
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
en
foot.wmi
add a horizontal rule now that we've reduced the space between body and footer. clean up the CC attribution, center the text, and put the last modified to the bottom.
Andrew Lewman
commited
c9a0cac08
at 2009-03-03 05:28:50
foot.wmi
Blame
History
Raw
#!/usr/bin/wml ## translation metadata # Revision: $Revision$ # Translation-Priority: 1-high #use "functions.wmi" <hr /> </div> <div class="bottom" id="bottom"> <p>"Tor" and the "Onion Logo" are <a href="<page trademark-faq>">registered trademarks</a> of The Tor Project, Inc. <br /> Content on this site is licensed under a <a href="http://creativecommons.org/licenses/by/3.0/us/">Creative Commons Attribution 3.0 United States License</a>, unless otherwise noted. </p> # Uncomment this in your translation: (and translate it) ##################################### # <: unless (translation_current()) { :> # <p> # Warning: This translation might be obsolete. The English original # is at Revision # <:= translation_get_masterrevision() :> while this translation # is based on # <:= translation_get_basedonrevision() :>. # </p> # <: } :> <: if (has_translations()) { :> <p> This page is also available in the following languages: <: print list_translations() :>.<br /> How to set <a href="http://www.debian.org/intro/cn#howtoset">the default document language</a>. </p> <: }; :> # Uncomment this in your translation: (and translate it) ##################################### # <p>The Tor developers have not reviewed this translation for # accuracy and correctness. It may be out of date or wrong. The # official Tor website is the English version, available at <a # href="https://www.torproject.org/">https://www.torproject.org/</a>. # </p> <p> <i><a href="<page contact>" class="smalllink">Webmaster</a></i> - # please also translate "last modified" and "last compiled" Last modified: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:> - Last compiled: <: print scalar localtime(); :> </p> </div> </body> </html>