Author: kschenk
Date: Mon Jun 23 00:55:43 2014
New Revision: 1604672

URL: http://svn.apache.org/r1604672
Log:
Changes to index page to use new DL page in download/.


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

Modified: openoffice/ooo-site/trunk/content/ast/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/ast/index.html?rev=1604672&r1=1604671&r2=1604672&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/ast/index.html (original)
+++ openoffice/ooo-site/trunk/content/ast/index.html Mon Jun 23 00:55:43 2014
@@ -11,86 +11,11 @@
   <link rel="shortcut icon" type="image/x-icon" 
href="http://www.openoffice.org/branding/images/favicon.ico"/>
   <link rel="alternate" href="http://planet.services.openoffice.org/atom.xml"; 
title="" type="application/atom+xml"/>
   <link rel="stylesheet" type="text/css" href="estils/home.css" 
media="screen"/>
-  <script type="text/javascript" src="js/languages.js"></script>
-  <script type="text/javascript" src="js/download.js"></script>
+  
   <script type="text/javascript">
 
-<!--
-
-var VERSION = "3.1.0";
-
-var SHOWDOWNLOAD = false;
-
-
-
-
-
-function toggleDownload() {
-
-  if (!SHOWDOWNLOAD) {
-
-    SHOWDOWNLOAD = true;
-
-    showDownload();
-
-  } else {
-
-    SHOWDOWNLOAD = false;
-
-    hideDownload();
-
-  }
-
-}
-
-
-
-
-
-function showDownload() {
-
-  var downloadCont = document.getElementById("action-download-extra");
-
-  var newHTML = "<div id=\"buttonwrap\"><div id=\"downloadbutton\" 
onclick=\"openItem('optionitem1','" + getLink( VERSION ) + "');return 
false;\">";
-
 
 
-  if ( hasBouncerLink() ) {
-
-    newHTML += "<h3><a href='"+ getLink( VERSION ) + "'>Download 
now!</a></h3><p>Start downloading OpenOffice.org " + VERSION + " for " + 
getPlatform() + " in " + getLanguage() + "<br/>(Java runtime, JRE, included for 
all OS versions except Linux Deb and Mac)</p>";
-
-  } else {
-
-    newHTML += "<h3><a href='"+ getLink( VERSION ) + "'>Download 
now!</a></h3><p>OpenOffice.org " + VERSION + " for " + getPlatform() + " (" + 
getLanguage() + ")</p>";
-
-  }
-
-
-
-  newHTML += "</div><p class=\"options\">Get <a title=\"get other laguages, 
platforms, non-JRE options to download\" onclick=\"document.location = 
this.href; return false;\" href=\"http://download.openoffice.org/other.html#"; + 
getLanguageISO() + "\">more platforms,  languages, non-JRE versions</a>, <a 
title='Order CD-ROM' onclick=\"document.location = this.href; return false;\" 
href='http://distribution.openoffice.org/cdrom/index.html#cdrom'>order 
CD-ROM</a>, or <a title='P2P downloads' onclick=\"document.location = 
this.href; return false;\" href='http://distribution.openoffice.org/p2p/'>P2P 
downloads</a></p></div>";
-
-  downloadCont.innerHTML = newHTML;
-
-}
-
-
-
-function hideDownload() {
-
-  var downloadCont = document.getElementById("action-download-extra");
-
-  var newHTML = "";
-
-  downloadCont.innerHTML = newHTML;
-
-}
-
-
-
-//-->
-
-</script>
-
 
 </head><body>
 
@@ -127,9 +52,14 @@ function hideDownload() {
 
     <li><div class="action-download"><div class="action-text action-link">
 
-    <h2><a name="content" 
href="http://wiki.softastur.org/OpenOffice.org/Descargues";>Baxar 
OpenOffice.org</a></h2>
+    <!--<h2><a name="content" 
href="http://wiki.softastur.org/OpenOffice.org/Descargues";>Baxar 
OpenOffice.org</a></h2>-->
+    
+    <h2><a name="content" href="download">Baxar OpenOffice.org</a></h2>
+    
 
-    <p><a href="http://wiki.softastur.org/OpenOffice.org/Descargues";>Baxalu de 
baldre, pa tolos sistemes operativos</a></p>
+    <!--<p><a 
href="http://wiki.softastur.org/OpenOffice.org/Descargues";>Baxalu de baldre, pa 
tolos sistemes operativos</a></p>-->
+    
+    <p><a href="/download/test/index_k.html?NL_LANG=ast">Baxalu de baldre, pa 
tolos sistemes operativos</a></p>
 
     </div></div></li>
     


Reply via email to