Author: marcus
Date: Wed Jul 31 20:47:46 2013
New Revision: 1509022
URL: http://svn.apache.org/r1509022
Log:
#122877# Updated the text for non-available builds to make it clear that the
green box has to be clicked to go to the 'other.html' webpage
Modified:
openoffice/ooo-site/trunk/content/download/index.html
Modified: openoffice/ooo-site/trunk/content/download/index.html
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/index.html?rev=1509022&r1=1509021&r2=1509022&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/index.html (original)
+++ openoffice/ooo-site/trunk/content/download/index.html Wed Jul 31 20:47:46
2013
@@ -69,8 +69,8 @@
document.write( "<h2><a href='" + LINK + "' title='" + LINK + "'>"
+ "Download Apache OpenOffice</a></h2>"
+ "<p><a href='" + LINK + "' title='" + LINK + "'>Apache OpenOffice " +
VERSION + " for "
- + "<b>" + UI_PLATFORM + "</b> is not available. Please choose another
platform build from the alternative download "
- + "webpage.</a></p>" );
+ + "<b>" + UI_PLATFORM + "</b> is not available. Please click this text
to choose "
+ + "another platform build from the alternative download
webpage.</a></p>" );
}
} else {
// Download from an alternative webpage if hasMirrorLink() == false.
@@ -79,8 +79,8 @@
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 "
- + "<b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> is not
available. Please choose another build from the "
- + "alternative " + LANG_ARRAY[ 1 ] + " download webpage.</a></p>" );
+ + "<b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> is not
available. Please click this text to choose "
+ + "another build from the alternative " + LANG_ARRAY[ 1 ] + " download
webpage.</a></p>" );
}
document.write( "</div>" );