Author: buildbot
Date: Thu Jun 5 20:51:42 2014
New Revision: 911486
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 Thu Jun 5 20:51:42 2014
@@ -1 +1 @@
-1600755
+1600758
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jun 5 20:51:42 2014
@@ -1 +1 @@
-1600755
+1600758
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
Thu Jun 5 20:51:42 2014
@@ -110,22 +110,32 @@
// Select boxes.
+ "<form name='download'>"
- + "<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>"
+ + "<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>"
- // Both download text buttons.
- + "<div class='dl-txt-btn'>"
- + "<h3 style='display: inline; cursor: default;'>"
- + "<a id='dl_f_link' style='padding: 5px 5px 5px 5px;' href=''
title='' target='_blank'></a>"
- + "<a id='dl_lp_link' style='padding: 5px 5px 5px 5px;' href=''
title='' target='_blank'></a>"
+ // Both download text buttons: First for "full install", then for
"langpack".
+ + "<a style='padding: 0px 0px 0px 3%; cursor: default;'></a>"
+
+ + "<div class='btn_dl' style='display: inline-block;'>"
+ + "<h3>"
+ + "<a id='dl_f_link' href='' title='' target='_blank'></a>"
+ + "</h3>"
+ + "</div>"
+
+ + "<a style='padding: 0px 0px 0px 3%; cursor: default;'></a>"
+
+ + "<div class='btn_dl' style='display: inline-block;'>"
+ + "<h3>"
+ + "<a id='dl_lp_link' href='' title='' target='_blank'></a>"
+ "</h3>"
- + "<br /><br />"
+ "</div>"
+ + "<br /><br />"
+
+ "</div>" );
// Sub-green colored box.
@@ -142,24 +152,24 @@
// Full installation: Filesize and checksums.
+ "<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='dl_f_chk_keys' style='text-decoration: underline;' href=''
title='' target='_blank'></a>"
+ "<a id='space1' style='text-decoration: none;'></a>"
- + "<a id='dl_f_chk_asc' style='text-decoration: underline;' href=''
title=''></a>"
+ + "<a id='dl_f_chk_asc' style='text-decoration: underline;' href=''
title='' target='_blank'></a>"
+ "<a id='space2' style='text-decoration: none;'></a>"
- + "<a id='dl_f_chk_md5' style='text-decoration: underline;' href=''
title=''></a>"
+ + "<a id='dl_f_chk_md5' style='text-decoration: underline;' href=''
title='' target='_blank'></a>"
+ "<a id='space3' style='text-decoration: none;'></a>"
- + "<a id='dl_f_chk_sha256' style='text-decoration: underline;' href=''
title=''></a>"
+ + "<a id='dl_f_chk_sha256' style='text-decoration: underline;' href=''
title='' target='_blank'></a>"
+ "<br />"
// Langpack: Filesize and checksums.
+ "<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='dl_lp_chk_keys' style='text-decoration: underline;'
href='' title='' target='_blank'></a>"
+ "<a id='space4' style='text-decoration: none;'></a>"
- + "<a id='dl_lp_chk_asc' style='text-decoration: underline;' href=''
title=''></a>"
+ + "<a id='dl_lp_chk_asc' style='text-decoration: underline;' href=''
title='' target='_blank'></a>"
+ "<a id='space5' style='text-decoration: none;'></a>"
- + "<a id='dl_lp_chk_md5' style='text-decoration: underline;' href=''
title=''></a>"
+ + "<a id='dl_lp_chk_md5' style='text-decoration: underline;' href=''
title='' target='_blank'></a>"
+ "<a id='space6' style='text-decoration: none;'></a>"
- + "<a id='dl_lp_chk_sha256' style='text-decoration: underline;' href=''
title=''></a>"
+ + "<a id='dl_lp_chk_sha256' style='text-decoration: underline;' href=''
title='' target='_blank'></a>"
+ "<br />"
// Help: What is a language pack?