You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2012/04/29 22:53:49 UTC

svn commit: r815041 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/test/index_new2_dl.html

Author: buildbot
Date: Sun Apr 29 20:53:49 2012
New Revision: 815041

Log:
Staging update by buildbot for openofficeorg

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/download/test/index_new2_dl.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Apr 29 20:53:49 2012
@@ -1 +1 @@
-1331993
+1331994

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Apr 29 20:53:49 2012
@@ -1 +1 @@
-1331993
+1331994

Modified: websites/staging/ooo-site/trunk/content/download/test/index_new2_dl.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/index_new2_dl.html (original)
+++ websites/staging/ooo-site/trunk/content/download/test/index_new2_dl.html Sun Apr 29 20:53:49 2012
@@ -45,25 +45,12 @@
 
   <script type="text/javascript">
   <!--
-  document.write ("<font color=\"red\">");
-  document.write ( "<h2>This page is to test how to get download requests to more than one mirror hosts:</h2>" );
   
-  document.write ( "<p>Complete SF URL: " + MIRROR_SOURCEFORGE_REF + "</p>" );
-  document.write ( "<p> Complete Apache URL: "+ MIRROR_APACHE_REF + "</p>" );
-  
-  document.write ( "<h3>1. Mirror redirection by percent: Apache, SourceForge</h3>" );
 
   MIRROR = getMirrorHost();
   alert ("New mirror: " + MIRROR);
 
-  document.write ( "<h3>2. Mirror redirection by percent: Apache, SourceForge, MirrorBrain</h3>" );
-
-  getMirrorHost_asf_sf_mb_percent();
-
-  document.write ( "<h3>3. Mirror redirection by weight: Apache, SourceForge, MirrorBrain</h3>" );
-
-  getMirrorHost_asf_sf_mb_weighted();
-  document.write ("</font>");
+  
 
   //-->
   </script>
@@ -83,7 +70,7 @@
     var myURLlink = "<a href=\"" + LINK + "\"" + "title = \"" + LINK + "\"" + "target =\"_blank\" >";
     alert ("myURLlink :" + myURLlink);
     document.write( "<h2>" + myURLlink+ "Download OpenOffice.org " + VERSION + "</a></h2>"
-    + "<p><a href='" + LINK + " title=" + LINK + " '>Click to start downloading the most recent version for "
+    + "<p>" + myURLlink + "Click to start downloading the most recent version for "
     + getPlatform() + " and " + getLanguage() + "."
     + "<br/>(Java Runtime Environment (JRE) included for all OS versions except Linux 32/64-bit Debian and Mac OS)</a>"
     + "</p>" );