Author: buildbot
Date: Wed Jun 25 22:35:10 2014
New Revision: 913847
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/boxed_download.js
websites/staging/ooo-site/trunk/content/download/test/index.html
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun 25 22:35:10 2014
@@ -1 +1 @@
-1605626
+1605628
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun 25 22:35:10 2014
@@ -1 +1 @@
-1605626
+1605628
Modified:
websites/staging/ooo-site/trunk/content/download/test/boxed_download.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/boxed_download.js
(original)
+++ websites/staging/ooo-site/trunk/content/download/test/boxed_download.js Wed
Jun 25 22:35:10 2014
@@ -4,7 +4,7 @@
function createDownloadBox() {
// Green colored box.
// Show select boxes and both download text buttons.
- document.write( "<div class='first button green' id='optionitem2'>"
+ document.write( "<div class='first button green-sel' id='optionitem2'>"
+ "<div class='green-icon'></div>"
// Headline.
+ "<h2 title='" + l10n_download_green_box_headline_title + "'>"
@@ -53,7 +53,7 @@ function createDownloadBox() {
// Sub-green colored box.
// Show release info, filesizes, checksum links and help links.
- + "<div id='sub_box' class='button sub-green'>"
+ + "<div id='sub_box' class='button sub-green-sel'>"
+ "<div>" // The 3 lines of release info
// Error text with hint.
+ "<img id='dl_err_img' style='margin: 5px 5px 18px 3%;'
height='16' width='16' />"
Modified: websites/staging/ooo-site/trunk/content/download/test/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/index.html (original)
+++ websites/staging/ooo-site/trunk/content/download/test/index.html Wed Jun 25
22:35:10 2014
@@ -95,16 +95,18 @@
<!-- Green: Stable release: No JavaScript enabled -->
<noscript>
- <div class="button green" id="optionitem2">
+ <div class="first button green-sel" id="optionitem2">
<h2>
- <a>Download Apache OpenOffice</a>
+ <a style="cursor: pointer;"
href="http://www.apache.org/dyn/aoo-closer.cgi/openoffice/"
+ title="Select from all platforms, languages, language packs to
download">Download Apache OpenOffice
+ </a>
</h2>
<p>
<a style="cursor: pointer;"
href="http://www.apache.org/dyn/aoo-closer.cgi/openoffice/"
- title="Select from all platforms, languages, language packs to
download">The browser seems to have JavaScript
- disabled. This technique is used for showing the actual download link.
If you want to download Apache OpenOffice
- anyway, click this text to choose from the alternative download webpage.
- Our apologies for the inconvenience.
+ title="Select from all platforms, languages, language packs to
download">The browser seems to have JavaScript
+ disabled. This technique is used for showing the actual download
link. If you want to download Apache OpenOffice
+ anyway, click this text to choose from the alternative download
webpage.
+ Our apologies for the inconvenience.
</a>
</p>
</div>