Author: marcus
Date: Sat Jul 27 22:36:33 2013
New Revision: 1507738

URL: http://svn.apache.org/r1507738
Log:
#122866# Further updates

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=1507738&r1=1507737&r2=1507738&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 22:36:33 2013
@@ -38,7 +38,7 @@ function write_table() {
 //     document.write( "<div class='largetable'>" );
 //     document.write( "<h3 id='aoo'>Apache OpenOffice " + VERSION );
 //     document.write( " - Full installation sets and language packs</h3><br 
/>" );
-//     document.write( "<table class='builds' cellpadding='2' 
cellspacing='2'>" );
+       document.write( "<table class='builds' cellpadding='2' 
cellspacing='2'>" );
 
        write_header( 1 );
        document.write( "<tbody>" );
@@ -47,6 +47,7 @@ function write_table() {
        write_top();
 
        document.write( "</tbody>" );
+       document.write( "</table>" );
 //     document.write( "</div>" );
 }
 
@@ -131,7 +132,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='source'><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><a href='#notes' title='What is a 
SDK?'>SDK</a></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>" );
        }
 
@@ -304,9 +305,9 @@ function write_sdk( URL_SDK, URL_SRC, UR
        // Then write the row with the source tarballs
        if ( ROW_COUNT ==  1 || ROW_COUNT ==  3 || ROW_COUNT ==  5 || ROW_COUNT 
==  7 || ROW_COUNT ==  9 ||
             ROW_COUNT == 11 || ROW_COUNT == 13 || ROW_COUNT == 15 || ROW_COUNT 
== 17 || ROW_COUNT == 19 )
-               document.write( "<tr 
class='a'><td>-</td><td>-</td><td><small>Source</small></td>" );
+               document.write( "<tr 
class='a'><td>-</td><td>-</td><td><small><a href='#notes' title='What are 
source tarballs?'>Source<br />tarballs</a></small></td>" );
        else
-               document.write( "<tr 
class='b'><td>-</td><td>-</td><td><small>Source</small></td>" );
+               document.write( "<tr 
class='b'><td>-</td><td>-</td><td><small><a href='#notes' title='What are 
source tarballs?'>Source<br />tarballs</a></small></td>" );
 
        document.write( "<td style='text-align: center'><a href='"              
+ URL_SRC            + ".tar.bz2'><b>tar.bz2</b></a><br /><br />" );
        document.write( "                               <a " + SMALL + "href='" 
+ URL_HASH + AOO_SRC + ".tar.bz2.asc'>ASC</a>" );


Reply via email to