Author: buildbot Date: Sun Mar 9 20:18:50 2014 New Revision: 900764 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/analyze.html Propchange: websites/staging/ooo-site/trunk/cgi-bin/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Sun Mar 9 20:18:50 2014 @@ -1 +1 @@ -1575745 +1575746 Propchange: websites/staging/ooo-site/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Sun Mar 9 20:18:50 2014 @@ -1 +1 @@ -1575745 +1575746 Modified: websites/staging/ooo-site/trunk/content/download/test/analyze.html ============================================================================== --- websites/staging/ooo-site/trunk/content/download/test/analyze.html (original) +++ websites/staging/ooo-site/trunk/content/download/test/analyze.html Sun Mar 9 20:18:50 2014 @@ -46,7 +46,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), @@ -69,8 +69,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), @@ -80,8 +80,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 { @@ -91,8 +91,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.