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/30 16:08:08 UTC

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

Author: marcus
Date: Fri May 30 14:08:07 2014
New Revision: 1598608

URL: http://svn.apache.org/r1598608
Log:
Added new 'a' element for error text, combined some 'a' elements

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=1598608&r1=1598607&r2=1598608&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/index_droplist.html (original)
+++ openoffice/ooo-site/trunk/content/download/test/index_droplist.html Fri May 30 14:08:07 2014
@@ -235,9 +235,9 @@
     + "</form>"
 
     + "<div class='dl-txt-btn'>"
-      + "<h3 style='display: inline;'>"
-        + "<a id='dl_f_lnk'  style='padding: 5px 5px 5px 5px;' href='' title=''></a>"
-        + "<a id='dl_lp_lnk' style='padding: 5px 5px 5px 5px;' href='' title=''></a>"
+      + "<h3 style='display: inline; cursor: default;'>"
+        + "<a id='dl_f_link'  style='padding: 5px 5px 5px 5px;' href='' title=''></a>"
+        + "<a id='dl_lp_link' style='padding: 5px 5px 5px 5px;' href='' title=''></a>"
       + "</h3>"
       + "<br /><br />"
 /*
@@ -274,42 +274,37 @@
   + "</div>" );
 
   // Show some helpful data and links for filesizes and checksums.
-  document.write( "<div class='sub-green-sel'>"
+//document.write( "<div class='sub-green-sel'>"
+  document.write( "<div id='sub_green_box' class='sub-green-sel'>"
 //  + "<div style='float: left; width: 77%;'>"
     + "<div>"
       + "<p>"
+        // Error text with hint.
+        + "<a id='dl_err'           style='text-decoration: none; cursor: default; font-size: 1.2em'></a>"
+
         // Release info.
-        + "<a id='dl_rel_info_hl'   style='text-decoration: none; font-weight: bold;'></a>"
         + "<a id='dl_rel_info'      style='text-decoration: none;'></a>"
         + "<br />"
 
         // Full installation: Filesize and checksums.
-        + "<a id='dl_f_hl'          style='text-decoration: none; font-weight: bold;'></a>"
-        + "<a id='dl_f_size_hl'     style='text-decoration: none;'></a>"
-        + "<a id='dl_f_size'        style='text-decoration: none;'></a>"
-        + "<a id='space1'           style='text-decoration: none;'></a>"
-        + "<a id='dl_f_chk_hl'      style='text-decoration: none;'></a>"
+        + "<a id='dl_f_info'        style='text-decoration: none;'></a>"
         + "<a id='dl_f_chk_keys'    style='text-decoration: underline;' href='' title=''></a>"
-        + "<a id='space2'           style='text-decoration: none;'></a>"
+        + "<a id='space1'           style='text-decoration: none;'></a>"
         + "<a id='dl_f_chk_asc'     style='text-decoration: underline;' href='' title=''></a>"
-        + "<a id='space3'           style='text-decoration: none;'></a>"
+        + "<a id='space2'           style='text-decoration: none;'></a>"
         + "<a id='dl_f_chk_md5'     style='text-decoration: underline;' href='' title=''></a>"
-        + "<a id='space4'           style='text-decoration: none;'></a>"
+        + "<a id='space3'           style='text-decoration: none;'></a>"
         + "<a id='dl_f_chk_sha256'  style='text-decoration: underline;' href='' title=''></a>"
         + "<br />"
 
         // Langpack: Filesize and checksums.
-        + "<a id='dl_lp_hl'         style='text-decoration: none; font-weight: bold;'></a>"
-        + "<a id='dl_lp_size_hl'    style='text-decoration: none;'></a>"
-        + "<a id='dl_lp_size'       style='text-decoration: none;'></a>"
-        + "<a id='space5'           style='text-decoration: none;'></a>"
-        + "<a id='dl_lp_chk_hl'     style='text-decoration: none;'></a>"
+        + "<a id='dl_lp_info'       style='text-decoration: none;'></a>"
         + "<a id='dl_lp_chk_keys'   style='text-decoration: underline;' href='' title=''></a>"
-        + "<a id='space6'           style='text-decoration: none;'></a>"
+        + "<a id='space4'           style='text-decoration: none;'></a>"
         + "<a id='dl_lp_chk_asc'    style='text-decoration: underline;' href='' title=''></a>"
-        + "<a id='space7'           style='text-decoration: none;'></a>"
+        + "<a id='space5'           style='text-decoration: none;'></a>"
         + "<a id='dl_lp_chk_md5'    style='text-decoration: underline;' href='' title=''></a>"
-        + "<a id='space8'           style='text-decoration: none;'></a>"
+        + "<a id='space6'           style='text-decoration: none;'></a>"
         + "<a id='dl_lp_chk_sha256' style='text-decoration: underline;' href='' title=''></a>"
         + "<br />"
 
@@ -349,6 +344,9 @@
     + "</div>" );
   document.write( "</div>" );
 
+//entourage.initialize();
+
+  // Fill the select boxes and wait for the user's choice.
   init();
 
   //-->