You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ks...@apache.org on 2012/04/30 01:02:32 UTC

svn commit: r1332015 - /incubator/ooo/ooo-site/trunk/content/download/test/index_new2_dl.html

Author: kschenk
Date: Sun Apr 29 23:02:32 2012
New Revision: 1332015

URL: http://svn.apache.org/viewvc?rev=1332015&view=rev
Log:
kls -- more tweaks

Modified:
    incubator/ooo/ooo-site/trunk/content/download/test/index_new2_dl.html

Modified: incubator/ooo/ooo-site/trunk/content/download/test/index_new2_dl.html
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/download/test/index_new2_dl.html?rev=1332015&r1=1332014&r2=1332015&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/download/test/index_new2_dl.html (original)
+++ incubator/ooo/ooo-site/trunk/content/download/test/index_new2_dl.html Sun Apr 29 23:02:32 2012
@@ -30,13 +30,9 @@
 
   <script type="text/javascript">
   <!--
-  
-
-  MIRROR = getMirrorHost();
+    MIRROR = getMirrorHost();
   alert ("New mirror: " + MIRROR);
 
-  
-
   //-->
   </script>
 
@@ -48,22 +44,23 @@
   <script type="text/javascript">  
   <!--
   LINK = getLink( VERSION, MIRROR, SCHEMA );
+  var myURLlink = "<a href=\"" + LINK + "\"" + "title = \"" + LINK + "" >";
+  alert ("myURLlink :" + myURLlink);
+  
   document.write( "<div class=\"first button green\" id=\"optionitem1\" onclick=\"openItem('optionitem1','" + LINK + "');"
     + "return false;\">" );
 
   if ( hasMirrorLink() ) {
-    var myURLlink = "<a href=\"" + LINK + "\"" + "title = \"" + LINK + "\"" + "target =\"_blank\" >";
-    alert ("myURLlink :" + myURLlink);
     document.write( "<h2>" + myURLlink+ "Download OpenOffice.org " + VERSION + "</a></h2>"
     + "<p>" + myURLlink + "Click to start downloading the most recent version for "
     + getPlatform() + " and " + getLanguage() + "."
     + "<br/>(Java Runtime Environment (JRE) included for all OS versions except Linux 32/64-bit Debian and Mac OS)</a>"
     + "</p>" );
   } else {
-	  <!-- route everybody to other.html -->
+	  <!-- route everybody to somplace else ??? -->
     document.write( "<h2><a href='" + LINK + "' title='" + LINK + "'>Download OpenOffice.org</a></h2>"
-    + "<p><a href='" + LINK + "' title='" + LINK + "'>Get OpenOffice.org from your " + getLanguage()
-    + " Native Language community</a></p>" );
+    + "<p><a href='" + LINK + "' title='" + LINK + "'>Get OpenOffice.org for " + getLanguage()
+    + " from a Native Language community area.</a></p>" );
   }
   document.write( "</div>" );
   document.write( "<div class=\"sub-green\">"