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 2013/07/14 20:32:56 UTC

svn commit: r1503016 - /openoffice/ooo-site/trunk/content/download/test/download_tables.js

Author: marcus
Date: Sun Jul 14 18:32:55 2013
New Revision: 1503016

URL: http://svn.apache.org/r1503016
Log:
Changed text and links

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

Modified: openoffice/ooo-site/trunk/content/download/test/download_tables.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/download_tables.js?rev=1503016&r1=1503015&r2=1503016&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download_tables.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/download_tables.js Sun Jul 14 18:32:55 2013
@@ -128,7 +128,7 @@ function write_build( URL_AOO, URL_HASH,
 //			document.write( "<td><small>" + ROW_COUNT + "&nbsp;:&nbsp;" + LP_LANG_COUNT + "&nbsp;:&nbsp;" + i + "&nbsp;:&nbsp;" + k + "&nbsp;" + LANG[ i ][ "EN" ] + "</small></td><td><small>" + LANG[ i ][ "NATIVE" ] + "</small></td><td><small>Langpack</small></td>" );
 		}
 	} else {
-		document.write( "<td id='sdk'><small>" + LANG[ i ][ "EN" ] + "</small></td><td><small>" + LANG[ i ][ "NATIVE" ] + "</small></td><td><small>SDK</small></td>" );
+		document.write( "<td id='source'><small>" + LANG[ i ][ "EN" ] + "</small></td><td><small>" + LANG[ i ][ "NATIVE" ] + "</small></td><td><small>SDK</small></td>" );
 //		document.write( "<td><small>" + ROW_COUNT + "&nbsp;:&nbsp;" + FULL_LANG_COUNT + "&nbsp;:&nbsp;" + i + "&nbsp;:&nbsp;" + k + "&nbsp;" + LANG[ i ][ "EN" ] + "</small></td><td><small>" + LANG[ i ][ "NATIVE" ] + "</small></td><td><small>SDK</small></td>" );
 	}
 
@@ -289,7 +289,7 @@ function write_sdk( URL_SDK, URL_SRC, UR
 	//	ROW_COUNT == 11 || ROW_COUNT == 13 || ROW_COUNT == 15 || ROW_COUNT == 17 || ROW_COUNT == 19 )
 	//	document.write( "<tr class='a'><td class='footer' colspan='" + COLSPAN + "'>&nbsp;</td></tr>" );
 	//
-	// document.write( "<tr id='sdk' class='b'><td class='footer' colspan='" + COLSPAN + "'>&nbsp;</td></tr>" );
+	// document.write( "<tr id='source' class='b'><td class='footer' colspan='" + COLSPAN + "'>&nbsp;</td></tr>" );
 
 	// Then write the row with the SDK builds
 	write_lang( URL_SDK, URL_HASH, PLATFORM, SDK_LANG, SDK_LANG, VERSION, AOO_SDK );