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/05/01 02:23:41 UTC

svn commit: r907532 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/test/analyze.html content/download/test/analyze_beta.html content/download/test/index.html

Author: buildbot
Date: Thu May  1 00:23:41 2014
New Revision: 907532

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
    websites/staging/ooo-site/trunk/content/download/test/analyze_beta.html
    websites/staging/ooo-site/trunk/content/download/test/index.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu May  1 00:23:41 2014
@@ -1 +1 @@
-1591512
+1591515

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu May  1 00:23:41 2014
@@ -1 +1 @@
-1591512
+1591515

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 Thu May  1 00:23:41 2014
@@ -57,9 +57,9 @@ screen reader. -->
         + " | Build ID " + BUILD + " | SVN " + SVN_REV + " | Released: " + REL_DATE + "'>"
         + "Download Apache OpenOffice " + VERSION + "</a></h2>"
         + "<p><a href='" + LINK + "' title='Version " + VERSION + " | Milestone " + MILESTONE + " | Build ID " + BUILD
-        + " | SVN " + SVN_REV + " | Released: " + REL_DATE + "'>Click here to download for:<br />"
-        + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b> | ~" + FILESIZE + "&nbsp;MByte | Released:&nbsp;"
-        + REL_DATE + "<br /></a></p>"
+        + " | SVN " + SVN_REV + " | Released: " + REL_DATE + "'>Click here to download (hosted by Sourceforge.net) for:"
+        + "<br /><b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b> | "
+        + "~" + FILESIZE + "&nbsp;MByte | Released:&nbsp;" + REL_DATE + "<br /></a></p>"
       + "</div>" );
     } else if ( OTHER ) {
       // If download URL contains "other" (-> platform, OS or package manager was not recognized),

Modified: websites/staging/ooo-site/trunk/content/download/test/analyze_beta.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/analyze_beta.html (original)
+++ websites/staging/ooo-site/trunk/content/download/test/analyze_beta.html Thu May  1 00:23:41 2014
@@ -43,59 +43,60 @@ screen reader. -->
   <!-- Yellow: Beta Release online -->
   <script type="text/javascript">
   <!--
-  if ( BETA_ACTIVE ) {
+  if ( BETA_ACTIVE == 1 ) {
     // 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 Beta releases (>0 = beta mode)
     var LINK        = getLink( 2 );
     if ( hasMirrorLink() ) {
       if ( SOURCEFORGE ) {
-        // If a Beta Release is available for download, then download from Sourceforge with displayed platform and language.
-        document.write( "<div class=\"first button yellow\" id=\"optionitem2\" onclick=\"openItem('optionitem2','"
-          + LINK + "') return false;\">"
-          + "<h2><a href='" + LINK + "' title='Version " + BETA_NAME + " | Milestone " + BETA_MILESTONE
-          + " | Build ID " + BETA_BUILD + " | SVN " + BETA_SVN_REV + " | Released: " + BETA_REL_DATE + "'>"
-          + "Download Apache OpenOffice " + BETA_NAME + "</a></h2>"
-          + "<p><a href='" + LINK + "' title='Version " + BETA_NAME + " | Milestone " + BETA_MILESTONE + " | "
-          + "Build ID " + BETA_BUILD + " | SVN " + BETA_SVN_REV + " | Released: " + BETA_REL_DATE + "'>"
-          + "Click here to download for:<br /><b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b> | "
-          + "~" + FILESIZE + " MByte | Released: " + BETA_REL_DATE + "<br />"
-          + "<br /><b>The Beta release is feature complete but not yet fully tested and can contain issues. "
-          + "It is strongly not recommended to use in production!</b></a></p>"
-        + "</div>" );
+	// If a Beta Release is available for download, then download from Sourceforge with displayed platform and language.
+	document.write( "<div class=\"button yellow\" id=\"optionitem2\" onclick=\"openItem('optionitem2','"
+	  + LINK + "') return false;\">"
+	  + "<h2><a href='" + LINK + "' title='Version " + BETA_NAME + " | Milestone " + BETA_MILESTONE
+	  + " | Build ID " + BETA_BUILD + " | SVN " + BETA_SVN_REV + " | Released: " + BETA_REL_DATE + "'>"
+	  + "Download Apache OpenOffice " + BETA_NAME + "</a></h2>"
+	  + "<p><a href='" + LINK + "' title='Version " + BETA_NAME + " | Milestone " + BETA_MILESTONE + " | "
+	  + "Build ID " + BETA_BUILD + " | SVN " + BETA_SVN_REV + " | Released: " + BETA_REL_DATE + "'>"
+	  + "Click here to download (hosted by Sourceforge.net) for:<br />"
+	  + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b> | ~" + FILESIZE + " MByte | "
+	  + "Released: " + BETA_REL_DATE + "<br />"
+	  + "<br /><b>The Beta release is feature complete but not yet fully tested and can contain issues. "
+	  + "It is strongly not recommended to use in production!</b></a></p>"
+	+ "</div>" );
       } else if ( OTHER ) {
-        // If download URL contains "other" (-> platform, OS or package manager was not recognized),
-        // then use "other.html" as download link.
-        document.write( "<div class=\"first button yellow\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
-          + LINK + "');" + "return false;\">"
-          + "<h2><a href='" + LINK + "' title='" + LINK + "'>"
-          + "Download Apache OpenOffice</a></h2>"
-          + "<p><a href='" + LINK + "' title='" + LINK + "'>Apache OpenOffice " + BETA_NAME + " 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>"
-        + "</div>" );
+	// If download URL contains "other" (-> platform, OS or package manager was not recognized),
+	// then use "other.html" as download link.
+	document.write( "<div class=\"button yellow\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
+	  + LINK + "');" + "return false;\">"
+	  + "<h2><a href='" + LINK + "' title='" + LINK + "'>"
+	  + "Download Apache OpenOffice</a></h2>"
+	  + "<p><a href='" + LINK + "' title='" + LINK + "'>Apache OpenOffice " + BETA_NAME + " 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>"
+	+ "</div>" );
       } else if ( ARCHIVE ) {
-        // If download URL contains "archive" (-> platform/OS is no longer supported),
-        // then provide a download link to the previous version.
-        document.write( "<div class=\"first button yellow\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
-          + LINK + "');" + "return false;\">"
-          + "<h2><a href='" + LINK + "' title='" + LINK + "'>"
-          + "Download Apache OpenOffice</a></h2>"
-          + "<p><a href='" + LINK + "' title='" + LINK + "'>Apache OpenOffice " + BETA_NAME + " 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>"
-        + "</div>" );
+	// If download URL contains "archive" (-> platform/OS is no longer supported),
+	// then provide a download link to the previous version.
+	document.write( "<div class=\"button yellow\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
+	  + LINK + "');" + "return false;\">"
+	  + "<h2><a href='" + LINK + "' title='" + LINK + "'>"
+	  + "Download Apache OpenOffice</a></h2>"
+	  + "<p><a href='" + LINK + "' title='" + LINK + "'>Apache OpenOffice " + BETA_NAME + " 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>"
+	+ "</div>" );
       }
     } else {
       // If browser language do not match with AOO languages, then use "all_beta.html" as download link.
       // LINK = "http://www.openoffice.org/download/test/all_beta.html";
-      document.write( "<div class=\"first button yellow\" id=\"optionitem2\" onclick=\"openItem('optionitem2','"
-        + LINK + "') return false;\">"
-        + "<h2><a href='" + LINK + "' title='" + LINK + "'>"
-        + "Download Apache OpenOffice " + BETA_NAME + "</a></h2>"
-        + "<p><a href='" + LINK + "' title='" + LINK + "'>Apache OpenOffice " + BETA_NAME + " for "
-        + "<b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> is not available. "
-        + "Click here to choose from the alternative download webpage.</a></p>"
+      document.write( "<div class=\"button yellow\" id=\"optionitem2\" onclick=\"openItem('optionitem2','"
+	+ LINK + "') return false;\">"
+	+ "<h2><a href='" + LINK + "' title='" + LINK + "'>"
+	+ "Download Apache OpenOffice " + BETA_NAME + "</a></h2>"
+	+ "<p><a href='" + LINK + "' title='" + LINK + "'>Apache OpenOffice " + BETA_NAME + " for "
+	+ "<b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> is not available. "
+	+ "Click here to choose from the alternative download webpage.</a></p>"
       + "</div>" );
     }
     // Show some helpful links for SDK, source, checksums, release notes.
@@ -103,18 +104,32 @@ screen reader. -->
     document.write( "<p>" );
     if ( CHECKSUM_ASC ) {
       document.write( "Signatures and hashes: "
-      + "<a href='" + CHECKSUM_KEYS   + "' + title='KEYS signature'>KEYS</a> , "
-      + "<a href='" + CHECKSUM_ASC    + "' + title='ASC signature'>ASC</a> , "
-      + "<a href='" + CHECKSUM_MD5    + "' + title='MD5 hash'>MD5</a> , "
-      + "<a href='" + CHECKSUM_SHA256 + "' + title='SHA256 hash'>SHA256</a> , "
-      + "<a href='../checksums.html' title='How to verify the download with checksums?'>How to verify?</a> | " );
+        + "<a href='" + CHECKSUM_KEYS   + "' + title='KEYS signature'>KEYS</a> , "
+        + "<a href='" + CHECKSUM_ASC    + "' + title='ASC signature'>ASC</a> , "
+        + "<a href='" + CHECKSUM_MD5    + "' + title='MD5 hash'>MD5</a> , "
+        + "<a href='" + CHECKSUM_SHA256 + "' + title='SHA256 hash'>SHA256</a> , "
+        + "<a href='checksums.html' title='How to verify the download with checksums?'>How to verify?</a> | " );
     }
-    document.write( "<a href='https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+" + BETA_VERSION + "+Release+Notes'"
+    document.write( "<a href='https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1+Release+Notes'"
       + "title='What is new, what has been improved in Apache OpenOffice " + BETA_NAME + "?'><b>Release Notes</b></a> | "
       + "<br /><a href='all_beta.html' title='Get all platforms, languages, language packs to download'>"
       + "<b>Get all platforms, languages, language packs</b></a> | "
       + "<a href='all_beta.html#source' title='Get the source code and SDK to download'>Source code and SDK</a></p>"
     + "</div>" );
+  } else if ( BETA_ACTIVE == 0 ) {
+    // Yellow: Beta Release coming soon
+    var ANN_LINK  = "https://blogs.apache.org/OOo/";
+    var ANN_TITLE = "Official blog of Apache OpenOffice";
+    document.write( "<div class=\"button yellow\" id=\"optionitem2_1\" onclick=\"openItem('optionitem2_1','"
+      + ANN_LINK + "') return false;\">"
+      + "<h2><a href='" + ANN_LINK + "' title='" + ANN_TITLE + "'>"
+      + "Get Apache OpenOffice " + BETA_NAME + "<br /><small>(planned for: " + BETA_REL_DATE + ")</small></a></h2>"
+      + "<p><a href='" + ANN_LINK + "' title='" + ANN_TITLE + "'><br />"
+      + "The Beta release is not yet available. Please make sure to come back on the release date to download and test the "
+      + "new version.</a></p>"
+    + "</div>" );
+  } else {
+    // Yellow: Beta Release, show nothing as it is not yet ready
   }
   //-->
   </script>

Modified: websites/staging/ooo-site/trunk/content/download/test/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/index.html (original)
+++ websites/staging/ooo-site/trunk/content/download/test/index.html Thu May  1 00:23:41 2014
@@ -71,12 +71,6 @@ screen reader. -->
   var NL_LANGUAGE = "";
   // Get the download URL for released install files (0 = release mode)
   var LINK        = getLink( 1 );
-/*
-  document.write ( "Language ISO: " + LANG_ISO + " - has MirrorLink()?: " + hasMirrorLink() + "<br />"
-  + "SourceForge: " + SOURCEFORGE + " - Other: " + OTHER + " - Archive: " + ARCHIVE + "<br />"
-  + "UI_PLATFORM: " + UI_PLATFORM + " - URL_PLATFORM: " + URL_PLATFORM + " - EXTENSION: " + EXTENSION + "<br />"
-  + "LINK: " + LINK );
-*/
   if ( hasMirrorLink() ) {
     if ( SOURCEFORGE ) {
       // If download URL contains "sourceforge" (-> normal and correct download link),
@@ -87,9 +81,9 @@ screen reader. -->
         + " | Build ID " + BUILD + " | SVN " + SVN_REV + " | Released: " + REL_DATE + "'>"
         + "Download Apache OpenOffice " + VERSION + "</a></h2>"
         + "<p><a href='" + LINK + "' title='Version " + VERSION + " | Milestone " + MILESTONE + " | Build ID " + BUILD
-        + " | SVN " + SVN_REV + " | Released: " + REL_DATE + "'>Click here to download for:<br />"
-        + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b> | ~" + FILESIZE + "&nbsp;MByte | Released:&nbsp;"
-        + REL_DATE + "<br /></a></p>"
+        + " | SVN " + SVN_REV + " | Released: " + REL_DATE + "'>Click here to download (hosted by Sourceforge.net) for:"
+        + "<br /><b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b> | "
+        + "~" + FILESIZE + "&nbsp;MByte | Released:&nbsp;" + REL_DATE + "<br /></a></p>"
       + "</div>" );
     } else if ( OTHER ) {
       // If download URL contains "other" (-> platform, OS or package manager was not recognized),
@@ -139,7 +133,7 @@ screen reader. -->
   if ( ARCHIVE ) {
     VERSION = PRE_VERSION;
   }
-  document.write( "<a href='https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+" + VERSION + "+Release+Notes'"
+  document.write( "<a href='https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+" + VERSION_SHORT + "+Release+Notes'"
     + "title='What is new, what has been improved in Apache OpenOffice " + VERSION + "?'><b>Release Notes</b></a> | <br />"
     + "<a href='other.html' title='Get all platforms, languages, language packs to download'>"
     + "<b>Get all platforms, languages, language packs</b></a> | "
@@ -184,61 +178,56 @@ 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 Beta releases (>0 = beta mode)
-    var LINK        = getLink( 1 );
-/*
-    document.write ( "Language ISO: " + LANG_ISO + " - has MirrorLink()?: " + hasMirrorLink() + "<br />"
-    + "SourceForge: " + SOURCEFORGE + " - Other: " + OTHER + " - Archive: " + ARCHIVE + "<br />"
-    + "UI_PLATFORM: " + UI_PLATFORM + " - URL_PLATFORM: " + URL_PLATFORM + " - EXTENSION: " + EXTENSION + "<br />"
-    + "LINK: " + LINK );
-*/
+    var LINK        = getLink( 2 );
     if ( hasMirrorLink() ) {
       if ( SOURCEFORGE ) {
-        // If a Beta Release is available for download, then download from Sourceforge with displayed platform and language.
-        document.write( "<div class=\"button yellow\" id=\"optionitem2\" onclick=\"openItem('optionitem2','"
-          + LINK + "') return false;\">"
-          + "<h2><a href='" + LINK + "' title='Version " + BETA_NAME + " | Milestone " + BETA_MILESTONE
-          + " | Build ID " + BETA_BUILD + " | SVN " + BETA_SVN_REV + " | Released: " + BETA_REL_DATE + "'>"
-          + "Download Apache OpenOffice " + BETA_NAME + "</a></h2>"
-          + "<p><a href='" + LINK + "' title='Version " + BETA_NAME + " | Milestone " + BETA_MILESTONE + " | "
-          + "Build ID " + BETA_BUILD + " | SVN " + BETA_SVN_REV + " | Released: " + BETA_REL_DATE + "'>"
-          + "Click here to download for:<br /><b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b> | "
-          + "~" + FILESIZE + " MByte | Released: " + BETA_REL_DATE + "<br />"
-          + "<br /><b>The Beta release is feature complete but not yet fully tested and can contain issues. "
-          + "It is strongly not recommended to use in production!</b></a></p>"
-        + "</div>" );
+	// If a Beta Release is available for download, then download from Sourceforge with displayed platform and language.
+	document.write( "<div class=\"button yellow\" id=\"optionitem2\" onclick=\"openItem('optionitem2','"
+	  + LINK + "') return false;\">"
+	  + "<h2><a href='" + LINK + "' title='Version " + BETA_NAME + " | Milestone " + BETA_MILESTONE
+	  + " | Build ID " + BETA_BUILD + " | SVN " + BETA_SVN_REV + " | Released: " + BETA_REL_DATE + "'>"
+	  + "Download Apache OpenOffice " + BETA_NAME + "</a></h2>"
+	  + "<p><a href='" + LINK + "' title='Version " + BETA_NAME + " | Milestone " + BETA_MILESTONE + " | "
+	  + "Build ID " + BETA_BUILD + " | SVN " + BETA_SVN_REV + " | Released: " + BETA_REL_DATE + "'>"
+	  + "Click here to download (hosted by Sourceforge.net) for:<br />"
+	  + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b> | ~" + FILESIZE + " MByte | "
+	  + "Released: " + BETA_REL_DATE + "<br />"
+	  + "<br /><b>The Beta release is feature complete but not yet fully tested and can contain issues. "
+	  + "It is strongly not recommended to use in production!</b></a></p>"
+	+ "</div>" );
       } else if ( OTHER ) {
-        // If download URL contains "other" (-> platform, OS or package manager was not recognized),
-        // then use "other.html" as download link.
-        document.write( "<div class=\"button yellow\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
-          + LINK + "');" + "return false;\">"
-          + "<h2><a href='" + LINK + "' title='" + LINK + "'>"
-          + "Download Apache OpenOffice</a></h2>"
-          + "<p><a href='" + LINK + "' title='" + LINK + "'>Apache OpenOffice " + BETA_NAME + " 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>"
-        + "</div>" );
+	// If download URL contains "other" (-> platform, OS or package manager was not recognized),
+	// then use "other.html" as download link.
+	document.write( "<div class=\"button yellow\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
+	  + LINK + "');" + "return false;\">"
+	  + "<h2><a href='" + LINK + "' title='" + LINK + "'>"
+	  + "Download Apache OpenOffice</a></h2>"
+	  + "<p><a href='" + LINK + "' title='" + LINK + "'>Apache OpenOffice " + BETA_NAME + " 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>"
+	+ "</div>" );
       } else if ( ARCHIVE ) {
-        // If download URL contains "archive" (-> platform/OS is no longer supported),
-        // then provide a download link to the previous version.
-        document.write( "<div class=\"button yellow\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
-          + LINK + "');" + "return false;\">"
-          + "<h2><a href='" + LINK + "' title='" + LINK + "'>"
-          + "Download Apache OpenOffice</a></h2>"
-          + "<p><a href='" + LINK + "' title='" + LINK + "'>Apache OpenOffice " + BETA_NAME + " 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>"
-        + "</div>" );
+	// If download URL contains "archive" (-> platform/OS is no longer supported),
+	// then provide a download link to the previous version.
+	document.write( "<div class=\"button yellow\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
+	  + LINK + "');" + "return false;\">"
+	  + "<h2><a href='" + LINK + "' title='" + LINK + "'>"
+	  + "Download Apache OpenOffice</a></h2>"
+	  + "<p><a href='" + LINK + "' title='" + LINK + "'>Apache OpenOffice " + BETA_NAME + " 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>"
+	+ "</div>" );
       }
     } else {
       // If browser language do not match with AOO languages, then use "all_beta.html" as download link.
       // LINK = "http://www.openoffice.org/download/test/all_beta.html";
       document.write( "<div class=\"button yellow\" id=\"optionitem2\" onclick=\"openItem('optionitem2','"
-        + LINK + "') return false;\">"
-        + "<h2><a href='" + LINK + "' title='" + LINK + "'>"
-        + "Download Apache OpenOffice " + BETA_NAME + "</a></h2>"
-        + "<p><a href='" + LINK + "' title='" + LINK + "'>Apache OpenOffice " + BETA_NAME + " for "
-        + "<b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> is not available. "
-        + "Click here to choose from the alternative download webpage.</a></p>"
+	+ LINK + "') return false;\">"
+	+ "<h2><a href='" + LINK + "' title='" + LINK + "'>"
+	+ "Download Apache OpenOffice " + BETA_NAME + "</a></h2>"
+	+ "<p><a href='" + LINK + "' title='" + LINK + "'>Apache OpenOffice " + BETA_NAME + " for "
+	+ "<b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> is not available. "
+	+ "Click here to choose from the alternative download webpage.</a></p>"
       + "</div>" );
     }
     // Show some helpful links for SDK, source, checksums, release notes.
@@ -246,11 +235,11 @@ screen reader. -->
     document.write( "<p>" );
     if ( CHECKSUM_ASC ) {
       document.write( "Signatures and hashes: "
-      + "<a href='" + CHECKSUM_KEYS   + "' + title='KEYS signature'>KEYS</a> , "
-      + "<a href='" + CHECKSUM_ASC    + "' + title='ASC signature'>ASC</a> , "
-      + "<a href='" + CHECKSUM_MD5    + "' + title='MD5 hash'>MD5</a> , "
-      + "<a href='" + CHECKSUM_SHA256 + "' + title='SHA256 hash'>SHA256</a> , "
-      + "<a href='../checksums.html' title='How to verify the download with checksums?'>How to verify?</a> | " );
+        + "<a href='" + CHECKSUM_KEYS   + "' + title='KEYS signature'>KEYS</a> , "
+        + "<a href='" + CHECKSUM_ASC    + "' + title='ASC signature'>ASC</a> , "
+        + "<a href='" + CHECKSUM_MD5    + "' + title='MD5 hash'>MD5</a> , "
+        + "<a href='" + CHECKSUM_SHA256 + "' + title='SHA256 hash'>SHA256</a> , "
+        + "<a href='../checksums.html' title='How to verify the download with checksums?'>How to verify?</a> | " );
     }
     document.write( "<a href='https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1+Release+Notes'"
       + "title='What is new, what has been improved in Apache OpenOffice " + BETA_NAME + "?'><b>Release Notes</b></a> | "