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 2016/07/24 14:37:22 UTC

svn commit: r993584 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/msg_prop_l10n.js

Author: buildbot
Date: Sun Jul 24 14:37:22 2016
New Revision: 993584

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/msg_prop_l10n.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Jul 24 14:37:22 2016
@@ -1 +1 @@
-1753927
+1753929

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Jul 24 14:37:22 2016
@@ -1 +1 @@
-1753927
+1753929

Modified: websites/staging/ooo-site/trunk/content/msg_prop_l10n.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/msg_prop_l10n.js (original)
+++ websites/staging/ooo-site/trunk/content/msg_prop_l10n.js Sun Jul 24 14:37:22 2016
@@ -16,25 +16,25 @@ var l10n = new Object();
 
 // Graphic, text and links to show inside the event box.
 									// "true" = Show the box, "false" = Do not show.
-l10n.index_event_box_show			= false;
+l10n.index_event_box_show			= true;
 									// Logo graphic.
-l10n.index_event_box_graphic_src		= "http://www.apache.org/ads/ApacheCon/2015-na-234x60.png";
+l10n.index_event_box_graphic_src		= "http://apachecon.com/images/apache/apachecon_eu.png";
 									// Alternative text for the graphic.
-l10n.index_event_box_graphic_alt		= "ApacheCon 2015";
+l10n.index_event_box_graphic_alt		= "ApacheCon 2016";
 									// Make the graphic clickable with a link.
 l10n.index_event_box_graphic_href		= "http://www.apachecon.com/";
 									// The height in pixel of the graphic. Leave empty to use the height of the original graphic.
-l10n.index_event_box_graphic_height		= "";
+l10n.index_event_box_graphic_height		= "120";
 									// The width in pixel of the graphic. Leave empty to use the width of the original graphic.
-l10n.index_event_box_graphic_width		= "";
+l10n.index_event_box_graphic_width		= "255";
 									// Mouse over text for the graphic.
 l10n.index_event_box_graphic_title		= "";
 									// Make the whole box clickable with a link.
 l10n.index_event_box_text_href			= "http://www.apachecon.com/";
 									// Maximum 630 characters.
-l10n.index_event_box_text_text			= "<b>ApacheCon North America - Austin, Texas, April 13-17, 2015</b> <br /><br />We will be holding ApacheCon North America 2015 in Austin, Texas, April 13th - 16th, 2015. <b><i> See the main conference site for details and registration ... </i></b>";
+l10n.index_event_box_text_text			= "<b>ApacheCon Europa - Seville, Spain, Novmeber 16-18, 2016</b> <br /><br />@TheASF is 300 projects strong and growing. Come learn about all of them at @ApacheCon. <b><i> See the main conference site for details and registration ... </i></b>";
 									// Mouse over text for the text.
-l10n.index_event_box_text_title			= "ApacheCon North America - Austin, Texas, April 13-17, 2015";
+l10n.index_event_box_text_title			= "ApacheCon Europa - Seville, Spain, Novmeber 16-18, 2016";
 
 // Text and link to show inside the alert box.
 									// "true" = Show the box, "false" = Do not show.