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 2014/04/28 23:07:32 UTC

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

Author: buildbot
Date: Mon Apr 28 21:07:31 2014
New Revision: 907217

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

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Apr 28 21:07:31 2014
@@ -1 +1 @@
-1590791
+1590794

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Apr 28 21:07:31 2014
@@ -1 +1 @@
-1590791
+1590794

Modified: websites/staging/ooo-site/trunk/content/download/test/index_droplist.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/index_droplist.html (original)
+++ websites/staging/ooo-site/trunk/content/download/test/index_droplist.html Mon Apr 28 21:07:31 2014
@@ -70,7 +70,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 released install files (0 = release mode)
-  var LINK        = getLink( 0 );
+  var LINK        = getLink( 1 );
 /*
   document.write ( "Language ISO: " + LANG_ISO + " - has MirrorLink()?: " + hasMirrorLink() + "<br />"
   + "SourceForge: " + SOURCEFORGE + " - Other: " + OTHER + " - Archive: " + ARCHIVE + "<br />"
@@ -194,12 +194,12 @@ screen reader. -->
       + "<form name='download'>"
       + "<select id='os' name='os'>"
       + "</select>"
-      + "<select id='lang' name='lang' onchange='getLinkAlt( 0 )'>"
+      + "<select id='lang' name='lang' onchange='getLinkAlt( 1 )'>"
       + "</select>"
 /*
       + "<select id='lang' name='lang'>"
       + "</select>"
-      + "<select id='type' name='type' onchange='getLinkAlt( 0 )'>"
+      + "<select id='type' name='type' onchange='getLinkAlt( 1 )'>"
       + "</select>"
 */
 /*
@@ -228,7 +228,7 @@ screen reader. -->
       + "<option value='nl'                    >Dutch          </option>"
       + "</select>"
 
-      + "<select name='type' onchange='getLinkAlt( 0 )'>"
+      + "<select name='type' onchange='getLinkAlt( 1 )'>"
       + "<option value='e1' selected='selected'>Choose install type</option>"
       + "<option value='e2'                    >-------------------</option>"
       + "<option value='full'                  >Full Installation  </option>"