[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] More languages in the top right and also add them in the fo...
Update of /home/or/cvsroot/website/en
In directory moria:/tmp/cvs-serv4587/en
Modified Files:
foot.wmi
Log Message:
More languages in the top right and also add them in the footer
Index: foot.wmi
===================================================================
RCS file: /home/or/cvsroot/website/en/foot.wmi,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -d -r1.4 -r1.5
--- foot.wmi 8 Oct 2005 12:34:51 -0000 1.4
+++ foot.wmi 20 Jan 2006 20:33:58 -0000 1.5
@@ -7,20 +7,31 @@
</div>
<div class="bottom" id="bottom">
+ <p>
<i><a href="mailto:tor-webmaster@xxxxxxxxxxxxx" class="smalllink">Webmaster</a></i> -
# Id: developers.html,v 1.41 2005/08/31 20:19:16 thomass Exp
+# 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>
# Uncomment this in your translation: (and translate it)
#####################################
-# <: unless (translation_current()) { :>
-# <p>
+# <: 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">the default document language</a>.
+ </p>
+ <: }; :>
</div>
</body>
</html>