You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by r4...@apache.org on 2014/08/22 20:50:47 UTC

svn commit: r1619896 - /openoffice/ooo-site/trunk/content/test-hu/index.html

Author: r4zoli
Date: Fri Aug 22 18:50:47 2014
New Revision: 1619896

URL: http://svn.apache.org/r1619896
Log:
test-hu fix

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

Modified: openoffice/ooo-site/trunk/content/test-hu/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/test-hu/index.html?rev=1619896&r1=1619895&r2=1619896&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/test-hu/index.html (original)
+++ openoffice/ooo-site/trunk/content/test-hu/index.html Fri Aug 22 18:50:47 2014
@@ -7,11 +7,8 @@
     <meta name="p:domain_verify" content="bd1ba1fb9d25b0eb3d64891f89e9195e" /> 
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <link href="https://plus.google.com/+openoffice" rel="publisher" />
-    <title>Apache OpenOffice - The Free and Open Productivity Suite</title>
-    <script type="text/javascript" src="../download/globalvars.js"></script>
-    <script type="text/javascript" src="msg_prop_l10n_xx.js"></script>
-    <style type="text/css">
-    /* <![CDATA[ */
+    <title>Apache OpenOffice - Nyílt és ingyenes irodai programcsomag</title>
+     /* <![CDATA[ */
     /*-------------------- Exceptions on standard css -----------------------*/
     @import "../home.css";
     @import "../styles.css";
@@ -32,51 +29,7 @@
           window.open( "https://plus.google.com/+openoffice", "_blank" );
       }
 
-      function showAlertBox() {
-	// The text is defined in "/msg_prop_l10n.js".
-
-	// Show alert box or not?
-	if( l10n.index_alert_box_show ) {
-		// If no background color value was set then use the default value.
-		if( ! l10n.index_alert_box_background_color || l10n.index_alert_box_background_color === "" )
-			l10n.index_alert_box_background_color = "#FFD9A7";
-
-		// Show alert box with defined background color.
-		// Depending if link is available, make the whole DIV clickable or not.
-		if( l10n.index_alert_box_href ) {
-			// Show the text with link and cursor as poiner.
-			document.write( "<div id='alert_box' style='background: "
-			+ l10n.index_alert_box_background_color
-			+ "; ' onclick='window.open( \"" + l10n.index_alert_box_href
-			+ "\", \"_blank\" ); return false;'>" );
-
-			// Show headline.
-			document.write( "<h2 style='cursor: pointer;'>"
-			+ l10n.index_alert_box_headline_text + "</h2>" );
-
-			// Show text.
-			if( l10n.index_alert_box_text_text ) {
-				document.write( "<p style='cursor: pointer;'>"
-				+ l10n.index_alert_box_text_text + "</p>" );
-			}
-		} else {
-			// Show the text without link and normal cursor.
-			document.write( "<div id='alert_box' style='background: "
-			+ l10n.index_alert_box_background_color + "'>" );
-
-			// Show headline.
-			document.write( "<h2 style='cursor: default;'>"
-			+ l10n.index_alert_box_headline_text + "</h2>" );
-
-			// Show text.
-			if( l10n.index_alert_box_text_text ) {
-				document.write( "<p style='cursor: default;'>"
-				+ l10n.index_alert_box_text_text + "</p>" );
-			}
-		}
-		document.write( "</div>" ); // Alert box
-	}
-      }
+     
     </script>
 </head>