Author: buildbot
Date: Mon Jun 23 00:55:23 2014
New Revision: 913307
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/ast/download/index.html
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jun 23 00:55:23 2014
@@ -1 +1 @@
-1604658
+1604670
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jun 23 00:55:23 2014
@@ -1 +1 @@
-1604658
+1604670
Modified: websites/staging/ooo-site/trunk/content/ast/download/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/ast/download/index.html (original)
+++ websites/staging/ooo-site/trunk/content/ast/download/index.html Mon Jun 23
00:55:23 2014
@@ -8,6 +8,9 @@
<script type="text/javascript" src="/download/globalvars.js"></script>
<script type="text/javascript" src="/download/download.js"></script>
<script type="text/javascript" src="/download/languages.js"></script>
+ <script type="text/javascript" src="/download/release_matrix.js"></script>
+ <script type="text/javascript" src="/download/boxed_download.js"></script>
+ <script type="text/javascript" src="msg_prop_l10n_ast.js"></script>
<style type="text/css">
/* <![CDATA[ */
/*-------------------- Exceptions on standard css -----------------------*/
@@ -50,94 +53,57 @@
-<div class="optionset">
+<div class="overall_optionset">
- <!-- 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 = "ast";
- // Get the download URL
- var LINK = getLink();
-
- if ( hasMirrorLink() ) {
- /*
- if ( LINK.toLowerCase().indexOf( "other" ) ) {
- // 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','"
- + LINK + "');" + "return false;\">" );
- document.write( "<h2><a href='" + LINK + "' title='" + LINK +
"'>Descargar Apache OpenOffice " + VERSION + "</a></h2>"
- + "<p><a href='" + LINK + "' title='" + LINK + "'>Calque equà pa la
versión más nueva pa "
- + "<b>" + UI_PLATFORM + "</b> y <b>" + LANG_ARRAY[ 2 ] +
"</b>.</a></p><br />");
- } else {
- */
- // 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='Version " + VERSION +
" - Milestone " + MILESTONE
- + " - Build ID " + BUILD + " - SVN " + SVN_REV + "'>Descargar Apache
OpenOffice " + VERSION + "</a></h2>"
- + "<p><a href='" + LINK + "' title='Version " + VERSION + " - Milestone
" + MILESTONE
- + " - Build ID " + BUILD + " - SVN " + SVN_REV + "'>Calque equà pa la
versión más nueva pa "
- + "<b>" + UI_PLATFORM + "</b> y <b>" + LANG_ARRAY[ 2 ] +
"</b>.</a></p>");
- // }
- } else {
- // 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;\">" );
- document.write( "<h2><a href='" + LANG_ARRAY[ 4 ] + "' title='" +
LANG_ARRAY[ 4 ] + "'>"
- + "Descargar Apache OpenOffice " + VERSION + "</a></h2>"
- + "<p><a href='" + LANG_ARRAY[ 4 ] + "' title='" + LANG_ARRAY[ 4 ] +
"'>Nun ta disponible "
- + "una versión pa <b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] +
")</b>. Por favor, "
- + "escueya otra llingua na páxina de descargues alternativa.</a></p>" );
- }
- document.write( "</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='Ver toles plataformes,
llingües, y paquetes d'idioma pa descargar'>"
- + "<b>Ver toles plataformes, llingües, y paquetes d'idioma</b></a> | "
- + "<a href='/download/other.html#source' title='Ver tolos archivos tar col
códigu fonte y SDK pa descargar'>"
- + "<b>Archivos tar de códigu fonte y SDK</b></a> | <br />");
- if ( CHECKSUM_ASC ) {
- document.write( "Firmes y 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> |
");
- }
- document.write( "<a
href='https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=33296031'"
- + "title='¿Qué hai de nuevo y qué ameyoró en Apache OpenOffice " +
VERSION + "?'>Notes de llanzamientu</a> | "
- + "<a href='/download/legacy/index.html' title='Baxar la versión antigua
OpenOffice.org 3.3.0'>Versión antigua</a></p>"
- + "</div>" );
+ <div class="optionset">
- entourage.initialize();
- //-->
- </script>
+ <!-- Text above the first colored box -->
+ <script type="text/javascript">
+ <!--
+ // The text in the H1 tag is intentionally shown as "display: none" (do
not display).
+ // This is to please accessibility tools like a screen reader.
+ document.write( "<h1 style='display: none;'>" +
l10n_download_headline_text + "</h1>" );
+ //-->
+ </script>
+
+ <!-- Green: Stable release -->
+ <!-- Download via select boxes -->
+ <script type="text/javascript">
+ <!--
- <!-- Green: Stable release: No JavaScript enabled -->
- <noscript>
- <div class="button green" id="optionitem1"
onclick="openItem('optionitem1','other.html'); return false;">
- <h2><a href="/download/other.html" title="Seleicione otres plataformes y
llingües pa descargar">
- Descargar Apache OpenOffice</a></h2>
- <p><a href="/download/other.html" title="Seleicione otres plataformes y
llingües pa descargar">
- Necesita activar JavaScript pa beneficiase completamente d'esta seición
de descargues. Anguaño paez
- que nun ta activáu. Faiga click nesti testu pa usar la páxina web
alternativa pa seleicionar
- la plataforma y llingua favorites.</a></p>
- </div>
- <div class="sub-green">
- <p><a href="/download/other.html" title="Ver toles plataformes, llingües
y paquetes d'idioma pa descargar">
- <b>Ver toles plataformes, llingües, y paquetes d'idioma</b></a> |
- <a href="/download/other.html#source" title="Ver tolos archivos tar col
códigu fonte y SDK pa descargar">
- <b>Archivos tar de códigu fonte y SDK</b></a> | <br />
- <a href="/download/other.html" title="Sumes de comprobación pa Apache
OpenOffice">Firmes y Hashes</a> |
- <a href="/development/releases/index.html"
- title="¿Qué hai de nuevo y qué ameyoró en Apache OpenOffice?">Notes de
llanzamientu</a> |
- <a href="/download/legacy/index.html" title="Baxar la versión antigua
OpenOffice.org 3.3.0">Versión antigua</a></p>
- </div>
- </noscript>
+ // Set a specific language ISO code to force to assemble a certain
localized build as download link.
+ // Changed: The variable can now be found in the
"msg_prop_l10n_<ISO_code>.js".
+
+ // Get the download box from a separate file.
+ createDownloadBox();
- <!-- Light Blue: Share download with social networks -->
- <div class="button lightblue" id="optionitem2">
+ // Fill the select boxes and wait for the user's choice.
+ init( 1 );
+
+ entourage.initialize();
+
+ //-->
+ </script>
+
+ <!-- Green: Stable release: No JavaScript enabled -->
+ <noscript>
+ <div class="button green" id="optionitem2">
+ <h2>
+ <a>Download Apache OpenOffice</a>
+ </h2>
+ <p>
+ <a style="cursor: pointer;"
href="http://www.apache.org/dyn/aoo-closer.cgi/openoffice/"
+ title="Select from all platforms, languages, language packs to
download">The browser seems to have JavaScript
+ disabled. This technique is used for showing the actual download link.
If you want to download Apache OpenOffice
+ anyway, click this text to choose from the alternative download webpage.
+ Our apologies for the inconvenience.
+ </a>
+ </p>
+ </div>
+ </noscript>
+
+<!-- Light Blue: Share download with social networks -->
+ <div class="button lightblue" id="optionitem4">
<h2><a style="cursor: default;" title="Ayude a correr la voz y fale a les
amistaes sobre Apache OpenOffice">Ayude a correr la voz</a></h2>
<p style="cursor: default;" id="ShareDownloadLinks">
<a style="cursor: default;" title="Ayude a correr la voz y fale a les
amistaes sobre Apache OpenOffice">Por favor, fale a les amistaes sobre Apache
OpenOffice.</a>
@@ -151,7 +117,7 @@
</div>
<!-- Blue: Extensions -->
- <div class="button blue" id="optionitem3"
onclick="openItem('optionitem3','http://extensions.openoffice.org');
+ <div class="button blue" id="optionitem5"
onclick="openItem('optionitem3','http://extensions.openoffice.org');
return false;">
<h2><a href="http://extensions.openoffice.org"
title="Escoyer ente un bon rangu de funciones adicionales ya
individuales">Ver estensiones y diccionarios pa Apache OpenOffice</a></h2>
@@ -161,7 +127,7 @@
</div>
<!-- Blue: Templates -->
- <div class="button blue" id="optionitem3_1"
onclick="openItem('optionitem3_1','http://templates.openoffice.org');
+ <div class="button blue" id="optionitem6"
onclick="openItem('optionitem3_1','http://templates.openoffice.org');
return false;">
<h2><a href="http://templates.openoffice.org"
title="Escoyer ente un bon rangu de documentos adicionales ya
individuales">Ver plantÃes pa Apache OpenOffice</a></h2>
@@ -248,6 +214,11 @@
</div>
</div>
+
+
+</div> <!-- class: overall_optionset -->
+
+
</div>
<!--#include virtual="/footer.html" -->