Author: buildbot
Date: Tue Jul 23 22:25:16 2013
New Revision: 870897

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/es/descargar/index.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jul 23 22:25:16 2013
@@ -1 +1 @@
-1506337
+1506339

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jul 23 22:25:16 2013
@@ -1 +1 @@
-1506337
+1506339

Modified: websites/staging/ooo-site/trunk/content/es/descargar/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/es/descargar/index.html (original)
+++ websites/staging/ooo-site/trunk/content/es/descargar/index.html Tue Jul 23 
22:25:16 2013
@@ -61,14 +61,6 @@
   var LINK        = getLink();
 
   if ( hasMirrorLink() ) {
-/*
-    document.write( "<div class=\"first button green\" id=\"optionitem1\" 
onclick=\"openItem('optionitem1','"
-    + LINK + "');" + "return false;\">" );
-    document.write( "<h2><a href='" + LINK + "' title='" + LINK + "'>Descargar 
Apache OpenOffice " + VERSION + "</a></h2>"
-    + "<p><a href='" + LINK + "' title='" + LINK + "'>Haga clic para descargar 
la m&aacute;s reciente versi&oacute;n para "
-    + getPlatform( SCHEMA ) + " y " + getLanguage( NL_LANGUAGE ) + "."
-    + "<br/></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;\">" );
@@ -78,19 +70,6 @@
     + " - Build ID " + BUILD + " - SVN " + SVN_REV + "'>Haga clic para 
descargar la m&aacute;s reciente versi&oacute;n para "
     + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + 
"</b>.</a></p>");
   } else {
-    // dump SF download and redirect to NL webpage (see URLs in 
"languages.js") if no mirror link (hasMirrorLink() == false)
-    // Get first the array data for NL_LANGUAGE and then the redirect link 
from the array data
-/*
-    var a = getArray( NL_LANGUAGE );
-    var OLANG = a[ 2 ];
-    var OLINK = a[ 3 ];
-
-    document.write( "<div class=\"first button green\" id=\"optionitem1\" 
onclick=\"openItem('optionitem1','"
-    + OLINK + "');" + "return false;\">" );
-    document.write( "<h2><a href='" + OLINK + "' title='" + OLINK + 
"'>Descargar Apache OpenOffice " + VERSION + "</a></h2>"
-    + "<p><a href='" + OLINK + "' title='" + OLINK + "'>No hay ningua 
versi&oacute;n actual disponible para el idioma " + OLANG + ". "
-    + "Seleccione por favor alg&uacute;n otro idioma de la p&aacute;gina 
alternativa de descargas.</a></p>" );
-*/
     // Download from an alternative webpage if hasMirrorLink() == false.
     document.write( "<div class=\"first button green\" id=\"optionitem1\" 
onclick=\"openItem('optionitem1','"
     + LANG_ARRAY[ 3 ] + "');" + "return false;\">" );
@@ -99,24 +78,9 @@
     + "<p><a href='" + LANG_ARRAY[ 4 ] + "' title='" + LANG_ARRAY[ 4 ] + "'>A 
release for "
     + "<b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> is not 
available. "
     + "Seleccione por favor alg&uacute;n otro idioma de la p&aacute;gina 
alternativa de descargas.</a></p>" );
-
   }
   document.write( "</div>" );
-/*
-  document.write( "<div class=\"sub-green\">"
-    + "<p><a href='/download/other.html' title='Obtenga todas las plataformas, 
fuentes, idiomas, paquetes de idiomas disponibles para descargar'>"
-    + "<b>Todas las plataformas, fuentes, idiomas, paquetes de idiomas</b></a> 
| "
-    + "<a href='/download/other.html#tested-sdk' title='Obtenga todos los 
paquetes de c&oacute;digo fuente y SDK disponibles para descargar'>"
-    + "<b>C&oacute;digo fuente y SDK</b></a> | <br />"
-    + "Firmas y Hashes: "
-    + "<a href='" + apache_getChecksum( VERSION, NL_LANGUAGE, SCHEMA, "asc" ) 
+ "' + title='Firma ASC'>ASC</a> , "
-    + "<a href='" + apache_getChecksum( VERSION, NL_LANGUAGE, SCHEMA, "md5" ) 
+ "' + title='Hash MD5'>MD5</a> , "
-    + "<a href='" + apache_getChecksum( VERSION, NL_LANGUAGE, SCHEMA, "sha256" 
) + "' + title='Hash SHA256'>SHA256</a> | "
-    + "<a href='/development/releases/" + VERSION + ".html'"
-    + "title='&iquest;Qu&eacute; hay de nuevo, qu&eacute; ha sido mejorado en 
Apache OpenOffice " + VERSION + "?'>Notas del lanzamiento</a> | "
-    + "<a href='/download/legacy/index.html' title='Obtenga la versi&oacute;n 
anterior OpenOffice.org 3.3.0'>Versiones Anteriores</a></p>"
-  + "</div>" );
-*/
+
   // Show some helpful links for SDK, source, checksums, release notes, legacy 
version.
   document.write( "<div class=\"sub-green\">"
     + "<p><a href='/download/other.html' title='Obtenga todas las plataformas, 
fuentes, idiomas, paquetes de idiomas disponibles para descargar'>"


Reply via email to