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/18 00:04:19 UTC

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

Author: marcus
Date: Mon Feb 17 23:04:19 2014
New Revision: 1569140

URL: http://svn.apache.org/r1569140
Log:
Fixed errors and updated texts

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=1569140&r1=1569139&r2=1569140&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/index.html (original)
+++ openoffice/ooo-site/trunk/content/download/test/index.html Mon Feb 17 23:04:19 2014
@@ -127,7 +127,7 @@ screen reader. -->
     + "Old and legacy version: <a href='../other-341.html' title='Get the old version of Apache OpenOffice "
     + OLDVERSION + "'><b>" + OLDVERSION + "</b></a> + "
     + "<a href='../legacy/index.html' title='Get the legacy version of OpenOffice.org "
-    + LEGACYVERSION + "'><b>" + LEGACYVERSION + "</b></a>" );
+    + LEGACYVERSION + "'><b>" + LEGACYVERSION + "</b></a></p>" );
   document.write( "</div>" );
 
   entourage.initialize();
@@ -189,19 +189,19 @@ screen reader. -->
       + "<br /><a href='all_beta.html' title='Get all platforms, languages, language packs to download'>"
       + "<b>Get all platforms, languages, language packs</b></a> | "
       + "<a href='all_beta.html#source' title='Get the source code and SDK to download'>"
-      + "Source code and SDK</a> | <br /> " );
+      + "Source code and SDK</a></p>" );
     document.write( "</div>" );
 
     // Yellow: Beta Release coming soon
-    ANN_LINK = "https://blogs.apache.org/OOo/";
-    document.write( "<div class=\"button yellow\" id=\"optionitem2\" onclick=\"openItem('optionitem2','"
+    ANN_LINK  = "https://blogs.apache.org/OOo/";
+    ANN_TITLE = "Official blog of Apache OpenOffice";
+    document.write( "<div class=\"button yellow_wo_icon\" id=\"optionitem2\" onclick=\"openItem('optionitem2','"
       + ANN_LINK + "') return false;\">" );
-      document.write( "<h2><a href='" + ANN_LINK + "' title='Official blog of Apache OpenOffice'>"
-      + "Get Apache OpenOffice " + BETA_VERSION + "<br />"
-      + "<small>(planned for: " + 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( "<h2><a href='" + ANN_LINK + "' title='" + ANN_TITLE + "'>"
+      + "Get Apache OpenOffice " + BETA_VERSION + "<br /><small>(planned for: " + BETA_REL_DATE + ")</small></a></h2>"
+      + "<p><a href='" + ANN_LINK + "' title='" + ANN_TITLE + "'><br />"
+      + "The Beta release is not yet available. Please make sure to come back on the release date to download and test the "
+      + "new version.</a></p>" );
     document.write( "</div>" );
   }
   //-->
@@ -227,7 +227,7 @@ screen reader. -->
   </noscript>
 
   <!-- Light Blue: Share download with social networks -->
-  <div class="button lightblue" id="optionitem2">
+  <div class="button lightblue" id="optionitem3">
     <h2><a style="cursor: default;" title="Help spread the word and tell your friends about Apache OpenOffice">
     Help Spread the Word</a></h2>
     <p style="cursor: default;" id="ShareDownloadLinks">
@@ -246,20 +246,26 @@ screen reader. -->
   </div>
 
   <!-- Blue: Extensions -->
-  <div class="button blue" id="optionitem3" onclick="openItem('optionitem3','http://extensions.openoffice.org');
+  <div class="button blue" id="optionitem4" onclick="openItem('optionitem4','http://extensions.openoffice.org');
     return false;">
-    <a href="http://extensions.openoffice.org" title="Choose from a wide range of additional and individual functionality">
-    <h2>Get Apache OpenOffice Extensions and Dictionaries</h2>
-    <p>Extend your Apache OpenOffice functionality with a large and growing library of extensions and dictionaries from
-    other users.</p></a>
+    <h2><a href="http://extensions.openoffice.org"
+    title="Choose from a wide range of additional and individual functionality">
+    Get Apache OpenOffice Extensions and Dictionaries</a></h2>
+    <p><a href="http://extensions.openoffice.org"
+    title="Choose from a wide range of additional and individual functionality">
+    Extend your Apache OpenOffice functionality with a large and growing library of extensions and dictionaries from
+    other users.</a></p>
   </div>
 
   <!-- Blue: Templates -->
-  <div class="button blue" id="optionitem3_1" onclick="openItem('optionitem3_1','http://templates.openoffice.org');
+  <div class="button blue" id="optionitem5" onclick="openItem('optionitem5','http://templates.openoffice.org');
     return false;">
-    <a href="http://templates.openoffice.org" title="Choose from a wide range of additional and individual documents">
-    <h2>Get Apache OpenOffice Templates</h2>
-    <p>Extend your Apache OpenOffice creativity with a large and growing library of templates from other users.</p></a>
+    <h2><a href="http://templates.openoffice.org"
+    title="Choose from a wide range of additional and individual documents">
+    Get Apache OpenOffice Templates</a></h2>
+    <p><a href="http://templates.openoffice.org"
+    title="Choose from a wide range of additional and individual documents">
+    Extend your Apache OpenOffice creativity with a large and growing library of templates from other users.</a></p>
   </div>
 
   <!-- Yellow: Release Candidate online -->