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 2013/08/05 23:17:01 UTC

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

Author: marcus
Date: Mon Aug  5 21:17:01 2013
New Revision: 1510737

URL: http://svn.apache.org/r1510737
Log:
Re-arranged the text and links in the sub-green box, also for the 'no javascript' message, partly suggested by sebb

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=1510737&r1=1510736&r2=1510737&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/index.html (original)
+++ openoffice/ooo-site/trunk/content/download/test/index.html Mon Aug  5 21:17:01 2013
@@ -62,7 +62,7 @@
       + " - Build ID " + BUILD + " - SVN " + SVN_REV + "'>Download Apache OpenOffice " + VERSION + "</a></h2>"
       + "<p><a href='" + LINK + "' title='Version " + VERSION + " - Milestone " + MILESTONE + " - Build ID " + BUILD
       + " - SVN " + SVN_REV + "'>Click here for the most recent version for:<br />"
-      + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b> (~" + FILESIZE + " MByte).</a></p>");
+      + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b> (~" + FILESIZE + " MByte).</a></p>" );
     } else {
       // OS and/or package manager was not recognized, therefore use "other.html" as download link.
       document.write( "<div class=\"first button green\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
@@ -86,28 +86,29 @@
   document.write( "</div>" );
 
   // Show some helpful links for SDK, source, checksums, release notes, legacy version.
-  document.write( "<div class=\"sub-green\">"
-  + "<p><a href='other.html' title='Get all platforms, languages, language packs to download'>"
+  document.write( "<div class=\"sub-green\">" );
+  document.write( "<p>" );
+  if ( CHECKSUM_ASC ) {
+    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='../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+4.0+Release+Notes'"
+  + "title='What is new, what has been improved in Apache OpenOffice " + VERSION + "?'>Release Notes</a> | <br />"
+  + "<a href='other.html' title='Get all platforms, languages, language packs to download'>"
   + "<b>Get all platforms, languages, language packs</b></a> | "
   + "<a href='other.html#source' title='Get the source code and SDK to download'>"
-  + "<b>Source code and SDK</b></a> | <br />"
+  + "Source code and SDK</a> | <br />"
   + "<a href='../../porting/index.html'"
   + "title='Get Apache OpenOffice software packaged as portable USB versions and third-party ports'>"
   + "<b>Portable USB versions</b> and third-party ports</a> | "
-  + "Older and legacy versions: <a href='other-341.html' title='Get the old version of Apache OpenOffice "
+  + "Older and legacy versions: <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>" );
-  if ( CHECKSUM_ASC ) {
-    document.write( " | <br />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='../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+4.0+Release+Notes'"
-  + "title='What is new, what has been improved in Apache OpenOffice " + VERSION + "?'>Release Notes</a></p>" );
   document.write( "</div>" );
 
   entourage.initialize();
@@ -116,7 +117,7 @@
 
   <!-- Green: Stable release: No JavaScript enabled -->
   <noscript>
-  <div class="button green" id="optionitem1" onclick="openItem('optionitem1','other.html'); return false;">
+  <div class="first button green" id="optionitem1" onclick="openItem('optionitem1','other.html'); return false;">
     <h2><a href="other.html" title="Select from other platforms and languages to download">
     Download Apache OpenOffice</a></h2>
     <p><a href="other.html" title="Select from other platforms and languages to download">
@@ -125,14 +126,18 @@
     platform and language.</a></p>
   </div>
   <div class="sub-green">
-    <p><a href="other.html" title="Get all platforms, languages, language packs to download">
-    <b>Get all platforms, languages, language packs</b></a> |
-    <a href="other.html#source" title="Get all source code tarballs and SDK to download">
-    <b>Source Code tarballs and SDK</b></a> | <br />
-    <a href="other.html" title="Checksums for Apache OpenOffice">Signatures and Hashes</a> |
+    <p><a href="other.html" title="Checksums for Apache OpenOffice">Signatures and Hashes</a> ,
+    <a href="../checksums.html" title="How to verify the download with checksums?">How to verify?</a> |
     <a href="../development/releases/index.html"
-    title="What is new, what has been improved in Apache OpenOffice?">Release Notes</a> |
-    <a href="legacy/index.html" title="Get the legacy version OpenOffice.org 3.3.0">Legacy Version</a></p>
+    title="What is new, what has been improved in Apache OpenOffice?">Release Notes</a> | <br />
+    <a href="other.html" title="Get all platforms, languages, language packs to download">
+    <b>Get all platforms, languages, language packs</b></a> |
+    <a href="other.html#source" title="Get all source code and SDK to download">Source Code and SDK</a> | <br />
+    <a href="../../porting/index.html"
+    title="Get Apache OpenOffice software packaged as portable USB versions and third-party ports">
+    <b>Portable USB versions</b> and third-party ports</a> |
+    <a href="../other-341.html" title="Get the old version of Apache OpenOffice">Old Apache OpenOffice</a> |
+    <a href="../legacy/index.html" title="Get the legacy version of OpenOffice.org">Legacy OpenOffice.org</a>
   </div>
   </noscript>