Author: buildbot
Date: Sat Jul 27 22:37:20 2013
New Revision: 871491
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:37:20 2013
@@ -1 +1 @@
-1507737
+1507738
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jul 27 22:37:20 2013
@@ -1 +1 @@
-1507737
+1507738
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:37:20 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 +
" : " + LP_LANG_COUNT + " : " + i + " : " + k +
" " + 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 + " : " +
FULL_LANG_COUNT + " : " + i + " : " + k + " " + 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>" );