Author: marcus Date: Mon Jun 2 18:35:42 2014 New Revision: 1599302 URL: http://svn.apache.org/r1599302 Log: Reworked the items for the platform select box
Modified: openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js Modified: openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js?rev=1599302&r1=1599301&r2=1599302&view=diff ============================================================================== --- openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js (original) +++ openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js Mon Jun 2 18:35:42 2014 @@ -34,13 +34,13 @@ var LP_LANG = [ "ast", "bg", "cs", "da var SDK_LANG = [ "en-US" ]; // OS data for the <select> element. -var SEL_OS = [ "Win_x86_install", "Windows (EXE)", ".exe", - "Linux_x86-64_install-deb", "Linux 64-bit (x86-64) (DEB)", ".tar.gz", - "Linux_x86-64_install-rpm", "Linux 64-bit (x86-64) (RPM)", ".tar.gz", - "Linux_x86_install-deb", "Linux 32-bit (x86) (DEB)", ".tar.gz", - "Linux_x86_install-rpm", "Linux 32-bit (x86) (RPM)", ".tar.gz", - "MacOS_x86-64_install", "OS X 64-bit (x86-64) (DMG)", ".dmg", - "MacOS_x86_install", "OS X 32-bit (x86) (DMG)", ".dmg" ]; +var SEL_OS = [ "win32", "Windows (EXE)", ".exe", + "lnx64d", "Linux 64-bit (x86-64) (DEB)", ".tar.gz", + "lnx64r", "Linux 64-bit (x86-64) (RPM)", ".tar.gz", + "lnx32d", "Linux 32-bit (x86) (DEB)", ".tar.gz", + "lnx32r", "Linux 32-bit (x86) (RPM)", ".tar.gz", + "mac64", "OS X 64-bit (x86-64) (DMG)", ".dmg", + "mac32", "OS X 32-bit (x86) (DMG)", ".dmg" ]; /* var SEL_OS = [ "win32", "Windows 32-bit (x86) (EXE)", "Win_x86_install", ".exe",