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

svn commit: r815056 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/test/index_new2_dl.html

Author: buildbot
Date: Sun Apr 29 23:03:08 2012
New Revision: 815056

Log:
Staging update by buildbot for openofficeorg

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/download/test/index_new2_dl.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Apr 29 23:03:08 2012
@@ -1 +1 @@
-1332013
+1332015

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Apr 29 23:03:08 2012
@@ -1 +1 @@
-1332013
+1332015

Modified: websites/staging/ooo-site/trunk/content/download/test/index_new2_dl.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/index_new2_dl.html (original)
+++ websites/staging/ooo-site/trunk/content/download/test/index_new2_dl.html Sun Apr 29 23:03:08 2012
@@ -45,13 +45,9 @@
 
   <script type="text/javascript">
   <!--
-  
-
-  MIRROR = getMirrorHost();
+    MIRROR = getMirrorHost();
   alert ("New mirror: " + MIRROR);
 
-  
-
   //-->
   </script>
 
@@ -63,22 +59,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\">"