Author: marcus
Date: Fri Apr 25 21:39:19 2014
New Revision: 1590156

URL: http://svn.apache.org/r1590156
Log:
Added a 'hosted by Sourceforge.net' text phrase into the colored boxes. This is 
to try to avoid user confusions when the download redirects to Sourceforge.net 
but the users see this as kind of a hack.

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

Modified: openoffice/ooo-site/trunk/content/download/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/index.html?rev=1590156&r1=1590155&r2=1590156&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/index.html (original)
+++ openoffice/ooo-site/trunk/content/download/index.html Fri Apr 25 21:39:19 
2014
@@ -65,9 +65,9 @@ screen reader. -->
         + " | Build ID " + BUILD + " | SVN " + SVN_REV + " | Released: " + 
REL_DATE + "'>"
         + "Download Apache OpenOffice " + VERSION + "</a></h2>"
         + "<p><a href='" + LINK + "' title='Version " + VERSION + " | 
Milestone " + MILESTONE + " | Build ID " + BUILD
-        + " | SVN " + SVN_REV + " | Released: " + REL_DATE + "'>Click here to 
download for:<br />"
-        + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b> | ~" 
+ FILESIZE + "&nbsp;MByte | Released:&nbsp;"
-        + REL_DATE + "<br /></a></p>"
+        + " | SVN " + SVN_REV + " | Released: " + REL_DATE + "'>Click here to 
download (hosted by Sourceforge.net) for:"
+        + "<br /><b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b> 
| "
+        + "~" + FILESIZE + "&nbsp;MByte | Released:&nbsp;" + REL_DATE + "<br 
/></a></p>"
       + "</div>" );
     } else if ( OTHER ) {
       // If download URL contains "other" (-> platform, OS or package manager 
was not recognized),
@@ -173,8 +173,9 @@ screen reader. -->
           + "Download Apache OpenOffice " + BETA_NAME + "</a></h2>"
           + "<p><a href='" + LINK + "' title='Version " + BETA_NAME + " | 
Milestone " + BETA_MILESTONE + " | "
           + "Build ID " + BETA_BUILD + " | SVN " + BETA_SVN_REV + " | 
Released: " + BETA_REL_DATE + "'>"
-          + "Click here to download for:<br /><b>" + UI_PLATFORM + "</b> and 
<b>" + LANG_ARRAY[ 2 ] + "</b> | "
-          + "~" + FILESIZE + " MByte | Released: " + BETA_REL_DATE + "<br />"
+          + "Click here to download (hosted by Sourceforge.net) for:<br />"
+         + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b> | ~" 
+ FILESIZE + " MByte | "
+         + "Released: " + BETA_REL_DATE + "<br />"
           + "<br /><b>The Beta release is feature complete but not yet fully 
tested and can contain issues. "
           + "It is strongly not recommended to use in production!</b></a></p>"
         + "</div>" );


Reply via email to