Author: buildbot
Date: Sat Jul 27 15:23:46 2013
New Revision: 871446
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 Sat Jul 27 15:23:46 2013
@@ -1 +1 @@
-1507664
+1507665
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jul 27 15:23:46 2013
@@ -1 +1 @@
-1507664
+1507665
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 Sat Jul 27
15:23:46 2013
@@ -68,7 +68,7 @@
var LINK = getLink();
if ( hasMirrorLink() ) {
- if ( LINK.toLowerCase().indexOf( "sourceforge" ) ) {
+ if ( LINK.toLowerCase().indexOf( "sourceforge" ) != -1 ) {
// Download directly from a mirror with displayed platform and language.
document.write( "<div class=\"first button green\" id=\"optionitem1\"
onclick=\"openItem('optionitem1','"
+ LINK + "');" + "return false;\">" );
@@ -83,7 +83,8 @@
+ LINK + "');" + "return false;\">" );
document.write( "<h2><a href='" + LINK + "' title='" + LINK + "'>Apache
OpenOffice " + VERSION
+ " is not available for:<br />" + UI_PLATFORM + "</a></h2>"
- + "<p><a href='" + LINK + "' title='" + LINK + "'>Please choose from the
alternative download webpage.</a></p>");
+ + "<p><a href='" + LINK + "' title='" + LINK + "'>Please choose another
platform from the alternative download "
+ + "webpage.</a></p>");
}
} else {
// Download from an alternative webpage if hasMirrorLink() == false.