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/29 00:24:29 UTC

svn commit: r907235 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/test/globalvars_droplist.js

Author: buildbot
Date: Mon Apr 28 22:24:28 2014
New Revision: 907235

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/globalvars_droplist.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Apr 28 22:24:28 2014
@@ -1 +1 @@
-1590824
+1590826

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Apr 28 22:24:28 2014
@@ -1 +1 @@
-1590824
+1590826

Modified: websites/staging/ooo-site/trunk/content/download/test/globalvars_droplist.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/globalvars_droplist.js (original)
+++ websites/staging/ooo-site/trunk/content/download/test/globalvars_droplist.js Mon Apr 28 22:24:28 2014
@@ -62,6 +62,13 @@ var SEL_LANG			= [ "e1",    "Choose lang
 				    "es",    "Spanish (Español) (es)", "sv", "Swedish (Svenska) (sv)",
 				    "ta",    "Tamil (ta)", "th", "Thai (th)",
 				    "tr",    "Turkish (Türkçe) (tr)", "vi", "Vietnamese (Tiếng Việt) (vi)" ];
+
+var SEL_VER			= [ "e1",    "Choose version",
+				    "e2",    "-----------------------",
+				    "3.4.1", "Apache OpenOffice 3.4.1",
+				    "4.0.0", "Apache OpenOffice 4.0.0",
+				    "4.0.1", "Apache OpenOffice 4.0.1",
+				    "4.1.0", "Apache OpenOffice 4.1.0" ];
 /*
 var SEL_TYPE			= [ "e1", "Choose install type", "e2", "-------------------",
 				    "full", "Full Installation", "lp", "Language Pack" ];