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 2014/07/05 19:22:43 UTC

svn commit: r1608071 - /openoffice/ooo-site/trunk/content/it/download/index.html

Author: marcus
Date: Sat Jul  5 17:22:43 2014
New Revision: 1608071

URL: http://svn.apache.org/r1608071
Log:
Updated JS functions and colored boxes

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=1608071&r1=1608070&r2=1608071&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/it/download/index.html (original)
+++ openoffice/ooo-site/trunk/content/it/download/index.html Sat Jul  5 17:22:43 2014
@@ -4,11 +4,11 @@
   <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="../../download/globalvars.js"></script>
+  <script type="text/javascript" src="msg_prop_l10n_it.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="msg_prop_l10n_it.js"></script>
-  <script type="text/javascript" src="../../download/download.js"></script>
   <script type="text/javascript" src="../../download/boxed_download.js"></script>
+  <script type="text/javascript" src="../../download/download.js"></script>
   <style type="text/css">
   /* <![CDATA[ */
   /*-------------------- Exceptions on standard css -----------------------*/
@@ -16,6 +16,11 @@
   @import "../../download/exceptions.css";
   /* ]]> */
   </style>
+  <script>
+    if ( window.document.referrer.indexOf( "shell.windows.com" ) != -1 ) {
+       location.href = "http://www.openoffice.org/why/why_odf.html";
+    }
+  </script>
 </head>
 
 <body>
@@ -34,10 +39,11 @@
 
 <!-- Green: Stable release: No JavaScript enabled -->
   <noscript>
-  <div class="button green" id="optionitem1" onclick="openItem('optionitem1','/download/other.html#tested-full'); return false;">
-    <h2><a href="/download/other.html" title="Al">
+  <div class="button green-sel" id="optionitem1" onclick="openItem('optionitem1','http://www.apache.org/dyn/aoo-closer.cgi/openoffice/'); return false;">
+    <div class="green-sel-icon"></div>
+    <h2><a href="http://www.apache.org/dyn/aoo-closer.cgi/openoffice/" title="Al">
     Download Apache OpenOffice</a></h2>
-    <p><a href="http://www.apache.org/dyn/closer.cgi">
+    <p><a href="http://www.apache.org/dyn/aoo-closer.cgi/openoffice/">
     Questa pagina utilizza JavaScript.<br/> Attivare JavaScript oppure scaricare direttamente da
     http://www.apache.org/dyn/closer.cgi (rete dei mirror di Apache).
     </a></p>
@@ -47,6 +53,7 @@
 <!-- Blue: Extensions -->
   <div class="button blue" id="optionitem3" onclick="openItem('optionitem3','http://extensions.openoffice.org');
     return false;">
+    <div class="blue-icon"></div>
     <h2><a href="http://extensions.openoffice.org"
     title="Funzionalit&agrave; aggiuntive per il programma">Estensioni per Apache OpenOffice</a></h2>
     <p><a href="http://extensions.openoffice.org"
@@ -57,6 +64,7 @@
   <!-- Blue: Templates -->
   <div class="button blue" id="optionitem4" onclick="openItem('optionitem4','http://templates.openoffice.org/it');
     return false;">
+    <div class="blue-icon"></div>
     <h2><a href="http://templates.openoffice.org/it"
     title="Modelli di documento aggiuntivi">Modelli per Apache OpenOffice</a></h2>
     <p><a href="http://templates.openoffice.org/it"
@@ -70,6 +78,7 @@
   var DEV_LINK = "https://cwiki.apache.org/confluence/display/OOOUSERS/Development+Snapshot+Builds";
   document.write( "<div class=\"button orange\" id=\"optionitem5\" onclick=\"openItem('optionitem5','" + DEV_LINK + "');"
     + "return false;\">"
+    + "<div class='orange-icon'></div>"
     + "<h2><a href='" + DEV_LINK + "' title='Versioni di sviluppo pi&ugrave; recenti'>"
     + "Versioni di sviluppo di Apache OpenOffice</a></h2>" );
     document.write( "<p><a href='" + DEV_LINK + "'"
@@ -85,6 +94,7 @@
 <!-- Red: Developer Snapshots: No JavaScript enabled -->
   <noscript>
   <div class="button orange" id="optionitem5" onclick="openItem('optionitem5','https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+3.4+Unofficial+Developer+Snapshots'); return false;">
+    <div class="orange-icon"></div>
     <h2><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/Development+Snapshot+Builds"
     title="Versioni di sviluppo pi&ugrave; recenti">
     Versioni di sviluppo di Apache OpenOffice</a></h2>
@@ -278,7 +288,8 @@
     <li><a href="http://forum.openoffice.org/it/forum/">Forum di supporto</a></li>
   </ul>
 
-	<h3>Tutte le piattaforme</h3>
+<!-- Commented out: With the new download box there is no need anymore to show direct links to installation files
+  <h3>Tutte le piattaforme</h3>
   <ul>
     <li><a href="http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.0/binaries/it/Apache_OpenOffice_4.1.0_Win_x86_install_it.exe/download">Versione Windows</a></li>
     <li><a href="http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.0/binaries/it/Apache_OpenOffice_4.1.0_MacOS_x86-64_install_it.dmg/download">Versione Mac OS X (10.7 e seguenti)</a></li>
@@ -287,6 +298,7 @@
     <li><a href="http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.0/binaries/it/Apache_OpenOffice_4.1.0_Linux_x86-64_install-deb_it.tar.gz/download">Versione Linux 64-bit DEB</a></li>
     <li><a href="http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.0/binaries/it/Apache_OpenOffice_4.1.0_Linux_x86-64_install-rpm_it.tar.gz/download">Versione Linux 64-bit RPM</a></li>
   </ul>
+-->
 
   <h3>Per contribuire al progetto</h3>
   <ul>
@@ -295,10 +307,12 @@
     <li><a href="http://openoffice.apache.org/get-involved.html">Come aiutare il progetto</a> (in inglese)</li>
   </ul>
 
+  <br />
+
   <div id="SupportedAndSupporters">
     <a href="http://validator.w3.org/check?uri=http://www.openoffice.org/it/download/index.html"
     title="W3C Markup Validation Service - Check the markup (HTML, XHTML, ...) of Web documents">
-    <img src="http://www.w3.org/Icons/valid-xhtml10-blue.png"
+    <img src="/images/valid-xhtml10-blue.png"
     alt="W3C Markup Validation Service - Check the markup (HTML, XHTML, ...) of Web documents"/></a>
   </div>
 </div>