Author: marcus
Date: Fri May 18 22:51:31 2012
New Revision: 1340297

URL: http://svn.apache.org/viewvc?rev=1340297&view=rev
Log:
Reworked the sub-green area to include links for checksums

Modified:
    incubator/ooo/ooo-site/trunk/content/download/index_aoo.html

Modified: incubator/ooo/ooo-site/trunk/content/download/index_aoo.html
URL: 
http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/download/index_aoo.html?rev=1340297&r1=1340296&r2=1340297&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/download/index_aoo.html (original)
+++ incubator/ooo/ooo-site/trunk/content/download/index_aoo.html Fri May 18 
22:51:31 2012
@@ -70,12 +70,18 @@
   
   document.write( "</div>" );
   document.write( "<div class=\"sub-green\">"
-    + "<p><a href='other.html' title='Get all platforms, source, languages, 
language packs to download'>"
-    + "<b>All platforms, source, languages, language packs</b></a> | "
+    + "<p><a href='other.html' title='Get all platforms, languages, language 
packs, source code, SDK to download'>"
+    + "<b>Get all platforms, languages, language packs</b></a> | "
+    + "<a href='other.html#tested-sdk' title='Get all source code tarballs and 
SDK to download'>"
+    + "<b>Source Code tarballs and SDK</b></a> | <br />"
+    + "Signatures and Hashes: "
+    + "<a href='" + apache_getChecksum( VERSION, NL_LANGUAGE, SCHEMA, "asc" ) 
+ "' + title='ASC signature'>ASC</a> , "
+    + "<a href='" + apache_getChecksum( VERSION, NL_LANGUAGE, SCHEMA, "md5" ) 
+ "' + title='MD5 hash'>MD5</a> , "
+    + "<a href='" + apache_getChecksum( VERSION, NL_LANGUAGE, SCHEMA, "sha1" ) 
+ "' + title='SHA1 hash'>SHA1</a> , "
+    + "<a href='" + apache_getChecksum( VERSION, NL_LANGUAGE, SCHEMA, "sha512" 
) + "' + title='SHA512 hash'>SHA512</a> | "
     + "<a href='../development/releases/" + VERSION + ".html'"
     + "title='What is new, what has been improved in Apache OpenOffice " + 
VERSION + "?'>Release Notes</a> | "
-    + "<a href='legacy/index.html' title='Get the legacy version 
OpenOffice.org 3.3.0'>Legacy Version</a> | "
-    + "<a href='checksums/3.4.0_checksums.html' title='Checksums for Apache 
OpenOffice " + VERSION + "'>Checksums</a></p>"
+    + "<a href='legacy/index.html' title='Get the legacy version 
OpenOffice.org 3.3.0'>Legacy Version</a></p>"
   + "</div>" );
   
   entourage.initialize();
@@ -300,7 +306,8 @@
     </li>
     <li><a href="checksums/3.4.0_checksums.html"
     title="Several checksums for Apache OpenOffice">Checksums for Apache 
OpenOffice</a></li>
-    <li><a href="../product/index.html" title="A tour through all Apache 
OpenOffice applications">Product Information</a></li>
+    <li><a href="../product/index.html" title="A tour through all Apache 
OpenOffice applications">
+    Product Information</a></li>
     <li><a href="../dev_docs/source/sys_reqs_30.html"
     title="HDD: ~300MB free - Memory: &gt;128MB - Processor: &gt;500MHz - OS: 
Win, Linux, Mac, Solaris, FreeBSD...">
     System Requirements</a></li>


Reply via email to