Author: buildbot
Date: Sat Jul 27 22:44:57 2013
New Revision: 871493
Log:
Staging update by buildbot for ooo-site
Modified:
websites/staging/ooo-site/trunk/cgi-bin/ (props changed)
websites/staging/ooo-site/trunk/content/ (props changed)
websites/staging/ooo-site/trunk/content/download/test/download_tables.js
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jul 27 22:44:57 2013
@@ -1 +1 @@
-1507739
+1507740
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jul 27 22:44:57 2013
@@ -1 +1 @@
-1507739
+1507740
Modified:
websites/staging/ooo-site/trunk/content/download/test/download_tables.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/download_tables.js
(original)
+++ websites/staging/ooo-site/trunk/content/download/test/download_tables.js
Sat Jul 27 22:44:57 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>" );
}
/*