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/03/07 23:24:57 UTC

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

Author: buildbot
Date: Fri Mar  7 22:24:56 2014
New Revision: 900496

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/index.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Mar  7 22:24:56 2014
@@ -1 +1 @@
-1575399
+1575432

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Mar  7 22:24:56 2014
@@ -1 +1 @@
-1575399
+1575432

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 Fri Mar  7 22:24:56 2014
@@ -209,7 +209,7 @@ screen reader. -->
       } 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','"
+        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>"
@@ -220,7 +220,7 @@ screen reader. -->
       } 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','"
+        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>"
@@ -262,7 +262,7 @@ screen reader. -->
     // 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_wo_icon\" id=\"optionitem2_1\" onclick=\"openItem('optionitem2_1','"
+    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>"