User: timar   
Date: 2009-04-07 20:42:29+0000
Modified:
   hu/www/about-downloads.html

Log:
 hu2009.css

File Changes:

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

File [changed]: about-downloads.html
Url: 
http://hu.openoffice.org/source/browse/hu/www/about-downloads.html?r1=1.94&r2=1.95
Delta lines:  +63 -59
---------------------
--- about-downloads.html        2009-04-07 20:38:02+0000        1.94
+++ about-downloads.html        2009-04-07 20:42:27+0000        1.95
@@ -25,74 +25,78 @@
 <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>
-      <h1><em>Az ingyenes, szabad és nyílt forrású irodai csomag</em></h1>
+      <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 id="minilinks-hu">
-<p><a href="http://www.openoffice.org/search/";>Keresés</a> 
-- <a href="http://www.openoffice.org/servlets/StartPage";>Bejelentkezés</a>
-- <a href="http://www.openoffice.org/";>Nemzetközi honlap</a></p>
 </div>
 
-<div id="minitabs-hu">
-      <ul class="minitabs">
-         <li class="minitab search first_in_list">
-            <a class="tab" 
href="http://www.openoffice.org/search/";>Keresés</a>
-            <div class="tabcontent">
-               <form action="http://hu.openoffice.org/servlets/Search"; 
method="get">
-               <p>
-                    <input type="hidden" name="resultsPerPage" value="40" /> 
-                    <input type="text" name="query" size="10" id="searchfield" 
class="inputtext" />
-                    <input type="submit" class="searchbutton" name="Button" 
value="Keresés" />
-               </p>
-               </form>
-               <p><a href="http://www.openoffice.org/search/";>Speciális 
keresés</a></p>
+  <div id="headertools-hu">
+    <div id="tools-main">
+      <div id="language-projects">
+        <a id="language-projects-link" href="http://www.openoffice.org/"; 
title="OpenOffice.org nemzetközi főoldal" accesskey="2">www.OpenOffice.org</a>
+      </div>
+
+      <a class="user-icon" href="http://hu.openoffice.org/servlets/StartPage"; 
title="Bejelentkezés"></a><span id="user-nologin">Nincs bejelentkezve. <a 
id="register-link" class="register-link" 
href="http://hu.openoffice.org/servlets/Join"; accesskey="3">Regisztráció</a> 
vagy<a href="http://hu.openoffice.org/servlets/StartPage"; id="login-link" 
class="expand" onclick="toggleLogin(); if(SHOWLOGIN) { 
this.className='contract'; } else { this.className='expand'; } return false;" 
accesskey="4">Bejelentkezés</a></span>
             </div>
-         </li>
 
-         <li class="minitab lang">
-            <a class="tab" href="http://www.openoffice.org";>Nemzetközi 
honlap</a>
-            <div class="tabcontent">
-               <p>Az OpenOffice.org nemzetközi honlapján keresztül még 
több információ érhető el.<br>
-               <a href="http://www.openoffice.org/";>www.openoffice.org</a>.</p>
-            </div>
-         </li>
-
-         <li class="minitab login">
-            <a class="tab" 
href="http://www.openoffice.org/servlets/StartPage";>Bejelentkezés</a>
-            <div class="tabcontent">
-               <div id="loginbox-hu">
-               <form action="/servlets/TLogin" method="post">
+    <form name="login" action="/servlets/TLogin" method="post">  
+      <div id="login-expand">
+        <input type="hidden" name="detour" 
value="http://hu.openoffice.org/index.html"; />
                   <div>
-                  <p>
-                     <label for="loginID">Felhasználónév:</label> 
-                     <input type="text" alt="username" class="inputtext" 
name="loginID" id="loginID" />
-                  </p>
-                  <p>
-                     <label for="password">Jelszó:</label>
-                     <input type="password" alt="password" class="inputtext" 
name="password" id="password" />
-                  </p>
-                  <p>
-                     <input type="submit" class="loginbutton" name="Button" 
value="Bejelentkezés" />
-                     <input type="hidden" name="detour" 
value="http://hu.openoffice.org/new_index.html"; />
-                     <span id="joina-hu">   <a 
href="http://www.openoffice.org/servlets/Join";>Regisztrálás</a></span>
-                  </p>
+
+          <label for="loginID">felhasználónév</label>
+          <input id="loginID" name="loginID" onfocus="this.select();" />
                   </div>
-               </form>
+        <div>
+          <label for="password">jelszó</label>
+          <input onfocus="this.select();" name="password" id="password" 
type="password" />
             </div>
+        <input name="Button" class="submit" type="submit" 
value="Bejelentkezés" />
+
             </div>
-         </li>
-      </ul>
+    </form>
+    
+    <script type="text/javascript">
+      <!--
+      var SHOWLOGIN = false;
+
+      function toggleLogin() {
+        if (!SHOWLOGIN) {
+          SHOWLOGIN = true;
+          document.getElementById('login-expand').style.visibility = 'visible';
+          if(document.login.loginID.value.length > 0 && 
document.login.password.value.length > 0) {
+            document.login.Button.focus();
+          } else {
+            document.login.loginID.focus();
+          }
+        } else {
+          SHOWLOGIN = false;
+          document.getElementById('login-expand').style.visibility = 'hidden';
+        }
+      }
+      -->
+    </script>
+
+    
+    <form action="http://www.openoffice.org/servlets/Search"; method="get">
+
+        
+      <div id="search">
+        <input type="hidden" name="resultsPerPage" value="40" />
+        <a href="http://www.openoffice.org/search/"; title="Részletes 
keresés"></a><input type="text" name="query" id="searchfield" 
class="searchfield" value="" alt="Keresés" accesskey="5" /><input 
class="submit" type="submit" value="Keresés" />
+
+      </div>
+    </form>
    </div>
 
-</div>
+
 
 <div id="subheader-hu">
-   <div id="navigation-hu">
+   <div id="navigation-hu" class="navigation">
       <ul>
          <li id="maintabhome" class="plain"> <a 
href="http://hu.openoffice.org/index.html"; title="Ugrás a 
kezdőlapra"><span>Kezdőlap</span></a> </li>
          <li id="maintabnews" class="plain"> <a 
href="http://hup.hu/taxonomy/term/107"; title="Hírek az OpenOffice.org 
világából a Hungarian Unix Portal weboldalon"><span>Hírek</span></a> </li>
-         <li id="maintabdownload" class="plain"> <a 
href="about-downloads.html" title="Az OpenOffice.org 
letöltése"><span>Letöltés</span></a> </li>
+         <li id="maintabdownload" class="th"> <a href="about-downloads.html" 
title="Az OpenOffice.org letöltése"><span>Letöltés</span></a> </li>
          <li id="maintabsupport" class="plain"> <a 
href="http://user.services.openoffice.org/hu/forum/index.php"; 
title="OpenOffice.org Közösségi Fórum"><span>Fórum</span></a> </li>
          <li id="maintabdocumentation" class="plain"><a 
href="about-documentation.html" 
title="Dokumentáció"><span>Dokumentáció</span></a></li>
          <li id="maintabmypages" class="plain"><a 
href="http://www.openoffice.org/servlets/StartPage"; title="Bejelentkezett 
fejlesztők saját oldala"><span>Saját oldalak</span></a> </li>




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

Reply via email to