You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2014/07/05 13:13:54 UTC

svn commit: r1607997 - /openoffice/ooo-site/trunk/content/download/test/boxed_download.js

Author: marcus
Date: Sat Jul  5 11:13:53 2014
New Revision: 1607997

URL: http://svn.apache.org/r1607997
Log:
Changed URL

Modified:
    openoffice/ooo-site/trunk/content/download/test/boxed_download.js

Modified: openoffice/ooo-site/trunk/content/download/test/boxed_download.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/boxed_download.js?rev=1607997&r1=1607996&r2=1607997&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/boxed_download.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/boxed_download.js Sat Jul  5 11:13:53 2014
@@ -141,28 +141,28 @@ function createShareBox() {
       // Apache OpenOffice 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 + "'/>"
+        + "<img src='http://www.openoffice.org/images/logo-rss-32.png' alt='" + l10n_share_light_blue_box_blog_alt + "'/>"
         + "<a>Official Blog</a>"
       + "</span>"
 
       // Facebook.
       + "<span onclick='javascript:share( \"facebook\" )'"
         + "title='" + l10n_share_light_blue_box_facebook_title + "'>"
-        + "<img src='../../images/logo-facebook-32.png' alt='" + l10n_share_light_blue_box_facebook_alt + "' />"
+        + "<img src='http://www.openoffice.org/images/logo-facebook-32.png' alt='" + l10n_share_light_blue_box_facebook_alt + "' />"
         + "<a>Facebook</a>"
       + "</span>"
 
       // Twitter.
       + "<span onclick='javascript:share( \"twitter\" )'"
         + "title='" + l10n_share_light_blue_box_twitter_title + "'>"
-        + "<img src='../../images/logo-twitter-32.png' alt='" + l10n_share_light_blue_box_twitter_alt + "' />"
+        + "<img src='http://www.openoffice.org/images/logo-twitter-32.png' alt='" + l10n_share_light_blue_box_twitter_alt + "' />"
         + "<a>Twitter</a>"
       + "</span>"
 
       // Google+.
       + "<span onclick='javascript:share( \"google+\" )'"
         + "title='" + l10n_share_light_blue_box_googleplus_title + "'>"
-        + "<img src='../../images/logo-googleplus-32.png' alt='" + l10n_share_light_blue_box_googleplus_alt + "' />"
+        + "<img src='http://www.openoffice.org/images/logo-googleplus-32.png' alt='" + l10n_share_light_blue_box_googleplus_alt + "' />"
         + "<a>Google+</a>"
       + "</span>"
     + "</div>"
@@ -178,7 +178,7 @@ function createShareBox() {
  */
 function createExtensionsBox() {
   document.write( "<div class='blue button' id='optionitem5' "
-    + "onclick='openItem(\"optionitem5\",\"http://extensions.openoffice.org\"); return false;'>"
+    + "onclick='openItem(\"optionitem5\",\"http://extensions.openoffice.org/\"); return false;'>"
     + "<div class='blue-icon'></div>"
 
     // Headline.
@@ -186,7 +186,7 @@ function createExtensionsBox() {
 
     // Box text.
     + "<p style='margin-left: 5px; padding-bottom: 3%;'>"
-      + "<a href='http://extensions.openoffice.org' title='" + l10n_ext_blue_box_text_title + "'>"
+      + "<a href='http://extensions.openoffice.org/' title='" + l10n_ext_blue_box_text_title + "'>"
         + l10n_ext_blue_box_text_text
       + "</a>"
     + "</p>"
@@ -202,7 +202,7 @@ function createExtensionsBox() {
  */
 function createTemplatesBox() {
   document.write( "<div class='button blue' id='optionitem6' "
-    + "onclick='openItem(\"optionitem6\",\"http://templates.openoffice.org\"); return false;'>"
+    + "onclick='openItem(\"optionitem6\",\"http://templates.openoffice.org/\"); return false;'>"
     + "<div class='blue-icon'></div>"
 
     // Headline.
@@ -210,7 +210,7 @@ function createTemplatesBox() {
 
     // Box text.
     + "<p style='margin-left: 5px; padding-bottom: 3%;'>"
-      + "<a href='http://templates.openoffice.org' title='" + l10n_tlp_blue_box_text_title + "'>"
+      + "<a href='http://templates.openoffice.org/' title='" + l10n_tlp_blue_box_text_title + "'>"
         + l10n_tlp_blue_box_text_text
       + "</a>"
     + "</p>"
@@ -360,14 +360,18 @@ function createLogoSection() {
   document.write( "<div id='SupportedAndSupporters'>"
 
     // Sourceforge logo.
-    + "<a href='http://www.sourceforge.net' title='" + l10n_img_sourceforge_title + "'>"
-      + "<img src='../../images/sourceforge.png' width='160' height='34' alt='" + l10n_img_sourceforge_alt + "' />"
+    + "<a href='http://www.sourceforge.net' title='"
+      + l10n_img_sourceforge_title + "'>"
+      + "<img src='http://www.openoffice.org/images/sourceforge.png' width='160' height='34' alt='"
+      + l10n_img_sourceforge_alt + "' />"
     + "</a>"
     + "<br /><br />"
 
     // W3C Validator logo.
-    + "<a href='http://validator.w3.org/check?uri=referer' target='_blank' title='" + l10n_img_w3c_title + "'>"
-      + "<img src='../../images/valid-xhtml10-blue.png' alt='" + l10n_img_w3c_alt + "' />"
+    + "<a href='http://validator.w3.org/check?uri=referer' target='_blank' title='"
+      + l10n_img_w3c_title + "'>"
+      + "<img src='http://www.openoffice.org/images/valid-xhtml10-blue.png' alt='"
+      + l10n_img_w3c_alt + "' />"
     + "</a>"
   + "</div>" );
   return;