Author: buildbot
Date: Sat Jul 13 16:25:45 2013
New Revision: 869353

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 Sat Jul 13 16:25:45 2013
@@ -1 +1 @@
-1502821
+1502822

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jul 13 16:25:45 2013
@@ -1 +1 @@
-1502821
+1502822

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 Sat Jul 
13 16:25:45 2013
@@ -34,31 +34,46 @@
 
 <div class="optionset">
 
-<!-- Green: Stable release -->
+  <!-- Green: Stable release -->
   <script type="text/javascript">
   <!--
-  // Set a specific language ISO code to force to assemble a certain localized 
build as download URL
   var NL_LANGUAGE = "";
   var LINK        = getLink();
 
   if ( hasMirrorLink( NL_LANGUAGE ) ) {
-    // Download directly from a mirror with displayed platform and language.
-    document.write( "<div class=\"first button green\" id=\"optionitem1\" 
onclick=\"openItem('optionitem1','"
-    + LINK + "');" + "return false;\">" );
-    document.write( "<h2><a href='" + LINK + "' title='" + LINK + "'>Download 
Apache OpenOffice " + VERSION + "</a></h2>"
-    + "<p><a href='" + LINK + "' title='" + LINK + "'>Click here for the most 
recent version for <b>"
-    + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b>.<br /></a></p>");
+      // Download directly from a mirror with displayed platform and language.
+      document.write( "<div class=\"first button green\" id=\"optionitem1\" 
onclick=\"openItem('optionitem1','"
+      + LINK + "');" + "return false;\">" );
+      document.write( "<h2><a href='" + LINK + "' title='" + LINK + 
"'>Download Apache OpenOffice " + VERSION + "</a></h2>"
+      + "<p><a href='" + LINK + "' title='" + LINK + "'>Click here for the 
most recent version for <b>"
+      + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b>.<br 
/></a></p>");
   } else {
     // Download from an alternative webpage if hasMirrorLink( NL_LANGUAGE ) == 
false.
     document.write( "<div class=\"first button green\" id=\"optionitem1\" 
onclick=\"openItem('optionitem1','"
     + LANG_ARRAY[ 3 ] + "');" + "return false;\">" );
-    document.write( "<h2><a href='" + LANG_ARRAY[ 3 ] + "' title='" + 
LANG_ARRAY[ 3 ] + "'>Download Apache OpenOffice "
-    + VERSION + "</a></h2><p><a href='" + LANG_ARRAY[ 3 ] + "' title='" + 
LANG_ARRAY[ 3 ] + "'>A release for <b>"
+    document.write( "<h2><a href='" + LANG_ARRAY[ 4 ] + "' title='" + 
LANG_ARRAY[ 4 ] + "'>Download Apache OpenOffice "
+    + VERSION + "</a></h2><p><a href='" + LANG_ARRAY[ 4 ] + "' title='" + 
LANG_ARRAY[ 4 ] + "'>A release for <b>"
     + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> is not available. 
Please choose another language from the alternative "
     + "download webpage.</a></p>" );
   }
   document.write( "</div>" );
-  // -->
+
+  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#tested-sdk' title='Get all source code tarballs and 
SDK to download'>"
+    + "<b>Source Code tarballs and SDK</b></a> | <br />");
+    if ( CHECKSUM_ASC ) {
+      document.write( "Signatures and Hashes: "
+      + "<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> | 
");
+    }
+    document.write( "<a href='../development/releases/" + VERSION + ".html'"
+    + "title='What is new, what has been improved in Apache OpenOffice " + 
VERSION
+    + "?'>Release Notes</a> | "
+    + "<a href='legacy/index.html' title='Get the legacy version 
OpenOffice.org 3.3.0'>Legacy Version</a></p>"
+  + "</div>" );
   </script>
 
   <p>&nbsp;</p>
@@ -90,17 +105,17 @@
     if ( navigator.userAgent.indexOf( "IceWeasel" ) != -1 )
       document.write( "<tr><td>navigator.UserAgent (with IceWeasel ?)  
</td><td>" + navigator.userAgent.indexOf( "IceWeasel" ) + "</td></tr>" );
 
-    document.write( "<tr><td><b>JavaScript functions and 
variables</b></td><td><b>Values</b></td></tr>" );
-    document.write( "<tr><td>Native language name                      
</td><td>" + NATIVE_LANG                                + "</td></tr>" );
-    document.write( "<tr><td>ISO code                                  
</td><td>" + LANG_ISO                                   + "</td></tr>" );
+    document.write( "<tr><td><b>JavaScript functions <br /> and 
variables</b></td><td><b>Values</b></td></tr>" );
+    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>Native platform name                      
</td><td>" + UI_PLATFORM                                + "</td></tr>" );
+    document.write( "<tr><td>Platform name                             
</td><td>" + UI_PLATFORM                                + "</td></tr>" );
     document.write( "<tr><td>Mirror platform name                      
</td><td>" + PLATFORM                                   + "</td></tr>" );
-    document.write( "<tr><td>Native file name                          
</td><td>" + FILENAME                                   + "</td></tr>" );
-    document.write( "<tr><td>Native file extension                     
</td><td>" + EXTENSION                                  + "</td></tr>" );
-    document.write( "<tr><td>Return value of getLink()                 
</td><td>" + getLink()                                  + "</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>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( "</tbody></table><br/><br/>" );
   </script>
 </div>


Reply via email to