You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2016/07/24 14:52:09 UTC

svn commit: r1753934 - /openoffice/ooo-site/trunk/content/download/boxed_download.js

Author: marcus
Date: Sun Jul 24 14:52:09 2016
New Revision: 1753934

URL: http://svn.apache.org/viewvc?rev=1753934&view=rev
Log:
Created a new colored box

Modified:
    openoffice/ooo-site/trunk/content/download/boxed_download.js

Modified: openoffice/ooo-site/trunk/content/download/boxed_download.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/boxed_download.js?rev=1753934&r1=1753933&r2=1753934&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/boxed_download.js (original)
+++ openoffice/ooo-site/trunk/content/download/boxed_download.js Sun Jul 24 14:52:09 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