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/02/11 00:30:32 UTC

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

Author: buildbot
Date: Mon Feb 10 23:30:32 2014
New Revision: 897279

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 Mon Feb 10 23:30:32 2014
@@ -1 +1 @@
-1566846
+1566850

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb 10 23:30:32 2014
@@ -1 +1 @@
-1566846
+1566850

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 Mon Feb 10 23:30:32 2014
@@ -73,14 +73,13 @@ screen reader. -->
       + "webpage.</a></p>" );
     } else if ( ARCHIVE ) {
       // If download URL contains "archive" (-> platform/OS is no longer supported),
-      // then use the ASF archive as download link.
+      // then provide a download link to the previous version.
       document.write( "<div class=\"first button green\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
       + LINK + "');" + "return false;\">" );
       document.write( "<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> is not available. Please choose the previous version " + PREVIOUSVERSION + " from the "
-      + "archive.</a></p>" );
+      + "<b>" + UI_PLATFORM + "</b> is not available. Click here for the previous version " + PRE_VERSION + "." );
     }
   } else {
     // If browser language do not match with AOO languages, then download from an alternative webpage.