You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ks...@apache.org on 2012/04/13 00:08:39 UTC

svn commit: r1325548 - /incubator/ooo/ooo-site/trunk/content/index.html

Author: kschenk
Date: Thu Apr 12 22:08:39 2012
New Revision: 1325548

URL: http://svn.apache.org/viewvc?rev=1325548&view=rev
Log:
kls -- chaning big DL button

Modified:
    incubator/ooo/ooo-site/trunk/content/index.html

Modified: incubator/ooo/ooo-site/trunk/content/index.html
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/index.html?rev=1325548&r1=1325547&r2=1325548&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/index.html (original)
+++ incubator/ooo/ooo-site/trunk/content/index.html Thu Apr 12 22:08:39 2012
@@ -42,14 +42,7 @@
   newHTML += "</div><p class=\"options\"><a href=\"/download/other.html\""
   + "title=\"Get all platforms and languages, non-JRE versions, language packs to download\" onclick=\"document.location = this.href; return false;\">"
   + "Get all platforms and languages</a> | "
-  + "<a href=\"http://development.openoffice.org/releases/" + VERSION + ".html\""
-  + "title=\"What is new, what has been improved in OOo " + VERSION + "?\">Release Notes</a> | "
-  + "<a href=\"/download/md5sums/" + VERSION + "_md5sums.txt\" title=\"MD5 checksums for OOo " + VERSION
-  + "\">MD5 checksums</a> | " + "<a href=\"http://distribution.openoffice.org/cdrom/iso_download.html\" title=\"ISO images\">ISO images</a> | "
-  + "<a href=\"http://distribution.openoffice.org/cdrom/index.html#cdrom\" title=\"Order CD-ROM\""
-  + "onclick=\"document.location = this.href; return false;\" >order CD-ROM</a> | "
-  + "<a href=\"http://distribution.openoffice.org/p2p/\" title=\"P2P downloads\""
-  + "onclick=\"document.location = this.href; return false;\" >P2P downloads</a></p></div>";
+  + "<a href=\"/download/index.html\" title=\"More Download information\" onclick=\"document.location = this.href; return false;\">More Download information</a></p></div>";
   downloadCont.innerHTML = newHTML;
   }