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 2017/03/28 21:28:15 UTC

svn commit: r1009264 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/ca/index.html

Author: buildbot
Date: Tue Mar 28 21:28:15 2017
New Revision: 1009264

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

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Mar 28 21:28:15 2017
@@ -1 +1 @@
-1789242
+1789243

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Mar 28 21:28:15 2017
@@ -1 +1 @@
-1789242
+1789243

Modified: websites/staging/ooo-site/trunk/content/ca/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/ca/index.html (original)
+++ websites/staging/ooo-site/trunk/content/ca/index.html Tue Mar 28 21:28:15 2017
@@ -15,44 +15,6 @@
   <script type="text/javascript" src="js/languages.js"></script>
   <script type="text/javascript" src="js/download.js"></script>
 
-<script type="text/javascript">
-<!--
-var VERSION = "3.1.0";
-var SHOWDOWNLOAD = false;
-
-function toggleDownload() {
-  if (!SHOWDOWNLOAD) {
-    SHOWDOWNLOAD = true;
-    showDownload();
-  } else {
-    SHOWDOWNLOAD = false;
-    hideDownload();
-  }
-}
-
-function showDownload() {
-  var downloadCont = document.getElementById("action-download-extra");
-  var newHTML = "<div id=\"buttonwrap\"><div id=\"downloadbutton\" onclick=\"openItem('optionitem1','" + getLink( VERSION ) + "');return false;\">";
-
-  if ( hasBouncerLink() ) {
-    newHTML += "<h3><a href='"+ getLink( VERSION ) + "'>Download now!</a></h3><p>Start downloading OpenOffice.org " + VERSION + " for " + getPlatform() + " in " + getLanguage() + "<br/>(Java runtime, JRE, included for all OS versions except Linux Deb and Mac)</p>";
-  } else {
-    newHTML += "<h3><a href='"+ getLink( VERSION ) + "'>Download now!</a></h3><p>OpenOffice.org " + VERSION + " for " + getPlatform() + " (" + getLanguage() + ")</p>";
-  }
-
-  newHTML += "</div><p class=\"options\">Get <a title=\"get other laguages, platforms, non-JRE options to download\" onclick=\"document.location = this.href; return false;\" href=\"http://download.openoffice.org/other.html#" + getLanguageISO() + "\">more platforms,  languages, non-JRE versions</a>, <a title='Order CD-ROM' onclick=\"document.location = this.href; return false;\" href='http://distribution.openoffice.org/cdrom/index.html#cdrom'>order CD-ROM</a>, or <a title='P2P downloads' onclick=\"document.location = this.href; return false;\" href='http://distribution.openoffice.org/p2p/'>P2P downloads</a></p></div>";
-
-  downloadCont.innerHTML = newHTML;
-}
-
-function hideDownload() {
-  var downloadCont = document.getElementById("action-download-extra");
-  var newHTML = "";
-  downloadCont.innerHTML = newHTML;
-}
-//-->
-</script>
-
 <!--#include virtual="/google-analytics.js" --> 
 <!--#include virtual="/scripts/entourage.js" -->
 </head>