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/26 01:53:02 UTC

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

Author: buildbot
Date: Wed Apr 25 23:53:02 2012
New Revision: 814501

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_new_dl.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Apr 25 23:53:02 2012
@@ -1 +1 @@
-1330602
+1330605

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Apr 25 23:53:02 2012
@@ -1 +1 @@
-1330602
+1330605

Modified: websites/staging/ooo-site/trunk/content/download/test/index_new_dl.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/index_new_dl.html (original)
+++ websites/staging/ooo-site/trunk/content/download/test/index_new_dl.html Wed Apr 25 23:53:02 2012
@@ -53,7 +53,8 @@
   
   document.write ( "<h3>1. Mirror redirection by percent: Apache, SourceForge</h3>" );
 
-  getMirrorHost();
+  MIRROR = getMirrorHost();
+  alert ("New mirror: " + MIRROR);
 
   document.write ( "<h3>2. Mirror redirection by percent: Apache, SourceForge, MirrorBrain</h3>" );
 
@@ -72,9 +73,7 @@
 <div class="optionset">
 
 <!-- Green: Stable release -->
-  <script type="text/javascript">
-  MIRROR = getMirrorHost();
-  alert ("New mirror: " + MIRROR);
+  <script type="text/javascript">  
   <!--
   LINK = getLink( VERSION, MIRROR, SCHEMA );
   document.write( "<div class=\"first button green\" id=\"optionitem1\" onclick=\"openItem('optionitem1','" + LINK + "');"