Author: buildbot
Date: Mon Feb 24 20:21:51 2014
New Revision: 899062
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/index.html
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb 24 20:21:51 2014
@@ -1 +1 @@
-1571297
+1571425
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb 24 20:21:51 2014
@@ -1 +1 @@
-1571297
+1571425
Modified: websites/staging/ooo-site/trunk/content/download/test/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/index.html (original)
+++ websites/staging/ooo-site/trunk/content/download/test/index.html Mon Feb 24
20:21:51 2014
@@ -72,13 +72,12 @@ screen reader. -->
// Get the download URL for released install files (0 = release mode)
var LINK = getLink(0);
- document.write( "<div class=\"first button green\" id=\"optionitem1\"
onclick=\"openItem('optionitem1','"
- + LINK + "');" + "return false;\">" );
-
if ( hasMirrorLink() ) {
if ( SOURCEFORGE ) {
// If download URL contains "sourceforge" (-> normal and correct
download link),
// then download from Sourceforge with displayed platform and language.
+ document.write( "<div class=\"first button green\" id=\"optionitem1\"
onclick=\"openItem('optionitem1','"
+ + LINK + "');" + "return false;\">" );
document.write( "<h2><a href='" + LINK + "' title='Version " + VERSION +
" | Milestone " + MILESTONE
+ " | Build ID " + BUILD + " | SVN " + SVN_REV + " | Released: " +
REL_DATE + "'>"
+ "Download Apache OpenOffice " + VERSION + "</a></h2>"
@@ -97,6 +96,8 @@ screen reader. -->
} else if ( ARCHIVE ) {
// If download URL contains "archive" (-> platform/OS is no longer
supported),
// then provide a download link to the previous version.
+ document.write( "<div class=\"first button green\" id=\"optionitem1\"
onclick=\"openItem('optionitem1','"
+ + LINK + "');" + "return false;\">" );
document.write( "<h2><a href='" + LINK + "' title='" + LINK + "'>"
+ "Download Apache OpenOffice</a></h2>"
+ "<p><a href='" + LINK + "' title='" + LINK + "'>Apache OpenOffice " +
VERSION + " for "
@@ -105,6 +106,8 @@ screen reader. -->
}
} else {
// If browser language do not match with AOO languages, then download from
an alternative webpage.
+ document.write( "<div class=\"first button green\" id=\"optionitem1\"
onclick=\"openItem('optionitem1','"
+ + LINK + "');" + "return false;\">" );
document.write( "<h2><a href='" + LANG_ARRAY[ 4 ] + "' title='" +
LANG_ARRAY[ 4 ] + "'>"
+ "Download Apache OpenOffice</a></h2>"
+ "<p><a href='" + LANG_ARRAY[ 4 ] + "' title='" + LANG_ARRAY[ 4 ] +
"'>Apache OpenOffice " + VERSION + " for "
@@ -175,12 +178,11 @@ screen reader. -->
// Get the download URL for Beta releases (>0 = beta mode)
var LINK = getLink(1);
- // If a Beta Release is available for download, then download from
Sourceforge with displayed platform and language.
- document.write( "<div class=\"button yellow\" id=\"optionitem2\"
onclick=\"openItem('optionitem2','"
- + LINK + "') return false;\">" );
-
if ( hasMirrorLink() ) {
if ( SOURCEFORGE ) {
+ // If a Beta Release is available for download, then download from
Sourceforge with displayed platform and language.
+ document.write( "<div class=\"button yellow\" id=\"optionitem2\"
onclick=\"openItem('optionitem2','"
+ + LINK + "') return false;\">" );
document.write( "<h2><a href='" + LINK + "' title='Version " +
BETA_NAME + " | Milestone " + BETA_MILESTONE
+ " | Build ID " + BETA_BUILD + " | SVN " + BETA_SVN_REV + " |
Released: " + BETA_REL_DATE + "'>"
+ "Download Apache OpenOffice " + BETA_NAME + "</a></h2>"
@@ -195,6 +197,8 @@ screen reader. -->
// then use "all_beta.html" as download link.
LINK = "http://www.openoffice.org/download/test/all_beta.html";
+ document.write( "<div class=\"button yellow\" id=\"optionitem2\"
onclick=\"openItem('optionitem2','"
+ + LINK + "') return false;\">" );
document.write( "<h2><a href='" + LINK + "' title='" + LINK + "'>"
+ "Download Apache OpenOffice " + BETA_NAME + "</a></h2>"
+ "<p><a href='" + LINK + "' title='" + LINK + "'>The Beta release is
not available for:<br />"
@@ -205,6 +209,8 @@ screen reader. -->
// If browser language do not match with AOO languages, then download
from an alternative webpage.
LINK = "http://www.openoffice.org/download/test/all_beta.html";
+ document.write( "<div class=\"button yellow\" id=\"optionitem2\"
onclick=\"openItem('optionitem2','"
+ + LINK + "') return false;\">" );
document.write( "<h2><a href='" + LINK + "' title='" + LINK + "'>"
+ "Download Apache OpenOffice " + BETA_NAME + "</a></h2>"
+ "<p><a href='" + LINK + "' title='" + LINK + "'>The Beta release is
not available for:<br />"