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/07/24 00:24:46 UTC

svn commit: r1506339 - /openoffice/ooo-site/trunk/content/es/descargar/index.html

Author: marcus
Date: Tue Jul 23 22:24:45 2013
New Revision: 1506339

URL: http://svn.apache.org/r1506339
Log:
Deleted old code

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

Modified: openoffice/ooo-site/trunk/content/es/descargar/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/es/descargar/index.html?rev=1506339&r1=1506338&r2=1506339&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/es/descargar/index.html (original)
+++ openoffice/ooo-site/trunk/content/es/descargar/index.html Tue Jul 23 22:24:45 2013
@@ -46,14 +46,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;\">" );
@@ -63,19 +55,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;\">" );
@@ -84,24 +63,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'>"