Author: buildbot
Date: Sat Jun 21 22:13:33 2014
New Revision: 913189
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/download/test/boxed_download.js
websites/staging/ooo-site/trunk/content/index_alert.html
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jun 21 22:13:33 2014
@@ -1 +1 @@
-1604473
+1604475
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jun 21 22:13:33 2014
@@ -1 +1 @@
-1604473
+1604475
Modified:
websites/staging/ooo-site/trunk/content/download/test/boxed_download.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/boxed_download.js
(original)
+++ websites/staging/ooo-site/trunk/content/download/test/boxed_download.js Sat
Jun 21 22:13:33 2014
@@ -120,7 +120,7 @@ function createShareBox() {
+ "</p>"
+ "<div class='icon_box'>"
// + "<span onclick='javascript:shareBlog()'"
- + "<span onclick='javascript:share( \"blog \" )'"
+ + "<span onclick='javascript:share( \"apacheblog\" )'"
+ "title='" + l10n_share_light_blue_box_blog_title + "'>"
+ "<img src='../../images/logo-rss-32.png' alt='" +
l10n_share_light_blue_box_blog_alt + "'/>"
+ "<a>Official Blog</a>"
Modified: websites/staging/ooo-site/trunk/content/index_alert.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/index_alert.html (original)
+++ websites/staging/ooo-site/trunk/content/index_alert.html Sat Jun 21
22:13:33 2014
@@ -23,15 +23,15 @@
<script>
function follow( platform ) {
_gaq.push( ['_trackEvent','social', 'followUs', platform] );
- if ( platform == 'Facebook' ) {
- window.open( "https://www.facebook.com/ApacheOO","_blank" );
- } else if ( platform == 'Twitter' ) {
- window.open( "https://twitter.com/ApacheOO","_blank" );
- } else if ( platform == 'GooglePlus' ) {
- window.open( "https://plus.google.com/+openoffice","_blank" );
- } else if ( platform == 'ApacheBlog' ) {
- window.open( "https://blogs.apache.org/OOo/","_blank" );
- }
+
+ if ( platform == 'Facebook' )
+ window.open( "https://www.facebook.com/ApacheOO", "_blank" );
+ else if ( platform == 'Twitter' )
+ window.open( "https://twitter.com/ApacheOO", "_blank" );
+ else if ( platform == 'GooglePlus' )
+ window.open( "https://plus.google.com/+openoffice", "_blank" );
+ else if ( platform == 'ApacheBlog' )
+ window.open( "https://blogs.apache.org/OOo/", "_blank" );
}
function showAlertbox( show ) {