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 2013/03/31 14:56:16 UTC

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

Author: buildbot
Date: Sun Mar 31 12:56:16 2013
New Revision: 856704

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/new/analyze.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Mar 31 12:56:16 2013
@@ -1 +1 @@
-1461950
+1462938

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Mar 31 12:56:16 2013
@@ -1 +1 @@
-1461950
+1462938

Modified: websites/staging/ooo-site/trunk/content/download/test/new/analyze.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/new/analyze.html (original)
+++ websites/staging/ooo-site/trunk/content/download/test/new/analyze.html Sun Mar 31 12:56:16 2013
@@ -46,16 +46,16 @@
     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 " + VERSION + "</a></h2>"
-    + "<p><a href='" + LINK + "' title='" + LINK + "'>Click here to start the download for <b>" + UI_PLATFORM + "</b>"
-    + " and <b>" + LANG_ARRAY[ 2 ] + "</b>.</a></p>" );
+    + "<p><a href='" + LINK + "' title='" + LINK + "'>Click to start downloading the most recent version for "
+    + UI_PLATFORM + " and " + LANG_ARRAY[ 2 ] + ".</a></p>" );
   } else {
     // Download from an alternative webpage as hasMirrorLink() == false.
     document.write( "<div class=\"first button green\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
     + LANG_ARRAY[ 4 ] + "');" + "return false;\">" );
-    document.write( "<h2><a href='" + LANG_ARRAY[ 4 ] + "' title='" + LANG_ARRAY[ 4 ] + "'>Apache OpenOffice " + VERSION
-    + "</a></h2>"
-    + "<p><a href='" + LANG_ARRAY[ 4 ] + "' title='" + LANG_ARRAY[ 4 ] + "'>A release for <b>" + UI_PLATFORM + "</b>"
-    + " and <b>" + LANG_ARRAY[ 2 ] + "</b> is not available. Click to choose from alternative download webpage.</a></p>" );
+    document.write( "<h2><a href='" + LANG_ARRAY[ 4 ] + "' title='" + LANG_ARRAY[ 4 ] + "'>Download Apache OpenOffice "
+    + VERSION + "</a></h2>"
+    + "<p><a href='" + LANG_ARRAY[ 4 ] + "' title='" + LANG_ARRAY[ 4 ] + "'>A release for " + LANG_ARRAY[ 2 ]
+    + " is not available. Please choose from the alternative download webpage for another language.</a></p>" );
   }
 
   document.write( "</div>" );