[or-cvs] r8720: add a fourth row of flags, and also move jp to ja (in website/trunk: . include)

arma at seul.org arma at seul.org
Sat Oct 14 09:27:51 UTC 2006


Author: arma
Date: 2006-10-14 05:27:47 -0400 (Sat, 14 Oct 2006)
New Revision: 8720

Added:
   website/trunk/ja/
Removed:
   website/trunk/jp/
Modified:
   website/trunk/include/functions.wmi
   website/trunk/include/head.wmi
   website/trunk/stylesheet.css
Log:
add a fourth row of flags, and also move jp to ja


Modified: website/trunk/include/functions.wmi
===================================================================
--- website/trunk/include/functions.wmi	2006-10-14 09:19:57 UTC (rev 8719)
+++ website/trunk/include/functions.wmi	2006-10-14 09:27:47 UTC (rev 8720)
@@ -75,7 +75,6 @@
 sub list_translations() {
   my @links = ();
   my $page = $WML_SRC_FILENAME;
-  my $numlangs = 0;
   $page =~ s/\.wml//;
   for my $dir (@LANGUAGES) {
     if (-e "$dir/$WML_SRC_FILENAME") {

Modified: website/trunk/include/head.wmi
===================================================================
--- website/trunk/include/head.wmi	2006-10-14 09:19:57 UTC (rev 8719)
+++ website/trunk/include/head.wmi	2006-10-14 09:27:47 UTC (rev 8720)
@@ -57,7 +57,6 @@
         <td class="banner-right">
 	<:{
 	  my $page = $WML_SRC_FILENAME;
-	  my $numlangs = 0;
 	  $page =~ s/\.wml//;
 	  for my $dir (@LANGUAGES) {
 	    if (-e "$dir/$WML_SRC_FILENAME") {

Copied: website/trunk/ja (from rev 8718, website/trunk/jp)

Modified: website/trunk/stylesheet.css
===================================================================
--- website/trunk/stylesheet.css	2006-10-14 09:19:57 UTC (rev 8719)
+++ website/trunk/stylesheet.css	2006-10-14 09:27:47 UTC (rev 8720)
@@ -202,7 +202,7 @@
 td.banner-right {
     background-image: url("images/top-right.png");
     background-repeat: no-repeat;
-    width: 90px;
+    width: 120px;
     background-position: right;
     padding-top: 8px;
 }



More information about the tor-commits mailing list