Author: marcus
Date: Tue Jul 23 20:17:06 2013
New Revision: 1506256
URL: http://svn.apache.org/r1506256
Log:
Fixed the errors for the Italian download webpage
Modified:
openoffice/ooo-site/trunk/content/it/download/index.html
Modified: openoffice/ooo-site/trunk/content/it/download/index.html
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/it/download/index.html?rev=1506256&r1=1506255&r2=1506256&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/it/download/index.html (original)
+++ openoffice/ooo-site/trunk/content/it/download/index.html Tue Jul 23
20:17:06 2013
@@ -1,29 +1,19 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html xmlns="http://www.w3.org/1999/xhtml" />
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Apache OpenOffice - OpenOffice.org - Download (sito ufficiale)</title>
- <!-- <script type="text/javascript" src="globalvars.js"></script> -->
- <!-- <script type="text/javascript" src="download.js"></script> -->
- <!-- <script type="text/javascript" src="download_bouncer.js"></script> -->
- <!-- <script type="text/javascript" src="globalvars_new_dl.js"></script> -->
- <!-- <script type="text/javascript" src="download_new_dl.js"></script> -->
- <!-- <script type="text/javascript"
src="download_new_mirrorbrain.js"></script> -->
- <!-- <script type="text/javascript" src="languages_new_dl.js"></script> -->
- <script type="text/javascript" src="/download/globalvars.js"></script>
- <!-- <script type="text/javascript"
src="/download/globalvars_improved.js"></script> -->
- <script type="text/javascript" src="/download/download_improved.js"></script>
- <script type="text/javascript"
src="/download/download_mirrorbrain_improved.js"></script>
- <script type="text/javascript"
src="/download/languages_improved.js"></script>
- <script type="text/javascript" src="/scripts/entourage.js"></script>
+ <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="../../scripts/entourage.js"></script>
<style type="text/css">
/* <![CDATA[ */
/*-------------------- Exceptions on standard css -----------------------*/
- @import "/download/styles.css";
- @import "/download/exceptions.css";
+ @import "../../download/styles.css";
+ @import "../../download/exceptions.css";
/* ]]> */
</style>
-
</head>
<body>
@@ -36,46 +26,48 @@
// Set a specific language ISO code to force to assemble a certain localized
build as download URL
var NL_LANGUAGE = "it";
// Get the download URL
- var LINK = getLink( VERSION, NL_LANGUAGE, MIRROR, SCHEMA );
+ var LINK = getLink();
- if ( hasMirrorLink( NL_LANGUAGE ) ) {
+ if ( hasMirrorLink() ) {
+ // 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 + "'>Fare clic per scaricare
l'ultima versione per "
- + getPlatform( SCHEMA ) + " in " + getLanguage( NL_LANGUAGE ) + "."
- + "<br/></p>" );
+ document.write( "<h2><a href='" + LINK + "' title='Version " + VERSION + "
- Milestone " + MILESTONE
+ + " - 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 + "'>Fare clic per
scaricare l'ultima versione per "
+ + "<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 ];
-
+ // Download from an alternative webpage if hasMirrorLink() == false.
document.write( "<div class=\"first button green\" id=\"optionitem1\"
onclick=\"openItem('optionitem1','"
- + OLINK + "');" + "return false;\">" );
- document.write( "<h2><a href='" + OLINK + "' title='" + OLINK +
"'>Download Apache OpenOffice " + VERSION + "</a></h2>"
- + "<p><a href='" + OLINK + "' title='" + OLINK + "'>Non ci sono versioni
aggiornate per la lingua: " + OLANG + ". "
+ + LANG_ARRAY[ 3 ] + "');" + "return false;\">" );
+ 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. "
+ "Scegliere una lingua diversa nella pagina con tutte le piattaforme e le
lingue.</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='Ulteriori piattaforme, lingue,
language packs'>"
+ "<b>Ulteriori piattaforme, lingue, language packs</b></a> | "
- + "<a href='/download/other.html#tested-sdk' title='Codice sorgente e
SDK'>"
- + "<b>Codice sorgente e SDK</b></a> | <br />"
- + "Checksum di controllo: "
- + "<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, "sha1" )
+ "' + title='Hash SHA1'>SHA1</a> , "
- + "<a href='" + apache_getChecksum( VERSION, NL_LANGUAGE, SCHEMA, "sha512"
) + "' + title='Hash SHA512'>SHA512</a> | "
- + "<a
href='http://www.openoffice.org/it/stampa/comunicati/aoo34.html'>Annuncio</a> |
"
- + "<a
href='https://cwiki.apache.org/OOOUSERS/aoo-34-release-notes-in-italian.html' "
+ + "<a href='/download/other.html#source' title='Codice sorgente e SDK'>"
+ + "<b>Codice sorgente e SDK</b></a> | <br />");
+ // If checksum URLs are available, then show them, otherwise not
+ if ( CHECKSUM_ASC ) {
+ document.write( "Checksum di controllo: "
+ + "<a href='" + CHECKSUM_KEYS + "' + title='Firma KEYS'>KEYS</a> , "
+ + "<a href='" + CHECKSUM_ASC + "' + title='Firma ASC'>ASC</a> , "
+ + "<a href='" + CHECKSUM_MD5 + "' + title='Hash MD5'>MD5</a> , "
+ + "<a href='" + CHECKSUM_SHA256 + "' + title='Hash SHA256'>SHA256</a> |
");
+ }
+ document.write( "<a
href='https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.0+Release+Notes'"
+ "title='Caratteristiche e novità'>Caratteristiche e
novità</a> | "
+ "<a href='/download/legacy/index.html' title='Versioni
precedenti'>Versioni precedenti</a></p>"
+ "</div>" );
-
+
entourage.initialize();
//-->
</script>