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

svn commit: r1592350 - /openoffice/ooo-site/trunk/content/download/test/index_droplist.html

Author: marcus
Date: Sun May  4 14:19:00 2014
New Revision: 1592350

URL: http://svn.apache.org/r1592350
Log:
Several different updates for the green and grey colored boxes and links in the nav bar

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

Modified: openoffice/ooo-site/trunk/content/download/test/index_droplist.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/index_droplist.html?rev=1592350&r1=1592349&r2=1592350&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/index_droplist.html (original)
+++ openoffice/ooo-site/trunk/content/download/test/index_droplist.html Sun May  4 14:19:00 2014
@@ -56,20 +56,34 @@ screen reader. -->
   // Get the download link (1 = Stable Release).
   var dl_link	= getLink( 1 );
   // Does the browser language match with AOO languages?
+
+//  alertDbg( "index.html" );
+
   if ( isLangSupported() ) {
     if ( SOURCEFORGE ) {
       // If download link contains "sourceforge" (-> normal and correct download link),
       // offer download link from Sourceforge with displayed platform and language.
+/*
       document.write( "<div class=\"first button green\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
         + dl_link + "'); return false;\">"
         + "<h2><a href='" + dl_link + "' title='Click to download: " + FILENAME_FULL + "'>"
-	+ "Download Apache OpenOffice " + VERSION + "</a></h2>"
+        + "Download Apache OpenOffice " + VERSION + "</a></h2>"
         + "<p><a href='" + dl_link + "' title='Click to download: " + FILENAME_FULL + "'>"
-	+ "Click here to download (hosted by Sourceforge.net) for:"
-        + "<br /><b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b>"
+        + "Click here to download (hosted by Sourceforge.net) for:"
+        + "<br /><b>" + UI_PLATFORM + "</b> and <b>" + RELEASE_MATRIX_LANG[ 1 ] + " (" + RELEASE_MATRIX_LANG[ 2 ] + ")</b>"
         + "<br />Filesize ~" + FILESIZE_FULL + "&nbsp;MByte | Milestone " + MILESTONE + " | Build ID " + BUILD
         + " | SVN " + SVN_REV + " | Released: " + REL_DATE + "</a></p>"
       + "</div>" );
+*/
+      document.write( "<div class=\"first button green\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
+        + dl_link + "'); return false;\">"
+        + "<h2><a href='" + dl_link + "' title='Click to download: " + FILENAME_FULL + "'>"
+        + "Download Apache OpenOffice " + VERSION + "</a></h2>"
+        + "<p><a href='" + dl_link + "' title='Click to download: " + FILENAME_FULL + "'>"
+        + "<a href='" + dl_link + "' title='Click to download: " + FILENAME_FULL + "'>"
+        + "<b>" + UI_PLATFORM + "</b> and <b>" + RELEASE_MATRIX_LANG[ 1 ] + " (" + RELEASE_MATRIX_LANG[ 2 ] + ")</b> "
+        + "&nbsp;&nbsp;&nbsp;(Download hosted by Sourceforge.net)</a></p>"
+      + "</div>" );
     } else if ( OTHER ) {
       // If download link contains "other" (-> platform, OS or package manager was not recognized),
       // use "other.html" as download link.
@@ -78,9 +92,9 @@ screen reader. -->
         + "<h2><a href='" + dl_link + "' title='Click to download: " + FILENAME_FULL + "'>"
         + "Download Apache OpenOffice</a></h2>"
         + "<p><a href='" + dl_link + "' title='Click to download: " + FILENAME_FULL + "'>"
-	+ "Apache OpenOffice " + VERSION + " for "
-        + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> is not available. "
-        + "Click here to choose from the alternative download webpage.</a></p>"
+        + "Apache OpenOffice " + VERSION + " for "
+        + "<b>" + UI_PLATFORM + "</b> and <b>" + RELEASE_MATRIX_LANG[ 1 ] + " (" + RELEASE_MATRIX_LANG[ 2 ] + ")</b> "
+        + "is not available. Click here to choose from the alternative download webpage.</a></p>"
       + "</div>" );
     } else if ( ARCHIVE ) {
       // If download link contains "archive" (-> platform/OS is no longer supported),
@@ -90,25 +104,28 @@ screen reader. -->
         + "<h2><a href='" + dl_link + "' title='Click to download: " + FILENAME_FULL + "'>"
         + "Download Apache OpenOffice</a></h2>"
         + "<p><a href='" + dl_link + "' title='Click to download: " + FILENAME_FULL + "'>"
-	+ "Apache OpenOffice " + VERSION + " for "
-        + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> is not available. "
-        + "Click here for the previous version " + PRE_VERSION + ".</a></p>"
+        + "Apache OpenOffice " + VERSION + " for "
+        + "<b>" + UI_PLATFORM + "</b> and <b>" + RELEASE_MATRIX_LANG[ 1 ] + " (" + RELEASE_MATRIX_LANG[ 2 ] + ")</b> "
+        + "is not available. Click here for the previous version " + PRE_VERSION + ".</a></p>"
       + "</div>" );
     }
   } else {
-    // If browser language do not match with AOO languages, download from an alternative webpage.
+    // If browser language do not match with AOO languages, browse to NL webpage as alternative.
+    dl_link = "http://www.openoffice.org/" + RELEASE_MATRIX_LANG[ 3 ];
     document.write( "<div class=\"first button green\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
       + dl_link + "'); return false;\">"
-      + "<h2><a href='" + LANG_ARRAY[ 4 ] + "' title='" + LANG_ARRAY[ 4 ] + "'>"
+      + "<h2><a href='" + dl_link + "' title='Click to download from: " + dl_link + "'>"
       + "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. "
-      + "Click here to choose from the alternative " + LANG_ARRAY[ 1 ] + " download webpage.</a></p>"
+      + "<p><a href='" + dl_link + "' title='Click to download from: " + dl_link + "'>"
+      + "Apache OpenOffice " + VERSION + " for <b>" + RELEASE_MATRIX_LANG[ 1 ] + " (" + RELEASE_MATRIX_LANG[ 2 ] + ")</b> "
+      + "is not available. Click here to choose from the alternative " + RELEASE_MATRIX_LANG[ 1 ] + " download webpage."
+      + "</a></p>"
     + "</div>" );
   }
   // Show some helpful data and links for SDK, source, checksums, release notes, legacy version.
