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

svn commit: r920169 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/test-hu/index.html

Author: buildbot
Date: Fri Aug 22 18:52:49 2014
New Revision: 920169

Log:
Staging update by buildbot for ooo-site

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/test-hu/index.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Aug 22 18:52:49 2014
@@ -1 +1 @@
-1619875
+1619896

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Aug 22 18:52:49 2014
@@ -1 +1 @@
-1619875
+1619896

Modified: websites/staging/ooo-site/trunk/content/test-hu/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/test-hu/index.html (original)
+++ websites/staging/ooo-site/trunk/content/test-hu/index.html Fri Aug 22 18:52:49 2014
@@ -9,11 +9,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";
@@ -34,51 +31,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>
 
 <!--#include virtual="/google-analytics.js" -->