Author: marcus
Date: Sat Jul 27 23:29:17 2013
New Revision: 1507746
URL: http://svn.apache.org/r1507746
Log:
Updated comments
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=1507746&r1=1507745&r2=1507746&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download_tables.js
(original)
+++ openoffice/ooo-site/trunk/content/download/test/download_tables.js Sat Jul
27 23:29:17 2013
@@ -30,7 +30,7 @@ function write_table() {
var URL_SDK = SOURCEFORGE_BASE_URL + "SDK/Apache_OpenOffice-SDK_" +
VERSION;
var URL_SRC = APACHE_DIST_BASE_URL + AOO_SRC;
-// Debug: Uncomment to get output inside the table
+// Debug: Uncomment to use different base URLs
/*
var URL_AOO = PEOPLE_BASE_URL + "/binaries/";
var URL_SDK = PEOPLE_BASE_URL +
"/binaries/SDK/Apache_OpenOffice-SDK_" + VERSION;
@@ -80,8 +80,8 @@ function write_top() {
* This writes the header row with the OS headlines
*/
function write_header( FIRST_HEADER ) {
- // If it's the first header at the top of a table use a normal font
size,
- // use a smaller font size for further headers within the table.
+ // If it's the first header at the top of a table use a normal font size
+ // But use a smaller font size for further headers within the table
if ( FIRST_HEADER == 1 ) {
var SMALL1 = "";
var SMALL2 = "";
@@ -234,7 +234,7 @@ function write_lang( URL_AOO, URL_HASH,
FULL_LANG_COUNT = 1;
LP_LANG_COUNT = 1;
-// Debug: Uncomment to get output at the beginning of the table.
+// Debug: Uncomment to get output at the beginning of the table
/*
for ( var i = 0; i < FULL_LANG.length; i++ ) {
document.write( i + ": " + FULL_LANG[i] + " " );