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 2014/05/27 21:59:50 UTC

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

Author: buildbot
Date: Tue May 27 19:59:50 2014
New Revision: 910144

Log:
Staging update by buildbot for ooo-site

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_droplist.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue May 27 19:59:50 2014
@@ -1 +1 @@
-1597623
+1597861

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue May 27 19:59:50 2014
@@ -1 +1 @@
-1597623
+1597861

Modified: websites/staging/ooo-site/trunk/content/download/test/index_droplist.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/index_droplist.html (original)
+++ websites/staging/ooo-site/trunk/content/download/test/index_droplist.html Tue May 27 19:59:50 2014
@@ -67,6 +67,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).
@@ -302,12 +314,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>"