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 2014/05/31 21:11:23 UTC

svn commit: r1598904 - /openoffice/ooo-site/trunk/content/download/test/index_droplist.html

Author: marcus
Date: Sat May 31 19:11:22 2014
New Revision: 1598904

URL: http://svn.apache.org/r1598904
Log:
Updates to support an analyze mode in the 'analyze.html'

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

Modified: openoffice/ooo-site/trunk/content/download/test/index_droplist.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/index_droplist.html?rev=1598904&r1=1598903&r2=1598904&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/index_droplist.html (original)
+++ openoffice/ooo-site/trunk/content/download/test/index_droplist.html Sat May 31 19:11:22 2014
@@ -228,12 +228,12 @@
     + "</p>"
 
     + "<form name='download'>"
-      + "<select class='sel-os' id='os'        name='os'   title='Select your favorite operating system'"
-      + "onchange='getLinkSel( 1 )'></select>"
-      + "<select class='sel-lang' id='lang'    name='lang' title='Select your favorite language'"
-      + "onchange='getLinkSel( 1 )'></select>"
-      + "<select class='sel-ver' id='ver'      name='ver'  title='Select your favorite release version'"
-      + "onchange='getLinkSel( 1 )'></select>"
+      + "<select class='sel-os' id='os'     name='os'   title='Select your favorite operating system'"
+      + "onchange='getLinkSel()'></select>"
+      + "<select class='sel-lang' id='lang' name='lang' title='Select your favorite language'"
+      + "onchange='getLinkSel()'></select>"
+      + "<select class='sel-ver' id='ver'   name='ver'  title='Select your favorite release version'"
+      + "onchange='getLinkSel()'></select>"
     + "</form>"
 
     + "<div class='dl-txt-btn'>"
@@ -282,8 +282,8 @@
     + "<div>"
       + "<p>"
         // Error text with hint.
-        + "<img id='dl_err_img' style='margin: 5px 5px 15px 0px;' src='' title='' height='16' width='16' alt='' />"
-        + "<a id='dl_err' style='text-decoration: none;' title=''></a>"
+        + "<img id='dl_err_img'	    style='margin: 5px 5px 15px 0px;' src='' title='' height='16' width='16' alt='' />"
+        + "<a id='dl_err'	    style='text-decoration: none;' title=''></a>"
 
         // Release info.
         + "<a id='dl_rel_info'      style='text-decoration: none;'></a>"
@@ -312,17 +312,17 @@
         + "<br />"
 
         // Help: What is a language pack?
-        + "<img id='dl_hlp_img' style='padding: 5px 5px 0px 0px;' src='' title='' height='16' width='16' alt='' />"
+        + "<img id='dl_hlp_img'     style='padding: 5px 5px 0px 0px;' src='' title='' height='16' width='16' alt='' />"
         + "<a id='dl_hlp' href='' title='' target='_blank' onclick='showWindow( this.href ); return false;'></a>"
         + "<a style='padding: 0px 0px 0px 30px;'></a>"
 
         // Help: How to verify the download?
-        + "<img id='dl_chk_img' style='padding: 5px 5px 0px 0px;' src='' title='' height='16' width='16' alt='' />"
+        + "<img id='dl_chk_img'     style='padding: 5px 5px 0px 0px;' src='' title='' height='16' width='16' alt='' />"
         + "<a id='dl_chk' href='' title='' target='_blank'></a>"
         + "<a style='padding: 0px 0px 0px 30px;'></a>"
 
         // Help: Report broken link.
-        + "<img id='dl_rpt_img' style='padding: 5px 5px 0px 0px;' src='' title='' height='16' width='16' alt='' />"
+        + "<img id='dl_rpt_img'     style='padding: 5px 5px 0px 0px;' src='' title='' height='16' width='16' alt='' />"
         + "<a id='dl_rpt' href='' title='' target='_blank'></a>"
       + "</p>"
 /*
@@ -350,7 +350,7 @@
 //entourage.initialize();
 
   // Fill the select boxes and wait for the user's choice.
-  init();
+  init( 1, false );
 
   //-->
   </script>