User: timar   
Date: 2009-04-07 19:58:04+0000
Modified:
   hu/www/index2.html

Log:
 hu2009.css

File Changes:

Directory: /hu/www/
===================

File [changed]: index2.html
Url: http://hu.openoffice.org/source/browse/hu/www/index2.html?r1=1.15&r2=1.16
Delta lines:  +41 -1
--------------------
--- index2.html 2009-04-07 18:57:55+0000        1.15
+++ index2.html 2009-04-07 19:58:02+0000        1.16
@@ -5,6 +5,43 @@
       <link rel="stylesheet" type="text/css" href="/branding/css/home.css" 
media="screen" />
       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
       <title>OpenOffice.org magyarul</title>
+<script type="text/javascript" 
src="http://download.openoffice.org/languages.js";></script>
+<script type="text/javascript" 
src="http://download.openoffice.org/download.js";></script>
+
+<script type="text/javascript">
+<!--
+var VERSION = "3.0.1";
+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 ) + 
"'>Letöltés</a></h3><p>Az OpenOffice.org " + VERSION + " letöltése " + 
getPlatform() + " platformra " + getLanguage() + "nyelven</p>";
+  } else {
+    newHTML += "<h3><a href='"+ getLink( VERSION ) + 
"'>Letöltés</a></h3><p>Az OpenOffice.org " + VERSION + " letöltése " + 
getPlatform() + " platformra (" + getLanguage() + ")</p>";
+  }
+  newHTML += "</div><p class=\"options\"><a title=\"letöltés más nyelven 
vagy ms platformra\" onclick=\"document.location = this.href; return false;\" 
href=\"http://download.openoffice.org/other.html#"; + getLanguageISO() + 
"\">Letöltés más nyelvre vagy más platformra</a>, <a title='CD-ROM 
megrendelése' onclick=\"document.location = this.href; return false;\" 
href='http://distribution.openoffice.org/cdrom/index.html#cdrom'>CD-ROM 
megrendelése</a> vagy <a title='P2P letöltés' onclick=\"document.location = 
this.href; return false;\" href='http://distribution.openoffice.org/p2p/'>P2P 
letöltés</a></p></div>";
+  downloadCont.innerHTML = newHTML;
+}
+
+function hideDownload() {
+  var downloadCont = document.getElementById("action-download-extra");
+  var newHTML = "";
+  downloadCont.innerHTML = newHTML;
+}
+//-->
+</script>
    <!-- End Hungarian header -->
    </head>
    <body>
@@ -26,9 +63,10 @@
 <div id="nonfooter-hu"><!-- closed in footer -->
 <div id="header-hu">
    <div id="positioner-hu">
-      <a href="http://hu.openoffice.org/";><img 
src="/branding/images/bannerlogo.png" alt="OpenOffice.org" /></a>
+      <a id="header-logo" href="http://www.openoffice.org/"; accesskey="1" 
title="Ugrás az OpenOffice.org honlapra"></a>
       <h1 id="positioner-text">Az ingyenes, szabad és nyílt forrású irodai 
csomag</h1>
    </div>
+</div>
 
   <div id="headertools-hu">
     <div id="tools-main">
@@ -125,6 +163,8 @@
       </div></div>
     </li>
 
+<li><hr /></li>
+
     <li>
       <div class="action-download" onclick="writeDownloadBox();return false;">
         <h2><a href="about-downloads.html">Le akarom tölteni az 
OpenOffice.org-ot</a></h2>




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to