Author: marcus
Date: Sat Jun 21 14:30:08 2014
New Revision: 1604402

URL: http://svn.apache.org/r1604402
Log:
Updated variables

Modified:
    openoffice/ooo-site/trunk/content/download/test/globalvars.js

Modified: openoffice/ooo-site/trunk/content/download/test/globalvars.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/globalvars.js?rev=1604402&r1=1604401&r2=1604402&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/globalvars.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/globalvars.js Sat Jun 21 
14:30:08 2014
@@ -82,6 +82,18 @@ SEL_VER                              = [ "4.1.0", "4.1.0",
                                    "3.4.1", "3.4.1",
                                    "older", "Older releases" ];
 
+// Base URLs to the Sourceforge and Apache mirror server.
+SOURCEFORGE                    = 
"http://sourceforge.net/projects/openofficeorg.mirror/files/";;
+ASF                            = 
"http://www.apache.org/dyn/aoo-closer.cgi/openoffice/";;
+ASF_DIST                       = "http://www.apache.org/dist/openoffice/";;
+ASF_ARC                                = 
"http://archive.apache.org/dist/openoffice/";;
+
+// File names and images used in "download.js".
+FILE_FULL_LP_IMG               = "../cachedimages/help-information-icon.png";
+FILE_CHECKSUMS_IMG             = "../cachedimages/help-information-icon.png";
+FILE_ANALYZE_IMG               = 
"../cachedimages/help-report-broken-link-icon.png";
+FILE_ERROR_IMG                 = "../cachedimages/exclamation-icon.png";
+
 // Only used on the "other.html" webpage.
 REL_PLATFORM                   = [ "Win_x86", "Linux_x86_rpm", 
"Linux_x86_deb", "Linux_x86-64_rpm", "Linux_x86-64_deb",
                                    "MacOS_x86-64" ];
@@ -93,17 +105,8 @@ REL_LP_LANG                 = [ "ast", "bg", "cs", "da
                                    "ru", "sk", "sl", "sr", "sv", "ta", "th", 
"tr", "vi", "zh-CN", "zh-TW" ];
 REL_SDK_LANG                   = [ "en-US" ]
 
-// Base URLs to the Sourceforge and Apache mirror server.
-SOURCEFORGE                    = 
"http://sourceforge.net/projects/openofficeorg.mirror/files/";;
-ASF                            = 
"http://www.apache.org/dyn/aoo-closer.cgi/openoffice/";;
-ASF_DIST                       = "http://www.apache.org/dist/openoffice/";;
-ASF_ARC                                = 
"http://archive.apache.org/dist/openoffice/";;
-
-// File names and images used in "download.js".
-FILE_FULL_LP_IMG               = 
"http://www.openoffice.org/download/cachedimages/help-information-icon.png";;
-FILE_CHECKSUMS_IMG             = 
"http://www.openoffice.org/download/cachedimages/help-information-icon.png";;
-FILE_ANALYZE_IMG               = 
"http://www.openoffice.org/download/cachedimages/help-report-broken-link-icon.png";;
-FILE_ERROR_IMG                 = 
"http://www.openoffice.org/download/cachedimages/exclamation-icon.png";;
+// The maximal number of available languages in "download_other.js".
+LANG_MAX                       = 133;
 
 // Beta Release: General variables.
 BETA_VERSION                   = "4.1.0-beta";
@@ -135,6 +138,3 @@ BETA_ASF_ARC                        = 
"http://archive.apache.
 // Debug: Uncomment to use different base URLs.
 // PEOPLE_BASE_URL             = "http://people.apache.org/~marcus/aoo/";       
                           + VERSION;
 
-// The maximal number of available languages in "download_other.js".
-LANG_MAX                       = 133;
-


Reply via email to