Author: marcus
Date: Mon Jul 22 18:42:57 2013
New Revision: 1505767

URL: http://svn.apache.org/r1505767
Log:
Fixed displayed title, changed comment style

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

Modified: openoffice/ooo-site/trunk/content/download/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/index.html?rev=1505767&r1=1505766&r2=1505767&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/index.html (original)
+++ openoffice/ooo-site/trunk/content/download/index.html Mon Jul 22 18:42:57 
2013
@@ -52,22 +52,23 @@
   var LINK        = getLink();
 
   if ( hasMirrorLink() ) {
-    //  if ( LINK.toLowerCase().indexOf( "other" ) ) {
-    //    // 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','"
-    //    + 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>");
-    //  } else {
-      // Download directly from a mirror with displayed platform and language.
+    /*
+    if ( LINK.toLowerCase().indexOf( "other" ) ) {
+      // 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','"
       + LINK + "');" + "return false;\">" );
-      document.write( "<h2><a href='" + LINK + "' title='Version " + VERSION
-      + " - Milestone " + MILESTONE + " - Build ID " + BUILD + " - SVN " + 
SVN_REV + "'>"
-      + "Download Apache OpenOffice " + VERSION + "</a></h2>"
+      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>.</a></p><br />");
+    } else {
+    */
+      // 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='Version " + VERSION + 
" - Milestone " + MILESTONE
+      + " - 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 "
       + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + 
"</b>.</a></p>");
       /*
       + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + 
"</b>.</a></p>"


Reply via email to