+/*
   document.write( "<div class='sub-green'>"
-    + "<p>" );
+    + "<p> );
     if ( LINK_CHECKSUM_ASC_FULL ) {
       document.write( "Signatures and hashes: "
       + "<a href='" + LINK_CHECKSUM_KEYS	+ "' + title='KEYS signature file'>KEYS</a> , "
@@ -117,7 +134,8 @@ screen reader. -->
       + "<a href='" + LINK_CHECKSUM_SHA256_FULL + "' + title='SHA256 hash for: "   + FILENAME_FULL + "'>SHA256</a> , "
       + "<a href='../checksums.html' title='How to verify the download with checksums?'>How to verify?</a> | " );
     }
-    document.write( "<a href='https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+" + VERSION_SHORT + "+Release+Notes'"
+    document.write( ""
+      + "<a href='https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+" + VERSION_SHORT + "+Release+Notes'"
       + "title='What is new, what has been improved in Apache OpenOffice " + VERSION + "?'><b>Release Notes</b></a> | <br />"
       + "<a href='other.html' title='Get all platforms, languages, language packs to download'>"
       + "<b>Get all platforms, languages, language packs</b></a> | "
@@ -130,8 +148,15 @@ screen reader. -->
       + "<a href='../legacy/index.html' title='Get the legacy version of OpenOffice.org "
       + LEGACYVERSION + "'><b>" + LEGACYVERSION + "</b></a></p>"
   + "</div>" );
+*/
+  document.write( "<div class='sub-green'>"
+    + "<p></p>"
+    + "<p><a style='text-decoration: none;'>Filesize ~" + FILESIZE_FULL + "&nbsp;MByte | Milestone " + MILESTONE + " | "
+    + "Build ID " + BUILD + " | SVN " + SVN_REV + " | Released: " + REL_DATE + "</a></p>"
+    + "<p></p>"
+  + "</div>" );
 
