Author: buildbot
Date: Tue Aug  6 19:36:15 2013
New Revision: 873243

Log:
Staging update by buildbot for ooo-site

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/download/test/analyze.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Aug  6 19:36:15 2013
@@ -1 +1 @@
-1511084
+1511089

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Aug  6 19:36:15 2013
@@ -1 +1 @@
-1511084
+1511089

Modified: websites/staging/ooo-site/trunk/content/download/test/analyze.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/analyze.html 
(original)
+++ websites/staging/ooo-site/trunk/content/download/test/analyze.html Tue Aug  
6 19:36:15 2013
@@ -4,11 +4,12 @@
 <link href="/css/ooo.css" rel="stylesheet" type="text/css">
 
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title>OpenOffice.org Downloads</title>
-  <script type="text/javascript" src="download.js"></script>
+  <title>Apache OpenOffice Downloads - Analyze errors</title>
   <script type="text/javascript" src="globalvars.js"></script>
   <script type="text/javascript" src="languages.js"></script>
+  <script type="text/javascript" src="download_l10n.js"></script>
   <script type="text/javascript" src="release_matrix.js"></script>
+  <script type="text/javascript" src="download.js"></script>
   <style type="text/css">
   /* <![CDATA[ */
   /*-------------------- Exceptions on standard css -----------------------*/
@@ -33,6 +34,17 @@
     
     
 
+<!-- No JavaScript enabled -->
+<noscript>
+  <div class="notice">
+    <h1>Apache OpenOffice Downloads - Analyze errors</h1>
+    <br />
+
+    <h2>JavaScript not enabled?</h2>
+    <p>JavaScript needs to be enabled to show the analysis data on this 
webpage.</p>
+  </div>
+</noscript>
+
 <div class="optionset">
 
   <!-- Green: Stable release -->
@@ -52,7 +64,7 @@
       + " - 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:<br />"
-      + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b> (~" + 
FILESIZE + " MByte).</a></p>");
+      + "<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','"
@@ -76,28 +88,29 @@
   document.write( "</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'>"
-  + "<b>Get all platforms, languages, language packs</b></a> | "
-  + "<a href='other.html#source' title='Get all source code tarballs and SDK 
to download'>"
-  + "<b>Source Code and SDK</b></a> | <br />"
-  + "<a href='../../porting/index.html'"
-  + "title='Get Apache OpenOffice software packaged as portable USB versions 
and third-party ports'>"
-  + "<b>Portable USB versions</b> and third-party ports</a> | "
-  + "<a href='other-341.html'" + "title='Get the old version Apache OpenOffice 
" + OLDVERSION + "'>"
-  + "Old version (<b>AOO " + OLDVERSION + "</b>)</a> | "
-  + "<a href='legacy/index.html'"
-  + "title='Get the legacy version OpenOffice.org " + LEGACYVERSION + "'>"
-  + "Legacy Version (<b>OOo " + LEGACYVERSION + "</b>)</a>" );
+  document.write( "<div class=\"sub-green\">" );
+  document.write( "<p>" );
   if ( CHECKSUM_ASC ) {
-    document.write( " | <br />Signatures and Hashes: "
+    document.write( "Signatures and hashes: "
     + "<a href='" + CHECKSUM_KEYS   + "' + title='KEYS signature'>KEYS</a> , "
     + "<a href='" + CHECKSUM_ASC    + "' + title='ASC signature'>ASC</a> , "
     + "<a href='" + CHECKSUM_MD5    + "' + title='MD5 hash'>MD5</a> , "
-    + "<a href='" + CHECKSUM_SHA256 + "' + title='SHA256 hash'>SHA256</a>");
+    + "<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+Release+Notes'"
-  + "title='What is new, what has been improved in Apache OpenOffice " + 
VERSION + "?'>Release Notes</a></p>" );
+  document.write( "<a 
href='https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.0+Release+Notes'"
+  + "title='What is new, what has been improved in Apache OpenOffice " + 
VERSION + "?'>Release Notes</a> | <br />"
+  + "<a href='other.html' title='Get all platforms, languages, language packs 
to download'>"
+  + "<b>Get all platforms, languages, language packs</b></a> | "
+  + "<a href='other.html#source' title='Get the source code and SDK to 
download'>"
+  + "Source code and SDK</a> | <br />"
+  + "<a href='../../porting/index.html'"
+  + "title='Get Apache OpenOffice software packaged as portable USB versions 
and third-party ports'>"
+  + "<b>Portable USB versions</b> and third-party ports</a> | "
+  + "Older and legacy versions: <a href='../other-341.html' title='Get the old 
version of Apache OpenOffice "
+  + OLDVERSION + "'><b>" + OLDVERSION + "</b></a> + "
+  + "<a href='../legacy/index.html' title='Get the legacy version of 
OpenOffice.org "
+  + LEGACYVERSION + "'><b>" + LEGACYVERSION + "</b></a>" );
   document.write( "</div>" );
   //-->
   </script>
@@ -142,7 +155,8 @@
     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>" + FILESIZE                                   + "</td></tr>" );
-    document.write( "<tr><td>Checksum file (here for MD5)              
</td><td>" + CHECKSUM_MD5                               + "</td></tr>" );
+    document.write( "<tr><td>Download file link                                
</td><td>" + LINK                                       + "</td></tr>" );
+    document.write( "<tr><td>Checksum file link (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>" );


Reply via email to