Author: marcus
Date: Sat Jul 27 22:44:05 2013
New Revision: 1507740
URL: http://svn.apache.org/r1507740
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=1507740&r1=1507739&r2=1507740&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:44:05 2013
@@ -34,10 +34,6 @@ 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'>" );
write_header( 1 );
@@ -48,7 +44,6 @@ function write_table() {
document.write( "</tbody>" );
document.write( "</table>" );
-// document.write( "</div>" );
}
/*