Author: marcus
Date: Thu Jun 5 20:33:20 2014
New Revision: 1600751
URL: http://svn.apache.org/r1600751
Log:
Handle both download text buttons independently regarding hover over effect,
added targets for the checksum links
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=1600751&r1=1600750&r2=1600751&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/index_droplist.html
(original)
+++ openoffice/ooo-site/trunk/content/download/test/index_droplist.html Thu Jun
5 20:33:20 2014
@@ -231,15 +231,24 @@
+ "</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;'>"
+ + "<h3 style='display: inline;'>"
+ + "<a id='dl_f_link' href='' title='' target='_blank'></a>"
+ "</h3>"
+ + "</div>"
+
+ + "<a style='padding: 0px 0px 0px 3%; cursor: default;'></a>"
- + "<br /><br />"
+ + "<div class='btn_dl' style='display: inline;'>"
+ + "<h3 style='display: inline;'>"
+ + "<a id='dl_lp_link' href='' title='' target='_blank'></a>"
+ + "</h3>"
+ "</div>"
+ + "<br /><br />"
+
+ "</div>" );
// Sub-green colored box.
@@ -256,24 +265,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?