Author: buildbot
Date: Wed Apr 30 18:11:24 2014
New Revision: 907490

Log:
Staging update by buildbot for ooo-site

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/analyze_beta.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Apr 30 18:11:24 2014
@@ -1 +1 @@
-1591429
+1591430

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Apr 30 18:11:24 2014
@@ -1 +1 @@
-1591429
+1591430

Modified: 
websites/staging/ooo-site/trunk/content/download/test/analyze_beta.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/analyze_beta.html 
(original)
+++ websites/staging/ooo-site/trunk/content/download/test/analyze_beta.html Wed 
Apr 30 18:11:24 2014
@@ -47,7 +47,7 @@ screen reader. -->
     // Set a specific language ISO code to force to assemble a certain 
localized build as download URL
     var NL_LANGUAGE = "";
     // Get the download URL for Beta releases (>0 = beta mode)
-    var LINK        = getLink( 1 );
+    var LINK        = getLink( 2 );
     if ( hasMirrorLink() ) {
       if ( SOURCEFORGE ) {
         // If a Beta Release is available for download, then download from 
Sourceforge with displayed platform and language.
@@ -173,7 +173,7 @@ screen reader. -->
     document.write( "<tr><td>File size (MByte)                         
</td><td>" + FILESIZE                                   + "</td></tr>" );
     document.write( "<tr><td>Download file link                                
</td><td>" + LINK                                       + "</td></tr>" );
     document.write( "<tr><td>Checksum file link (here for MD5)         
</td><td>" + CHECKSUM_MD5                               + "</td></tr>" );
-    document.write( "<tr><td>getLink()                                 
</td><td>" + getLink( 1 )                               + "</td></tr>" );
+    document.write( "<tr><td>getLink()                                 
</td><td>" + getLink( 2 )                               + "</td></tr>" );
     document.write( "<tr><td>hasMirrorLink() ?                         
</td><td>" + hasMirrorLink()                            + "</td></tr>" );
     document.write( "<tr><td>Old platform ?                            
</td><td>" + OLD_PLATFORM                               + "</td></tr>" );
     document.write( "<tr><td>Contains link to Sourgeforge ?            
</td><td>" + SOURCEFORGE                                + "</td></tr>" );


Reply via email to