svn commit: samba-web r248 - trunk

deryck at samba.org deryck at samba.org
Wed Aug 11 00:42:10 GMT 2004


Author: deryck
Date: 2004-08-11 00:42:09 +0000 (Wed, 11 Aug 2004)
New Revision: 248
WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-web&path=/&rev=248&nolog=1
Log:

Remove us2.samba from redirect page until the mirror 
catches up with changes.

--deryck

Modified:
   trunk/redirect_us.html

Changeset:
Modified: trunk/redirect_us.html
===================================================================
--- trunk/redirect_us.html	2004-08-11 00:25:57 UTC (rev 247)
+++ trunk/redirect_us.html	2004-08-11 00:42:09 UTC (rev 248)
@@ -7,9 +7,8 @@
 
    randomMirror = new Array;
    randomMirror[0] = "http://us1.samba.org/samba/";
-   randomMirror[1] = "http://us2.samba.org/samba/";
-   randomMirror[2] = "http://us3.samba.org/samba/";
-   randomMirror[3] = "http://us4.samba.org/samba/";
+   randomMirror[1] = "http://us3.samba.org/samba/";
+   randomMirror[2] = "http://us4.samba.org/samba/";
    
 rnd.today=new Date();
 rnd.seed=rnd.today.getTime();
@@ -23,7 +22,7 @@
         return Math.ceil(rnd()*number);
 }
 
-index = rand(4)-1;
+index = rand(3)-1;
    
    
 </script>
@@ -32,9 +31,11 @@
 
 
 <body onload="javascript:window.location=randomMirror[index]">
+<noscript>
 <p>You do not have javascript enabled and therefore have not been redirected to a Samba mirror.  Please go <a href="/samba/mirrors_lists.html">here</a> instead.</p>
 
 <p>We are sorry for the inconvenience.</p>
+</noscript>
 </body>
 </html>
   



More information about the samba-cvs mailing list