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/07/20 02:50:40 UTC

svn commit: r1505074 - /openoffice/ooo-site/trunk/content/download/test/analyze.html

Author: marcus
Date: Sat Jul 20 00:50:40 2013
New Revision: 1505074

URL: http://svn.apache.org/r1505074
Log:
Adapted the analyze webpage

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

Modified: openoffice/ooo-site/trunk/content/download/test/analyze.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/analyze.html?rev=1505074&r1=1505073&r2=1505074&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/analyze.html (original)
+++ openoffice/ooo-site/trunk/content/download/test/analyze.html Sat Jul 20 00:50:40 2013
@@ -29,24 +29,27 @@
       // Download directly from a mirror with displayed platform and language.
       document.write( "<div class=\"first button green\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
       + LINK + "');" + "return false;\">" );
-      document.write( "<h2><a href='" + LINK + "' title='" + LINK + "'>Download Apache OpenOffice " + VERSION + "</a></h2>"
-      + "<p><a href='" + LINK + "' title='" + LINK + "'>Click here for the most recent version for <b>"
-      + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b>.<br /></a></p>");
+      document.write( "<h2><a href='" + LINK + "' title='Version " + VERSION
+      + " - Milestone " + MILESTONE + " - Build ID " + BUILD + " - SVN " + SVN_REV + "'>"
+      + "Download Apache OpenOffice " + VERSION + "</a></h2>"
+      + "<p><a href='" + LINK + "' title='" + LINK + "'>Click here for the most recent version for "
+      + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b>.</a></p>");
   } else {
     // Download from an alternative webpage if hasMirrorLink( NL_LANGUAGE ) == false.
     document.write( "<div class=\"first button green\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
     + LANG_ARRAY[ 3 ] + "');" + "return false;\">" );
-    document.write( "<h2><a href='" + LANG_ARRAY[ 4 ] + "' title='" + LANG_ARRAY[ 4 ] + "'>Download Apache OpenOffice "
-    + VERSION + "</a></h2><p><a href='" + LANG_ARRAY[ 4 ] + "' title='" + LANG_ARRAY[ 4 ] + "'>A release for <b>"
-    + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> is not available. Please choose another language from the alternative "
-    + "download webpage.</a></p>" );
+    document.write( "<h2><a href='" + LANG_ARRAY[ 4 ] + "' title='" + LANG_ARRAY[ 4 ] + "'>"
+    + "Download Apache OpenOffice " + VERSION + "</a></h2>"
+    + "<p><a href='" + LANG_ARRAY[ 4 ] + "' title='" + LANG_ARRAY[ 4 ] + "'>A release for "
+    + "<b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> is not available. Please "
+    + "choose another language from the alternative download webpage.</a></p>" );
   }
   document.write( "</div>" );
 
   document.write( "<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#tested-sdk' title='Get all source code tarballs and SDK to download'>"
+    + "<a href='other.html#source' title='Get all source code tarballs and SDK to download'>"
     + "<b>Source Code tarballs and SDK</b></a> | <br />");
     if ( CHECKSUM_ASC ) {
       document.write( "Signatures and Hashes: "
@@ -54,11 +57,11 @@
       + "<a href='" + CHECKSUM_MD5    + "' + title='MD5 hash'>MD5</a> , "
       + "<a href='" + CHECKSUM_SHA256 + "' + title='SHA256 hash'>SHA256</a> | ");
     }
-    document.write( "<a href='../development/releases/" + VERSION + ".html'"
-    + "title='What is new, what has been improved in Apache OpenOffice " + VERSION
-    + "?'>Release Notes</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> | "
     + "<a href='legacy/index.html' title='Get the legacy version OpenOffice.org 3.3.0'>Legacy Version</a></p>"
   + "</div>" );
+
   </script>
 
   <p>&nbsp;</p>
@@ -75,6 +78,8 @@
     document.write( "<tr><td>navigator.oscpu				</td><td>" + navigator.oscpu				+ "</td></tr>" );
     document.write( "<tr><td>navigator.product				</td><td>" + navigator.product				+ "</td></tr>" );
     document.write( "<tr><td>navigator.productSub			</td><td>" + navigator.productSub			+ "</td></tr>" );
+    document.write( "<tr><td>navigator.vendor				</td><td>" + navigator.vendor				+ "</td></tr>" );
+    document.write( "<tr><td>navigator.vendorSub			</td><td>" + navigator.vendorSub			+ "</td></tr>" );
     document.write( "<tr><td>navigator.language				</td><td>" + navigator.language				+ "</td></tr>" );
     document.write( "<tr><td>navigator.browserLanguage			</td><td>" + navigator.browserLanguage			+ "</td></tr>" );
     document.write( "<tr><td>navigator.userLanguage			</td><td>" + navigator.userLanguage			+ "</td></tr>" );