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/28 00:04:55 UTC

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

Author: marcus
Date: Sat Jul 27 22:04:54 2013
New Revision: 1507727

URL: http://svn.apache.org/r1507727
Log:
#122866# Moved the text about 'Full Installation vs. Language Pack' directly above the table

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=1507727&r1=1507726&r2=1507727&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:04:54 2013
@@ -34,11 +34,11 @@ function write_table() {
 	// var URL_SRC	= PEOPLE_BASE_URL + "/source/" + AOO_SRC + VERSION + "-" + SVN_REV;
 	var URL_HASH	= APACHE_DIST_BASE_URL;
 
-	document.write( "<hr style='display: block;' />" );
-	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( "<hr style='display: block;' />" );
+//	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'>" );
 
 	write_header( 1 );
 	document.write( "<tbody>" );
@@ -46,8 +46,8 @@ function write_table() {
 	write_sdk(           URL_SDK, URL_SRC, URL_HASH, AOO_SRC, PLATFORM, SDK_LANG,           VERSION, AOO_SDK );
 	write_top();
 
-	document.write( "</tbody></table>" );
-	document.write( "</div>" );
+	document.write( "</tbody>" );
+//	document.write( "</div>" );
 }
 
 /*