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/27 21:57:57 UTC

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

Author: marcus
Date: Tue May 27 19:57:56 2014
New Revision: 1597861

URL: http://svn.apache.org/r1597861
Log:
Tests with separate select box and images

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=1597861&r1=1597860&r2=1597861&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/index_droplist.html (original)
+++ openoffice/ooo-site/trunk/content/download/test/index_droplist.html Tue May 27 19:57:56 2014
@@ -51,6 +51,18 @@ screen reader. -->
   <!-- Green: Stable release -->
   <script type="text/javascript">
   <!--
+
+  document.write( "<div>"
+    + "Just for testing, please ignore."
+    + "<form name='test'>"
+      + "<select class='sel1' id='test1' name='test1' title='Select your favorite operating system'>"
+        + "<option>Test 1</option>"
+        + "<option>Test 2</option>"
+        + "<option>Test 3</option>"
+      + "</select>"
+    + "</form>"
+  + "</div>" );
+
   // Set a specific language ISO code to force to assemble a certain localized build as download link.
   NL_LANG	= "";
   // Get the download link (1 = Stable Release).
@@ -286,12 +298,14 @@ screen reader. -->
 
     + "<div style='float: right; width: 23%;'>"
       + "<p>"
+        + "<img id='dl_hlp_img2' style='padding: 5px 0px 0px 0px;' src='' title='' alt='' />"
         + "<img id='dl_hlp_img' style='padding: 5px 0px 0px 0px;' src='' title='' height='16' width='16' alt='' />"
         + "<a style='padding: 0px 0px 0px 3%;'></a>"
         + "<a id='dl_hlp' style='cursor: pointer;' href='' title='' target='_blank' onclick='showWindow( this.href ); "
         + "return false;'></a>"
         + "<br />"
 
+        + "<img id='dl_rpt_img2' style='padding: 5px 0px 0px 0px;' src='' title='' alt='' />"
         + "<img id='dl_rpt_img' style='padding: 5px 0px 0px 0px;' src='' title='' height='16' width='16' alt='' />"
         + "<a style='padding: 0px 0px 0px 3%;'></a>"
         + "<a id='dl_rpt' style='cursor: pointer;' href='' title='' target='_blank'></a>"