Author: buildbot
Date: Sat Jul 27 22:05:24 2013
New Revision: 871485
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:05:24 2013
@@ -1 +1 @@
-1507726
+1507727
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jul 27 22:05:24 2013
@@ -1 +1 @@
-1507726
+1507727
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:05:24 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>" );
}
/*