You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2014/02/15 01:09:07 UTC

svn commit: r1568549 - /openoffice/ooo-site/trunk/content/download/test/index.html

Author: marcus
Date: Sat Feb 15 00:09:07 2014
New Revision: 1568549

URL: http://svn.apache.org/r1568549
Log:
Added new download box with link and text for beta release

Modified:
    openoffice/ooo-site/trunk/content/download/test/index.html

Modified: openoffice/ooo-site/trunk/content/download/test/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/index.html?rev=1568549&r1=1568548&r2=1568549&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/index.html (original)
+++ openoffice/ooo-site/trunk/content/download/test/index.html Sat Feb 15 00:09:07 2014
@@ -195,9 +195,10 @@ screen reader. -->
     ANN_LINK = "https://blogs.apache.org/OOo/";
     document.write( "<div class=\"button yellow\" id=\"optionitem2\" onclick=\"openItem('optionitem2','"
       + ANN_LINK + "') return false;\">" );
-      document.write( "<h2><a href='" + ANN_LINK + "' title='" + ANN_LINK + "'>Get Apache OpenOffice " + BETA_VERSION
-      + "<br /><small>(planned release on: " + BETA_REL_DATE + ")</small></a></h2>"
-      + "<p><a href='" + ANN_LINK + "' title='" + ANN_LINK + "'>"
+      document.write( "<h2><a href='" + ANN_LINK + "' title='Official blog of Apache OpenOffice'>"
+      + "Get Apache OpenOffice " + BETA_VERSION + "<br />"
+      + "<small>(planned release on: " + BETA_REL_DATE + ")</small></a></h2>"
+      + "<p><a href='" + ANN_LINK + "' title='Official blog of Apache OpenOffice'>"
       + "<br /><b>The Beta release is feature complete but is not yet fully tested and can contain issues. "
       + "It is not recommended to use in production.</b></a></p>" );
     document.write( "</div>" );