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 +
" : " + LP_LANG_COUNT + " : " + i + " : " + k +
" " + 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 + " : " +
FULL_LANG_COUNT + " : " + i + " : " + k + " " + 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 + "'> </td></tr>" );
//
- // document.write( "<tr id='sdk' class='b'><td class='footer'
colspan='" + COLSPAN + "'> </td></tr>" );
+ // document.write( "<tr id='source' class='b'><td class='footer'
colspan='" + COLSPAN + "'> </td></tr>" );
// Then write the row with the SDK builds
write_lang( URL_SDK, URL_HASH, PLATFORM, SDK_LANG, SDK_LANG, VERSION,
AOO_SDK );