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 2016/07/24 14:52:40 UTC

svn commit: r993589 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/boxed_download.js

Author: buildbot
Date: Sun Jul 24 14:52:40 2016
New Revision: 993589

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/boxed_download.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Jul 24 14:52:40 2016
@@ -1 +1 @@
-1753933
+1753934

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Jul 24 14:52:40 2016
@@ -1 +1 @@
-1753933
+1753934

Modified: websites/staging/ooo-site/trunk/content/download/boxed_download.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/boxed_download.js (original)
+++ websites/staging/ooo-site/trunk/content/download/boxed_download.js Sun Jul 24 14:52:40 2016
@@ -119,6 +119,33 @@ DL.createDownloadBox = function() {
 }
 
 /*
+ * Get more developers box
+ * Show the clickable text for the "Get Involved" webpage
+ * @param:  None
+ * @return: None
+ */
+DL.createGetDevBox = function() {
+  document.write( "<div class='orange button' id='optionitem5' "
+    + "onclick='openItem(\"optionitem5\",\"" + l10n.dl_getdev_orange_box_text_href + "\"); return false;'>"
+    // No icon in the right corner of the box.
+    // + "<div class='<color>-icon'></div>"
+
+    // Headline.
+    + "<h2 title='" + l10n.dl_getdev_orange_box_headline_title + "'>"
+      + l10n.dl_getdev_orange_box_headline_text
+    + "</h2>"
+
+    // Box text.
+    + "<p style='margin-left: 5px; padding-bottom: 3%;'>"
+      + "<a href='" + l10n.dl_getdev_orange_box_text_href + "' title='" + l10n.dl_getdev_orange_box_text_title + "'>"
+        + l10n.dl_getdev_orange_box_text_text
+      + "</a>"
+    + "</p>"
+  + "</div>" );
+  return;
+}
+
+/*
  * Social network box
  * Show the clickable icons for the social networks
  * @param:  None