-  entourage.initialize();
+// entourage.initialize();
   //-->
   </script>
 
@@ -159,9 +184,15 @@ screen reader. -->
   <!-- Grey: Listboxes -->
   <script type="text/javascript">
   <!--
-  document.write( "<div class='button grey' id='optionitem2'>"
+  document.write( "<div class='button green' id='optionitem2'>"
+/*
     + "<h2><a>Looking for another OS, language or version?</a></h2>"
-    + "<p style='padding-bottom: 0px; '>"
+    + "<p style='padding-bottom: 0px;'>"
+    + "<a>Select your favorite installation from the following choice:</a></p>"
+*/
+    + "<h2><a title='Select your favorite installation from the following choice'>"
+    + "Download Apache OpenOffice " + VERSION + "</a></h2>"
+    + "<p style='padding-bottom: 0px;'>"
     + "<a>Select your favorite installation from the following choice:</a></p>"
     + "<div>"
       + "<form name='download'>"
@@ -171,46 +202,62 @@ screen reader. -->
         + "<input type='button' name='reset_select' value='Reset' onclick='resetSel()'>"
       + "</form>"
 
-      + "<h3 style='display: inline';>"
+      + "<h3 style='display: inline;'>"
         + "<a id='dl_full_link' href='' title=''></a><a id='dl_lp_link' href='' title=''></a>"
       + "</h3>"
 
-      + "<a style='cursor: pointer'; id='dl_help' title='' target='_blank' href='' "
-        + "onclick='showPopup( this.href ); return false; '>"
-        + "<img id='dl_help_img' src='' title='' alt='' />"
+      + "<a style='padding: 5px 0px 0px 3%; cursor: pointer;' id='dl_help' href='' title='' target='_blank'"
+        + "onclick='showWindow( this.href ); return false;'>"
+        + "<img id='dl_help_img' src='' title='' width='16' height='16' alt='' />"
       + "</a>"
+
+      + "<a style='padding: 5px 0px 0px 30%; cursor: pointer;' id='dl_report1' href='' title='' target='_blank'>"
+        + "<img id='dl_report_img' src='' title='' width='16' height='16' alt='' />"
+      + "</a>"
+
+      + "<a style='padding: 5px 0px 0px 3px; text-decoration: none; cursor: pointer;' id='dl_report2' href='' title='' "
+      + "target='_blank' ></a>"
+
+      + "<p></p>"
+
+//    + "<a style='text-decoration: none;' id='dl_rel_data' title=''></a>"
 /*
-      + "<a style='cursor: pointer'; id='dl_help' target='_blank' href='' title=''>"
-        + "<img id='dl_help_img' src='' title='' alt='' />"
+      + "<a style='padding: 5px 0px 0px 10%; cursor: pointer;' id='dl_report1' href='' title='' target='_blank'>"
+        + "<img id='dl_report_img' src='' title='' width='16' height='16' alt='' />"
       + "</a>"
+
+      + "<a style='padding: 5px 0px 0px 3px; text-decoration: none; cursor: pointer;' id='dl_report2' href='' title='' "
+      + "target='_blank' ></a>"
 */
-      + "<br /><br />"
-      + "<p><a id='dl_rel_data' title=''></a></p>"
+//    + "<p></p>"
     + "</div>"
   + "</div>" );
 
   // Show some helpful data and links for filesizes and checksums.
-  document.write( "<div class='sub-grey'>"
+  document.write( "<div class='sub-green'>"
     + "<p>"
-    + "<a id='dl_full_hl'         style='font-weight: bold; text-decoration: none'; >Full installation: </a>"
-    + "<a id='dl_full_size_hl'    style='text-decoration: none'; ></a>"
-    + "<a id='dl_full_size'       style='text-decoration: none'; ></a>                       <a id='space1'></a>"
-    + "<a id='dl_full_chk_hl'     style='text-decoration: none'; >Signatures and hashes: </a>"
-    + "<a id='dl_full_chk_keys'   style='text-decoration: link'; href='' title=''></a>       <a id='space2'></a>"
-    + "<a id='dl_full_chk_asc'    style='text-decoration: link'; href='' title=''></a>       <a id='space3'></a>"
-    + "<a id='dl_full_chk_md5'    style='text-decoration: link'; href='' title=''></a>       <a id='space4'></a>"
-    + "<a id='dl_full_chk_sha256' style='text-decoration: link'; href='' title=''></a>       <a id='space5'></a>"
-    + "<a id='dl_chk_verify'      style='text-decoration: link'; href='' title=''></a>"
+    + "<a id='dl_rel_data_hl'     style='font-weight: bold; text-decoration: none;'>Release data: </a>"
+    + "<a id='dl_rel_data'        style='text-decoration: none;'></a>"
+    + "<br />"
+    + "<a id='dl_full_hl'         style='font-weight: bold; text-decoration: none;'>Full installation: </a>"
+    + "<a id='dl_full_size_hl'    style='text-decoration: none;'></a>"
+    + "<a id='dl_full_size'       style='text-decoration: none;'></a>                       <a id='space1'></a>"
+    + "<a id='dl_full_chk_hl'     style='text-decoration: none;'>Signatures and hashes: </a>"
+    + "<a id='dl_full_chk_keys'   style='text-decoration: link;' href='' title=''></a>      <a id='space2'></a>"
+    + "<a id='dl_full_chk_asc'    style='text-decoration: link;' href='' title=''></a>      <a id='space3'></a>"
+    + "<a id='dl_full_chk_md5'    style='text-decoration: link;' href='' title=''></a>      <a id='space4'></a>"
+    + "<a id='dl_full_chk_sha256' style='text-decoration: link;' href='' title=''></a>      <a id='space5'></a>"
+    + "<a id='dl_chk_verify'      style='text-decoration: link;' href='' title=''></a>"
     + "<br />"
 
-    + "<a id='dl_lp_hl'           style='font-weight: bold; text-decoration: none'; >Language pack: </a>"
-    + "<a id='dl_lp_size_hl'      style='text-decoration: none'; ></a>"
-    + "<a id='dl_lp_size'         style='text-decoration: none'; ></a>                       <a id='space6'></a>"
-    + "<a id='dl_lp_chk_hl'       style='text-decoration: none'; >Signatures and hashes: </a>"
-    + "<a id='dl_lp_chk_keys'     style='text-decoration: link'; href='' title=''></a>       <a id='space7'></a>"
-    + "<a id='dl_lp_chk_asc'      style='text-decoration: link'; href='' title=''></a>       <a id='space8'></a>"
-    + "<a id='dl_lp_chk_md5'      style='text-decoration: link'; href='' title=''></a>       <a id='space9'></a>"
-    + "<a id='dl_lp_chk_sha256'   style='text-decoration: link'; href='' title=''></a>"
+    + "<a id='dl_lp_hl'           style='font-weight: bold; text-decoration: none;'>Language pack: </a>"
+    + "<a id='dl_lp_size_hl'      style='text-decoration: none;'></a>"
+    + "<a id='dl_lp_size'         style='text-decoration: none;'></a>                       <a id='space6'></a>"
+    + "<a id='dl_lp_chk_hl'       style='text-decoration: none;'>Signatures and hashes: </a>"
+    + "<a id='dl_lp_chk_keys'     style='text-decoration: link;' href='' title=''></a>      <a id='space7'></a>"
+    + "<a id='dl_lp_chk_asc'      style='text-decoration: link;' href='' title=''></a>      <a id='space8'></a>"
+    + "<a id='dl_lp_chk_md5'      style='text-decoration: link;' href='' title=''></a>      <a id='space9'></a>"
+    + "<a id='dl_lp_chk_sha256'   style='text-decoration: link;' href='' title=''></a>"
     + "<p>" );
   document.write( "</div>" );
 
@@ -251,7 +298,8 @@ screen reader. -->
           + "Download Apache OpenOffice " + BETA_NAME + "</a></h2>"
           + "<p><a href='" + dl_link + "' title='Version " + BETA_NAME + " | Milestone " + BETA_MILESTONE + " | "
           + "Build ID " + BETA_BUILD + " | SVN " + BETA_SVN_REV + " | Released: " + BETA_REL_DATE + "'>"
-          + "Click here to download for:<br /><b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b> | "
+          + "Click here to download for:<br />"
+          + "<b>" + UI_PLATFORM + "</b> and <b>" + RELEASE_MATRIX_LANG[ 1 ] + " (" + RELEASE_MATRIX_LANG[ 2 ] + ")</b> | "
           + "~" + FILESIZE_FULL + " MByte | Released: " + BETA_REL_DATE + "<br />"
           + "<br /><b>The Beta release is feature complete but not yet fully tested and can contain issues. "
           + "It is strongly not recommended to use in production!</b></a></p>"
@@ -264,8 +312,8 @@ screen reader. -->
           + "<h2><a href='" + dl_link + "' title='" + dl_link + "'>"
           + "Download Apache OpenOffice</a></h2>"
           + "<p><a href='" + dl_link + "' title='" + dl_link + "'>Apache OpenOffice " + BETA_NAME + " for "
-          + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> is not available. "
-          + "Click here to choose from the alternative download webpage.</a></p>"
+          + "<b>" + UI_PLATFORM + "</b> and <b>" + RELEASE_MATRIX_LANG[ 1 ] + " (" + RELEASE_MATRIX_LANG[ 2 ] + ")</b> "
+          + "is not available. Click here to choose from the alternative download webpage.</a></p>"
         + "</div>" );
       } else if ( ARCHIVE ) {
         // If download link contains "archive" (-> platform/OS is no longer supported),
@@ -275,8 +323,8 @@ screen reader. -->
           + "<h2><a href='" + dl_link + "' title='" + dl_link + "'>"
           + "Download Apache OpenOffice</a></h2>"
           + "<p><a href='" + dl_link + "' title='" + dl_link + "'>Apache OpenOffice " + BETA_NAME + " for "
-          + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> is not available. "
-          + "Click here for the previous version " + PRE_VERSION + ".</a></p>"
+          + "<b>" + UI_PLATFORM + "</b> and <b>" + RELEASE_MATRIX_LANG[ 1 ] + " (" + RELEASE_MATRIX_LANG[ 2 ] + ")</b> "
+          + "is not available. Click here for the previous version " + PRE_VERSION + ".</a></p>"
         + "</div>" );
       }
     } else {
@@ -287,19 +335,19 @@ screen reader. -->
         + "<h2><a href='" + dl_link + "' title='" + dl_link + "'>"
         + "Download Apache OpenOffice " + BETA_NAME + "</a></h2>"
         + "<p><a href='" + dl_link + "' title='" + dl_link + "'>Apache OpenOffice " + BETA_NAME + " for "
-        + "<b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> is not available. "
-        + "Click here to choose from the alternative download webpage.</a></p>"
+        + "<b>" + RELEASE_MATRIX_LANG[ 1 ] + " (" + RELEASE_MATRIX_LANG[ 2 ] + ")</b> "
+        + "is not available. Click here to choose from the alternative Beta Release download webpage.</a></p>"
       + "</div>" );
     }
     // Show some helpful links for SDK, source, checksums, release notes.
     document.write( "<div class='sub-yellow'>"
       + "<p>" );
