svn commit: samba-web r1324 - in trunk: .

abartlet at samba.org abartlet at samba.org
Fri Sep 25 09:56:46 MDT 2009


Author: abartlet
Date: 2009-09-25 09:56:46 -0600 (Fri, 25 Sep 2009)
New Revision: 1324

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=1324

Log:
Remove mirror redirect JS, now we don't do mirrors

Removed:
   trunk/redirect_us.html
Modified:
   trunk/header_columns.html
   trunk/header_wide.html


Changeset:
Modified: trunk/header_columns.html
===================================================================
--- trunk/header_columns.html	2009-09-19 06:05:59 UTC (rev 1323)
+++ trunk/header_columns.html	2009-09-25 15:56:46 UTC (rev 1324)
@@ -52,15 +52,6 @@
   <input type="submit" value="Go" />
   </form>
   <span>|</span>
-  <form action="no_script_yet.cgi" name="mirrorForm">
-    <select name="mirrorLocation" onchange="changeMirror(this.form.mirrorLocation)">
-    <option selected="selected">Choose A Mirror</option>
-    <!--#include virtual="/samba/menu_options.html" --> 
-    </select>
-    <noscript>
-      <span>Javascript must be enabled for this menu to work.</span>
-    </noscript>
-   </form>
   </div>
 </div>
 

Modified: trunk/header_wide.html
===================================================================
--- trunk/header_wide.html	2009-09-19 06:05:59 UTC (rev 1323)
+++ trunk/header_wide.html	2009-09-25 15:56:46 UTC (rev 1324)
@@ -50,16 +50,6 @@
   <input type="text" size="15" name="words" value="" />
   <input type="submit" value="Go" />
   </form>
-  <span>|</span>
-  <form action="no_script_required.cgi" name="mirrorForm">
-    <select name="mirrorLocation" onchange="changeMirror(this.form.mirrorLocation)">
-    <option selected="selected">Choose A Mirror</option>
-    <!--#include virtual="/samba/menu_options.html" --> 
-    </select>
-    <noscript>
-      <span>Javascript must be enabled for this menu to work.</span>
-    </noscript>
-   </form>
   </div>
 </div>
 

Deleted: trunk/redirect_us.html
===================================================================
--- trunk/redirect_us.html	2009-09-19 06:05:59 UTC (rev 1323)
+++ trunk/redirect_us.html	2009-09-25 15:56:46 UTC (rev 1324)
@@ -1,48 +0,0 @@
-<html>
-
-<head>
-
-<title>Samba -- Opening Windows to a Wider World</title>    
-
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta http-equiv="Content-Language" content="en-us" />
-<meta name="keywords" content="Samba SMB CIFS" />
-<meta name="description" content="Home of Samba, the SMB file server" />
-
-<!--#include virtual="/samba/redirect_include.html" -->
-
-<script type="text/javascript">
-<!-- Hide from old browsers
-function loadUSMirror()
-{
-        if (randomMirror.length > 0) { 
-                window.location = randomMirror[n];
-        } else {
-                window.location = "http://us1.samba.org/samba/";
-        }
-}
-// end hide -->
-</script>
-
-</head>
-
-
-<body onload="loadUSMirror()">
-<noscript>
-<h2>Samba -- Opening Windows to a Wider World</h2>
-<p><strong>JavaScript</strong> is <strong>not</strong> required to use the Samba web site,
-but <strong> enabling JavaScript</strong> will add some useful features, mostly
-to do with content display and format.</p>
-
-<h3>Please choose a mirror</h3>
-
-<h4>For the samba.org web site:</h4>
-<!--#include virtual="/samba/web_hosts.html" -->
-
-<h4>For download ftp sites:</h4>
-<!--#include virtual="/samba/ftp_hosts.html" -->
-</noscript>
-<!--#include virtual="/samba/local_footer.html" -->
-</body>
-</html>
-  



More information about the samba-cvs mailing list