Author: marcus
Date: Tue Jul 23 21:23:20 2013
New Revision: 1506289

URL: http://svn.apache.org/r1506289
Log:
Fixed broken link, updated comments

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

Modified: openoffice/ooo-site/trunk/content/download/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/index.html?rev=1506289&r1=1506288&r2=1506289&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/index.html (original)
+++ openoffice/ooo-site/trunk/content/download/index.html Tue Jul 23 21:23:20 
2013
@@ -13,7 +13,7 @@
   <script type="text/javascript" src="globalvars.js"></script>
   <script type="text/javascript" src="download.js"></script>
   <script type="text/javascript" src="languages.js"></script>
-  <script type="text/javascript" src="../../scripts/entourage.js"></script>
+  <script type="text/javascript" src="../scripts/entourage.js"></script>
   <style type="text/css">
   /* <![CDATA[ */
   /*-------------------- Exceptions on standard css -----------------------*/
@@ -49,6 +49,7 @@
   <!--
   // Set a specific language ISO code to force to assemble a certain localized 
build as download URL
   var NL_LANGUAGE = "";
+  // Get the download URL
   var LINK        = getLink();
 
   if ( hasMirrorLink() ) {
@@ -70,12 +71,6 @@
       + "<p><a href='" + LINK + "' title='Version " + VERSION + " - Milestone 
" + MILESTONE
       + " - Build ID " + BUILD + " - SVN " + SVN_REV + "'>Click here for the 
most recent version for "
       + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + 
"</b>.</a></p>");
-      /*
-      + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + 
"</b>.</a></p>"
-      + "<a 
href='https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.0+Release+Notes#AOO4.0ReleaseNotes-KnownIssues'"
-      + "title='Get information about known issues in Apache OpenOffice " + 
VERSION + "'>"
-      + "<b>Click here for known installation issues.</b></a><br /><br />");
-      */
     //  }
   } else {
     // Download from an alternative webpage if hasMirrorLink() == false.
@@ -89,16 +84,6 @@
   }
   document.write( "</div>" );
 
-  /*
-  // Show a link for the known issues.
-  document.write( "<div class=\"sub-green\">"
-    + "<p><br />"
-    + "<a 
href='https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.0+Release+Notes#AOO4.0ReleaseNotes-KnownIssues'"
-    + "title='Get information about known issues in Apache OpenOffice " + 
VERSION + ".'>"
-    + "<b>Click here for known installation issues.</b></a></p><br />"
-  + "</div>" );
-  */
-
   // Show some helpful links for SDK, source, checksums, release notes, legacy 
version.
   document.write( "<div class=\"sub-green\">"
     + "<p><a href='other.html' title='Get all platforms, languages, language 
packs to download'>"


Reply via email to