-      if ( CHECKSUM_ASC ) {
+      if ( LINK_CHECKSUM_ASC_FULL ) {
         document.write( "Signatures and hashes: "
-        + "<a href='" + CHECKSUM_KEYS   + "' + title='KEYS signature'>KEYS</a> , "
-        + "<a href='" + CHECKSUM_ASC    + "' + title='ASC signature'>ASC</a> , "
-        + "<a href='" + CHECKSUM_MD5    + "' + title='MD5 hash'>MD5</a> , "
-        + "<a href='" + CHECKSUM_SHA256 + "' + title='SHA256 hash'>SHA256</a> , "
+        + "<a href='" + LINK_CHECKSUM_KEYS        + "' + title='KEYS signature'>KEYS</a> , "
+        + "<a href='" + LINK_CHECKSUM_ASC_FULL    + "' + title='ASC signature'>ASC</a> , "
+        + "<a href='" + LINK_CHECKSUM_MD5_FULL    + "' + title='MD5 hash'>MD5</a> , "
+        + "<a href='" + LINK_CHECKSUM_SHA256_FULL + "' + title='SHA256 hash'>SHA256</a> , "
         + "<a href='../checksums.html' title='How to verify the download with checksums?'>How to verify?</a> | " );
       }
       document.write( ""
@@ -497,63 +545,63 @@ screen reader. -->
 
 <div class="additionalinformation">
 
-  <h2>Additional Information</h2>
+  <h3>Release Information</h3>
   <ul>
+    <li><a href="../../development/releases/index.html"
+    title="What is new, what has been improved in Apache OpenOffice?">Release Notes</a></li>
+    <li><a href="../../dev_docs/source/sys_reqs_aoo40.html"
+    title="HDD: ~300MB free - Memory: &gt;128MB - Processor: &gt;500MHz - OS: Win, Linux, Mac OS, Solaris, FreeBSD...">
+    System Requirements</a></li>
+    <li><a href="../checksums.html"
+    title="How to verify the downloaded file with signatures and hashes?">Verify the downloaded file</a></li>
     <li><a href="../../license.html"
-    title="Apache OpenOffice License"><b>License</b></a></li>
+    title="Apache OpenOffice License">License</a></li>
     <li><a href="other.html#source"
-    title="For developers and power users: Get the source to build Apache OpenOffice from scratch."><b>Source</b></a>
+    title="For developers and power users: Get the source to build Apache OpenOffice from scratch.">Source</a>
     <li><a href="http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO"
     title="For developers and power users: HowTo guide to build Apache OpenOffice from scratch.">Building Guide</a></li>
-    <li><a href="../../stats/index.html"
-    title="Download and other statistics">Download Statistics</a></li>
+    <li><a href="../sdk/index.html"
+    title="For developers: Software Development Kit">Software Development Kit (SDK)</a></li>
   </ul>
 
   <h3>Documentation</h3>
   <ul>
     <li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/Releases"
-    title="When are new releases planned?"><b>Release Schedule</b></a></li>
+    title="When are new releases planned?">Release Schedules</a></li>
     <li><a href="http://wiki.services.openoffice.org/wiki/Product_Release"
     title="When were old releases planned?"> Historic Release Schedule</a></li>
-    <li><a href="../../development/releases/index.html"
-    title="What is new, what has been improved in Apache OpenOffice?">Release Notes</a></li>
-    <li><a href="../checksums.html"
-    title="How to verify the downloaded file with signatures and hashes?"><b>Verify the downloaded file</b></a></li>
+<!--
     <li><a href="../../product/index.html"
     title="A tour through all Apache OpenOffice applications">Product Information</a></li>
-    <li><a href="../../dev_docs/source/sys_reqs_aoo40.html"
-    title="HDD: ~300MB free - Memory: &gt;128MB - Processor: &gt;500MHz - OS: Win, Linux, Mac OS, Solaris, FreeBSD...">
-    <b>System Requirements</b></a></li>
+-->
     <li><a href="../common/instructions.html"
-    title="Instructions for installing Apache OpenOffice on Windows, Linux and Mac OS machines"><b>Install Guides</b></a> and
+    title="Instructions for installing Apache OpenOffice on Windows, Linux and Mac OS machines">Install Guides</a> and
     <a href="../../documentation/index.html"
-    title="Extensive user manuals for every day use"><b>User Guides</b></a></li>
-    <li><a href="../../development/releases/eol.html"
-    title="Information about releases that have reached End-Of-Life status">End-Of-Life Information</a></li>
-    <li><a href="../../support/index.html"
-    title="If the information above did not answer your question: Free and paid support!"><b>Support</b></a></li>
+    title="Extensive user manuals for every day use">User Guides</a></li>
     <li><a href="../common/java.html"
     title="Explains why to use Java and what it is">Java and Apache OpenOffice</a></li>
     <!--
     <li><a href="http://java.com/en/download/manual_v6.jsp"
     title="Get the Java Runtime Environment (JRE 1.6)">Get the Java Runtime Environment (JRE 1.6)</a></li>
     -->
+    <li><a href="../../development/releases/eol.html"
+    title="Information about releases that have reached End-Of-Life status">End-Of-Life Information</a></li>
   </ul>
 
   <h3>Additional Resources</h3>
   <ul>
+<!--
     <li><a href="http://extensions.openoffice.org/en/search?query=dictionaries"
-    title="Add additional language support to your Apache OpenOffice installation"><b>Dictionaries</b></a></li>
+    title="Add additional language support to your Apache OpenOffice installation">Dictionaries</a></li>
     <li><a href="http://templates.openoffice.org"
-    title="Get a headstart with Apache OpenOffice"><b>Templates</b></a></li>
+    title="Get a headstart with Apache OpenOffice">Templates</a></li>
     <li><a href="http://extensions.openoffice.org"
-    title="Choose from a wide range of additional and individual functionality"><b>Extensions</b></a></li>
+    title="Choose from a wide range of additional and individual functionality">Extensions</a></li>
+-->
+    <li><a href="../../support/index.html"
+    title="If the information above did not answer your question: Free and paid support!">Support</a></li>
     <li><a href="http://openoffice.apache.org/native-lang.html"
     title="Information and support in your favorite language">Localizations</a></li>
-    <li><a href="../devbuilds.html"
-    title="For QA volunteers: Development Builds">Development Builds</a></li>
-    <li><a href="../sdk/index.html"
-    title="For developers: Software Development Kit">Software Development Kit (SDK)</a></li>
     <!--
     <li><a href="../../distribution/index.html"
     title="FAQ for distributions ">Distributions FAQ</a></li>
@@ -564,10 +612,16 @@ screen reader. -->
     <li><a href="../../distribution/mirrors#mirrors"
     title="To get alternative download locations">All Mirror Server</a><br /></li>
     -->
+    <li><a href="../../stats/index.html"
+    title="Download and other statistics">Download Statistics</a></li>
+    <li><a href="http://sourceforge.net/projects/openofficeorg.mirror/files/"
+    title="Use Apache mirrors to download Apache OpenOffice">Alternative download mirrors #1</a><br /></li>
     <li><a href="http://www.apache.org/dyn/aoo-closer.cgi/openoffice/"
-    title="Use Apache mirrors to download Apache OpenOffice">Alternative download mirrors</a><br /></li>
+    title="Use Apache mirrors to download Apache OpenOffice">Alternative download mirrors #2</a><br /></li>
     <li><a href="../archive.html"
     title="Download legacy and archived releases">Archived and legacy releases</a><br /></li>
+    <li><a href="../devbuilds.html"
+    title="For QA volunteers: Development Builds">Development Builds</a></li>
   </ul>
 
   <div id="SupportedAndSupporters">