Author: marcus
Date: Fri Jun 27 20:49:18 2014
New Revision: 1606221

URL: http://svn.apache.org/r1606221
Log:
Updated download box

Modified:
    openoffice/ooo-site/trunk/content/bg/index.html

Modified: openoffice/ooo-site/trunk/content/bg/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/bg/index.html?rev=1606221&r1=1606220&r2=1606221&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/bg/index.html (original)
+++ openoffice/ooo-site/trunk/content/bg/index.html Fri Jun 27 20:49:18 2014
@@ -105,20 +105,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>


Reply via email to