Author: marcus Date: Sun Mar 9 20:18:11 2014 New Revision: 1575746 URL: http://svn.apache.org/r1575746 Log: Changed wording
Modified: openoffice/ooo-site/trunk/content/download/test/analyze.html Modified: openoffice/ooo-site/trunk/content/download/test/analyze.html URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/analyze.html?rev=1575746&r1=1575745&r2=1575746&view=diff ============================================================================== --- openoffice/ooo-site/trunk/content/download/test/analyze.html (original) +++ openoffice/ooo-site/trunk/content/download/test/analyze.html Sun Mar 9 20:18:11 2014 @@ -30,7 +30,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( 0 ); if ( hasMirrorLink() ) { if ( SOURCEFORGE ) { // If download URL contains "sourceforge" (-> normal and correct download link), @@ -53,8 +53,8 @@ screen reader. --> + "<h2><a href='" + LINK + "' title='" + LINK + "'>" + "Download Apache OpenOffice</a></h2>" + "<p><a href='" + LINK + "' title='" + LINK + "'>Apache OpenOffice " + VERSION + " for " - + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> is not available. Click " - + "here to choose from the alternative download webpage.</a></p>" + + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> is not available. " + + "Click here to choose from the alternative download webpage.</a></p>" + "</div>" ); } else if ( ARCHIVE ) { // If download URL contains "archive" (-> platform/OS is no longer supported), @@ -64,8 +64,8 @@ screen reader. --> + "<h2><a href='" + LINK + "' title='" + LINK + "'>" + "Download Apache OpenOffice</a></h2>" + "<p><a href='" + LINK + "' title='" + LINK + "'>Apache OpenOffice " + VERSION + " for " - + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> is not available. Click " - + "here for the previous version " + PRE_VERSION + ".</a></p>" + + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> is not available. " + + "Click here for the previous version " + PRE_VERSION + ".</a></p>" + "</div>" ); } } else { @@ -75,8 +75,8 @@ screen reader. --> + "<h2><a href='" + LANG_ARRAY[ 4 ] + "' title='" + LANG_ARRAY[ 4 ] + "'>" + "Download Apache OpenOffice</a></h2>" + "<p><a href='" + LANG_ARRAY[ 4 ] + "' title='" + LANG_ARRAY[ 4 ] + "'>Apache OpenOffice " + VERSION + " for " - + "<b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> is not available. Please choose another build from the " - + "alternative " + LANG_ARRAY[ 1 ] + " download webpage.</a></p>" + + "<b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> is not available. " + + "Click here to choose from the alternative " + LANG_ARRAY[ 1 ] + " download webpage.</a></p>" + "</div>" ); } // Show some helpful links for SDK, source, checksums, release notes, legacy version.