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 2013/08/04 19:41:28 UTC

svn commit: r1510274 - /openoffice/ooo-site/trunk/content/download/test/analyze.html

Author: marcus
Date: Sun Aug  4 17:41:28 2013
New Revision: 1510274

URL: http://svn.apache.org/r1510274
Log:
Updated text

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

Modified: openoffice/ooo-site/trunk/content/download/test/analyze.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/analyze.html?rev=1510274&r1=1510273&r2=1510274&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/analyze.html (original)
+++ openoffice/ooo-site/trunk/content/download/test/analyze.html Sun Aug  4 17:41:28 2013
@@ -3,9 +3,10 @@
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <title>OpenOffice.org Downloads</title>
-  <script type="text/javascript" src="globalvars.js"></script>
   <script type="text/javascript" src="download.js"></script>
+  <script type="text/javascript" src="globalvars.js"></script>
   <script type="text/javascript" src="languages.js"></script>
+  <script type="text/javascript" src="release_matrix.js"></script>
   <style type="text/css">
   /* <![CDATA[ */
   /*-------------------- Exceptions on standard css -----------------------*/
@@ -35,8 +36,8 @@
       document.write( "<h2><a href='" + LINK + "' title='Version " + VERSION + " - Milestone " + MILESTONE
       + " - Build ID " + BUILD + " - SVN " + SVN_REV + "'>Download Apache OpenOffice " + VERSION + "</a></h2>"
       + "<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>");
+      + " - SVN " + SVN_REV + "'>Click here for the most recent version for:<br />"
+      + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b> (~" + FILESIZE + " MByte).</a></p>");
     } else {
       // OS and/or package manager was not recognized, therefore use "other.html" as download link.
       document.write( "<div class=\"first button green\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
@@ -85,7 +86,6 @@
   document.write( "</div>" );
   //-->
   </script>
-
   <p>&nbsp;</p>
 </div>
 
@@ -120,13 +120,17 @@
     document.write( "<tr><td>Language name				</td><td>" + LANG_NAME					+ "</td></tr>" );
     document.write( "<tr><td>Language ISO code				</td><td>" + LANG_ISO					+ "</td></tr>" );
     document.write( "<tr><td>Language array data			</td><td>" + LANG_ARRAY					+ "</td></tr>" );
+    document.write( "<tr><td>Release matrix platform position		</td><td>" + RELEASE_MATRIX_PLATFORM_POS		+ "</td></tr>" );
+    document.write( "<tr><td>Release matrix platform array data		</td><td>" + RELEASE_MATRIX_PLATFORM			+ "</td></tr>" );
     document.write( "<tr><td>UI Platform name				</td><td>" + UI_PLATFORM				+ "</td></tr>" );
-    document.write( "<tr><td>Mirror platform name			</td><td>" + URL_PLATFORM					+ "</td></tr>" );
+    document.write( "<tr><td>URL Platform name				</td><td>" + URL_PLATFORM				+ "</td></tr>" );
     document.write( "<tr><td>File name					</td><td>" + FILENAME					+ "</td></tr>" );
     document.write( "<tr><td>File extension				</td><td>" + EXTENSION					+ "</td></tr>" );
+    document.write( "<tr><td>File size					</td><td>" + release_aoo400_matrix[ LANG_ISO ][ RELEASE_MATRIX_PLATFORM_POS ][ 2 ] + "</td></tr>" );
     document.write( "<tr><td>Checksum file (here for MD5)		</td><td>" + CHECKSUM_MD5				+ "</td></tr>" );
     document.write( "<tr><td>hasMirrorLink()				</td><td>" + hasMirrorLink()				+ "</td></tr>" );
     document.write( "<tr><td>getLink()					</td><td>" + getLink()					+ "</td></tr>" );
+    document.write( "<tr><td>General error				</td><td>" + ERROR					+ "</td></tr>" );
     document.write( "</tbody></table><br/><br/>" );
   </script>
 </div>