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 2014/05/29 01:41:55 UTC

svn commit: r910344 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/test/download_droplist.js

Author: buildbot
Date: Wed May 28 23:41:55 2014
New Revision: 910344

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/test/download_droplist.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed May 28 23:41:55 2014
@@ -1 +1 @@
-1598170
+1598172

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed May 28 23:41:55 2014
@@ -1 +1 @@
-1598170
+1598172

Modified: websites/staging/ooo-site/trunk/content/download/test/download_droplist.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/download_droplist.js (original)
+++ websites/staging/ooo-site/trunk/content/download/test/download_droplist.js Wed May 28 23:41:55 2014
@@ -60,13 +60,13 @@ function initVars() {
 	// Define variables without "var" to make them globally available.
 
 	// The following are used in "download.js" only.
-	element_ids = ["dl_f_lnk", "dl_lp_lnk", "dl_rel_dta_hl", "dl_rel_dta", "dl_f_hl", "dl_f_size_hl", "dl_f_size",
+	element_ids = [ "dl_f_lnk", "dl_lp_lnk", "dl_rel_dta_hl", "dl_rel_dta", "dl_f_hl", "dl_f_size_hl", "dl_f_size",
 	"space1", "dl_f_chk_hl", "dl_f_chk_keys", "space2", "dl_f_chk_asc", "space3", "dl_f_chk_md5", "space4",
 	"dl_f_chk_sha256", "space5", "dl_chk_verify", "dl_lp_hl", "dl_lp_size_hl", "dl_lp_size", "space6", "dl_lp_chk_hl",
 	"dl_lp_chk_keys", "space7", "dl_lp_chk_asc", "space8", "dl_lp_chk_md5", "space9", "dl_lp_chk_sha256", "dl_hlp",
 	"dl_hlp_img", "dl_rpt", "dl_rpt_img" ];
 
-	element_ids_lnk = ["dl_f_lnk", "dl_lp_lnk", "dl_f_chk_keys", "dl_f_chk_asc", "dl_f_chk_md5", "dl_f_chk_sha256",
+	element_ids_lnk = [ "dl_f_lnk", "dl_lp_lnk", "dl_f_chk_keys", "dl_f_chk_asc", "dl_f_chk_md5", "dl_f_chk_sha256",
 	"dl_chk_verify", "dl_lp_chk_keys", "dl_lp_chk_asc", "dl_lp_chk_md5", "dl_lp_chk_sha256", "dl_hlp", "dl_rpt" ];
 
 	// The following are used in "index.html" and "download.js".
@@ -1308,7 +1308,7 @@ function getLinkSel( rel_mode ) {
 		document.getElementById( "space5"	    ).innerHTML	= " , ";
 		document.getElementById( "dl_chk_verify"    ).href	= "../checksums.html";
 		document.getElementById( "dl_chk_verify"    ).innerHTML	= "How to verify?";
-		document.getElementById( "dl_chk_verify"    ).title	= "How to verify the download with checksums?";
+		document.getElementById( "dl_chk_verify"    ).title	= "How to verify the downloaded file with checksums?";
 		document.getElementById( "dl_lp_hl"	    ).innerHTML	= "Language pack: ";
 		document.getElementById( "dl_lp_size_hl"    ).innerHTML	= "Filesize ~ ";
 		document.getElementById( "dl_lp_size"	    ).innerHTML	= FILESIZE_LP + " MByte";
@@ -1336,7 +1336,7 @@ function getLinkSel( rel_mode ) {
 		document.getElementById( "dl_hlp"	    ).title	= "What is the difference between full installation and language pack?";
 		document.getElementById( "dl_hlp_img"	    ).src	= "../cachedimages/help-information-icon.png";
 		document.getElementById( "dl_hlp_img"	    ).title	= "What is the difference between full installation and language pack?";
-		document.getElementById( "dl_hlp_img"	    ).alt	= "Info";
+		document.getElementById( "dl_hlp_img"	    ).alt	= "Install info";
 //		document.getElementById( "dl_hlp_img2"	    ).src	= "../cachedimages/help-information-icon.png";
 //		document.getElementById( "dl_hlp_img2"	    ).title	= "What is the difference between full installation and language pack?";
 //		document.getElementById( "dl_hlp_img2"	    ).alt	= "Info";
@@ -1365,10 +1365,10 @@ function getLinkSel( rel_mode ) {
 		}
 
 		// Further specific exceptions.
-		document.getElementById( "dl_hlp"     ).style.cursor	= "help";
-		document.getElementById( "dl_hlp_img" ).style.cursor    = "help";
-		document.getElementById( "dl_rpt"     ).style.cursor    = "help";
-		document.getElementById( "dl_rpt_img" ).style.cursor    = "help";
+		document.getElementById( "dl_hlp"	    ).style.cursor	     = "help";
+		document.getElementById( "dl_hlp_img"	    ).style.cursor	     = "help";
+		document.getElementById( "dl_rpt"	    ).style.cursor	     = "help";
+		document.getElementById( "dl_rpt_img"	    ).style.cursor	     = "help";
 
 	}
 //	alertDbg( "getLinkSel(): End" );