Author: buildbot
Date: Tue Jun 3 20:08:29 2014
New Revision: 911159
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/analyze_droplist.html
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jun 3 20:08:29 2014
@@ -1 +1 @@
-1599774
+1599778
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jun 3 20:08:29 2014
@@ -1 +1 @@
-1599774
+1599778
Modified:
websites/staging/ooo-site/trunk/content/download/test/analyze_droplist.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/analyze_droplist.html
(original)
+++ websites/staging/ooo-site/trunk/content/download/test/analyze_droplist.html
Tue Jun 3 20:08:29 2014
@@ -98,12 +98,12 @@
// Select boxes.
+ "<form name='download'>"
- + "<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>"
+ + "<select class='sel-os' id='os' name='os' autofocus='autofocus'
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>"
// Both download text buttons.
@@ -178,12 +178,25 @@
</div>
<div style="clear: both; float: left;">
- <p>
- <a style="padding: 0px 0px 0px 15px; font-size: 1.2em;"
href="javascript:void( 0 )"
- title="Put the selected options as values into the table below."
onclick="updateTable(); return false;">
- <b>Update the table</b>
- </a>
- </p>
+ <form name="update_and_copy">
+<!--
+ <input style="padding: 0px 15px 0px 15px; font-size: 1.2em; cursor:
pointer;" type="button" name="update"
+-->
+ <input class="btn_analyze" type="button" name="update"
+ href="javascript:void( 0 )" title="Put the selected options as values into
the table below"
+ onclick="updateTable(); return false;" value="Update the table" />
+ </input>
+
+ <a style="padding: 0px 0px 0px 30px;"></a>
+<!--
+ <input class="btn_analyze" type="button" name="copy"
+ href="javascript:void( 0 )" title="Copy the table data into the clipboard"
onclick="copyTable( document.getElementById('copy_dummy').value ); return
false;"
+ value="Copy the table to clipboard" />
+ </input>
+
+ <textarea id="copy_dummy" style="width: 0px; height: 0px; padding:
0px;"></textarea>
+-->
+ </form>
<p> </p>
</div>
@@ -279,6 +292,15 @@
return;
}
+/*
+ function copyTable() {
+ // Copy all table data into the clipboard.
+
+ alert( "TODO: Implement" );
+
+ return;
+ }
+*/
</script>
</div>