Author: buildbot
Date: Fri Jun 27 20:50:11 2014
New Revision: 914158
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/bg/index.html
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Jun 27 20:50:11 2014
@@ -1 +1 @@
-1606219
+1606221
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Jun 27 20:50:11 2014
@@ -1 +1 @@
-1606219
+1606221
Modified: websites/staging/ooo-site/trunk/content/bg/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/bg/index.html (original)
+++ websites/staging/ooo-site/trunk/content/bg/index.html Fri Jun 27 20:50:11
2014
@@ -121,20 +121,42 @@ screen reader.
<hr />
</li>
- <!-- Show the currently available version, loaded via JavaScript -->
+ <!-- Show the download link with currently available version number,
loaded via JavaScript -->
<script type="text/javascript">
<!--
document.write( "<li>"
+ "<div class='action-download'>"
+ "<div class='action-text action-link'>"
- + "<a href='download/index.html'><h2>I want to download Apache
OpenOffice " + VERSION + "</h2>"
- + "<p>Download Apache OpenOffice for free, or find out about other
ways of getting it.</p></a>"
+ + "<a href='download/index.html'>"
+ + "<h2>I want to download Apache OpenOffice</h2>"
+ + "<p style='font-size: 1.0em; font-weight: bold;'>(Most recent
release: " + VERSION + ")</p>"
+ + "<p>Download Apache OpenOffice for free <b>(really!)</b> | "
+ + "<a
href='https://blogs.apache.org/OOo/entry/with_apache_openoffice_you_get'"
+ + "title='Blog post: With Apache OpenOffice you get what you
do not pay for' target='_blank'>"
+ + "Click here to get more information"
+ + "</a>."
+ + "</p>"
+ + "</a>"
+ "</div>"
+ "</div>"
+ "</li>" );
//-->
</script>
+ <!-- Show the download link, without version number -->
+ <noscript>
+ <li>
+ <div class="action-download">
+ <div class="action-text action-link">
+ <a href="download/index.html">
+ <h2>I want to download Apache OpenOffice</h2>
+ <p>Download Apache OpenOffice for free, or find out about other
ways of getting it.</p>
+ </a>
+ </div>
+ </div>
+ </li>
+ </noscript>
+
<li>
<hr />
</li>