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 2018/10/14 15:23:40 UTC

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

Author: buildbot
Date: Sun Oct 14 15:23:40 2018
New Revision: 1036288

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 Oct 14 15:23:40 2018
@@ -1 +1 @@
-1843739
+1843840

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Oct 14 15:23:40 2018
@@ -1 +1 @@
-1843739
+1843840

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 Oct 14 15:23:40 2018
@@ -36,7 +36,13 @@ DL.createDownloadBox = function() {
       + "<select class='sel-version' id='version' name='version' onchange='DL.getLinkSelection()'"
         + "title='" + l10n.dl_green_box_selectbox_ver_title  + "'>"
       + "</select>"
-    + "</form>"
+
+      // Linux packages text.
+      + "<a id='dl_rpm_vs_deb' title='" + l10n.dl_rpm_vs_deb_title + "'>"
+        + l10n.dl_rpm_vs_deb_text
+      + "</a>"
+
+      + "</form>"
 
     // Both download text buttons: First (left) for "full install", then (right) for "langpack".
     + "<div style='margin: 0px 0px -15px 3%;'>"
@@ -78,20 +84,24 @@ DL.createDownloadBox = function() {
         + "<a id='space1'	    style='text-decoration: none;'></a>"
         + "<a id='dl_f_chk_asc'	    style='text-decoration: underline;' target='_blank'></a>"
         + "<a id='space2'	    style='text-decoration: none;'></a>"
-        + "<a id='dl_f_chk_md5'	    style='text-decoration: underline;' target='_blank'></a>"
-        + "<a id='space3'	    style='text-decoration: none;'></a>"
         + "<a id='dl_f_chk_sha256'  style='text-decoration: underline;' target='_blank'></a>"
+        + "<a id='space3'	    style='text-decoration: none;'></a>"
+        + "<a id='dl_f_chk_sha512'  style='text-decoration: underline;' target='_blank'></a>"
+        + "<a id='space4'	    style='text-decoration: none;'></a>"
+        + "<a id='dl_f_chk_md5'	    style='text-decoration: underline;' target='_blank'></a>"
         + "<br />"
 
         // Langpack: Filesize and checksums.
         + "<a id='dl_lp_info'	    style='text-decoration: none;'></a>"
         + "<a id='dl_lp_chk_keys'   style='text-decoration: underline;' target='_blank'></a>"
-        + "<a id='space4'	    style='text-decoration: none;'></a>"
-        + "<a id='dl_lp_chk_asc'    style='text-decoration: underline;' target='_blank'></a>"
         + "<a id='space5'	    style='text-decoration: none;'></a>"
-        + "<a id='dl_lp_chk_md5'    style='text-decoration: underline;' target='_blank'></a>"
+        + "<a id='dl_lp_chk_asc'    style='text-decoration: underline;' target='_blank'></a>"
         + "<a id='space6'	    style='text-decoration: none;'></a>"
         + "<a id='dl_lp_chk_sha256' style='text-decoration: underline;' target='_blank'></a>"
+        + "<a id='space7'	    style='text-decoration: none;'></a>"
+        + "<a id='dl_lp_chk_sha512' style='text-decoration: underline;' target='_blank'></a>"
+        + "<a id='space8'	    style='text-decoration: none;'></a>"
+        + "<a id='dl_lp_chk_md5'    style='text-decoration: underline;' target='_blank'></a>"
         + "<br />"
       + "</p>"
     + "</div>"