Return-Path: X-Original-To: apmail-openoffice-commits-archive@www.apache.org Delivered-To: apmail-openoffice-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3380317850 for ; Sun, 22 Feb 2015 19:19:21 +0000 (UTC) Received: (qmail 62398 invoked by uid 500); 22 Feb 2015 19:19:21 -0000 Delivered-To: apmail-openoffice-commits-archive@openoffice.apache.org Received: (qmail 62357 invoked by uid 500); 22 Feb 2015 19:19:21 -0000 Mailing-List: contact commits-help@openoffice.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openoffice.apache.org Delivered-To: mailing list commits@openoffice.apache.org Received: (qmail 62345 invoked by uid 99); 22 Feb 2015 19:19:21 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Feb 2015 19:19:21 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id EBC18AC0175 for ; Sun, 22 Feb 2015 19:19:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r941094 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/analyze.html Date: Sun, 22 Feb 2015 19:19:20 -0000 To: commits@openoffice.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150222191920.EBC18AC0175@hades.apache.org> Author: buildbot Date: Sun Feb 22 19:19:20 2015 New Revision: 941094 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/analyze.html Propchange: websites/staging/ooo-site/trunk/cgi-bin/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Sun Feb 22 19:19:20 2015 @@ -1 +1 @@ -1661512 +1661532 Propchange: websites/staging/ooo-site/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Sun Feb 22 19:19:20 2015 @@ -1 +1 @@ -1661512 +1661532 Modified: websites/staging/ooo-site/trunk/content/download/analyze.html ============================================================================== --- websites/staging/ooo-site/trunk/content/download/analyze.html (original) +++ websites/staging/ooo-site/trunk/content/download/analyze.html Sun Feb 22 19:19:20 2015 @@ -60,7 +60,7 @@ + "
  • " + l10n.dl_analyze_instruction_verify_text + "
  • " + "
  • " + l10n.dl_analyze_instruction_click_text + "[ " + l10n.dl_analyze_update_button_text + " ]
  • " + "
  • " + l10n.dl_analyze_instruction_click_text + "[ " + l10n.dl_analyze_select_button_text + " ]
  • " - + "
  • " + l10n.dl_analyze_instruction_copy_text + "[ " + l10n.dl_analyze_copy_button_text + " ]
  • " + + "
  • " + l10n.dl_analyze_instruction_copy_text + "[ " + l10n.dl_analyze_copy_button_text + " ]
  • " + "
    " + "
  • " + l10n.dl_analyze_instruction_new_mail_text + "
  • " @@ -163,8 +163,8 @@ document.write( "
    "+ l10n.dl_analyze_table_problem_text1 + "" + "" + l10n.dl_analyze_table_problem_text2 + "" - + "" + l10n.dl_analyze_table_browser_text + "" - + "" + l10n.dl_analyze_table_values_text + "" + + "" + l10n.dl_analyze_table_browser_text + "" + + "" + l10n.dl_analyze_table_values_text + "" + "navigator.appCodeName " + navigator.appCodeName + "" + "navigator.appName " + navigator.appName + "" + "navigator.appVersion " + navigator.appVersion + "" @@ -242,9 +242,9 @@ function updateTable() { DL.LINK_CHK_MD5_FULL, DL.LINK_CHK_MD5_LP, DL.SF_BASE_URL, DL.ASF_ARC_BASE_URL, DL.getLinkSelection(), DL.isLanguageSupported(), DL.SHOW_SUB_BOX, DL.ERROR ]; - // Start with the 20th row (i = 19) in the 2nd cell (1), count through the elements array (j) + // Start with the 21st row (i = 20) in the 2nd cell (1), count through the elements array (j) // and assign the found values as innerHMTL to the table cells. - for( var i = 19, j = 0, k = variables.length; j < k; i++, j++ ) { + for( var i = 20, j = 0, k = variables.length; j < k; i++, j++ ) { document.getElementById( "table_data" ).rows[ i ].cells[ 1 ].innerHTML = variables[ j ]; }