You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2014/02/13 23:14:27 UTC

svn commit: r1568065 - /openoffice/ooo-site/trunk/content/download/test/index.html

Author: marcus
Date: Thu Feb 13 22:14:26 2014
New Revision: 1568065

URL: http://svn.apache.org/r1568065
Log:
Changed hardcoded version into a variable

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

Modified: openoffice/ooo-site/trunk/content/download/test/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/index.html?rev=1568065&r1=1568064&r2=1568065&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/index.html (original)
+++ openoffice/ooo-site/trunk/content/download/test/index.html Thu Feb 13 22:14:26 2014
@@ -112,7 +112,10 @@ screen reader. -->
     + "<a href='" + CHECKSUM_SHA256 + "' + title='SHA256 hash'>SHA256</a> , "
     + "<a href='../checksums.html' title='How to verify the download with checksums?'>How to verify?</a> | " );
   }
-  document.write( "<a href='https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.0.1+Release+Notes'"
+  if ( ARCHIVE ) {
+    VERSION = PRE_VERSION;
+  }
+  document.write( "<a href='https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+" + VERSION + "+Release+Notes'"
   + "title='What is new, what has been improved in Apache OpenOffice " + VERSION + "?'><b>Release Notes</b></a> | <br />"
   + "<a href='other.html' title='Get all platforms, languages, language packs to download'>"
   + "<b>Get all platforms, languages, language packs</b></a> | "