Author: marcus
Date: Wed Jun 11 22:08:05 2014
New Revision: 1602035
URL: http://svn.apache.org/r1602035
Log:
Completed the separation of code and strings, deleted for now the yellow box
for Beta releases
Modified:
openoffice/ooo-site/trunk/content/download/test/index.html
Modified: openoffice/ooo-site/trunk/content/download/test/index.html
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/index.html?rev=1602035&r1=1602034&r2=1602035&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/index.html (original)
+++ openoffice/ooo-site/trunk/content/download/test/index.html Wed Jun 11
22:08:05 2014
@@ -15,7 +15,6 @@
<script type="text/javascript" src="languages.js"></script>
<script type="text/javascript" src="release_matrix.js"></script>
<script type="text/javascript" src="download.js"></script>
- <script type="text/javascript" src="div_download.js"></script>
<style type="text/css">
/* <![CDATA[ */
/*-------------------- Exceptions on standard css -----------------------*/
@@ -53,7 +52,7 @@
<!--
// The text in the H1 tag is intentionally shown as "display: none" (do not
display).
// This is to please accessibility tools like a screen reader.
- document.write( "<h1 style='display: none;'>Apache OpenOffice Download</h1>"
);
+ document.write( "<h1 style='display: none;'>" + l10n_download_headline_text
+ "</h1>" );
//-->
</script>
@@ -61,7 +60,112 @@
<!-- Download via select boxes -->
<script type="text/javascript">
<!--
- createDownloadBox();
+
+ // Set a specific language ISO code to force to assemble a certain localized
build as download link.
+ // Changed: The variable can now be found in the
"msg_prop_l10n_<ISO_code>.js".
+
+ // Green colored box.
+ // Show select boxes and both download text buttons.
+ document.write( "<div class='first button green-sel' id='optionitem2'>"
+ // Headline.
+ + "<h2>"
+ + "<a title='" + l10n_download_green_box_headline_title + "'>" +
l10n_download_green_box_headline_text + "</a>"
+ + "</h2>"
+
+ // Select text.
+ + "<p style='padding-bottom: 0px;'>"
+ + "<a title='" + l10n_download_green_box_subtext1_title + "'>(" +
l10n_download_green_box_subtext1_text + ")</a>"
+ + "<a title='" + l10n_download_green_box_subtext2_title + "'><b>" +
l10n_download_green_box_subtext2_text + ":</b></a>"
+ + "</p>"
+
+ // Select boxes.
+ + "<form name='download'>"
+ + "<select class='sel-os' id='os' name='os' ' onchange='getLinkSel()'"
+ + "title='" + l10n_download_green_box_selectbox_os_title + "'>"
+ + "</select>"
+ + "<select class='sel-lang' id='lang' name='lang'
onchange='getLinkSel()'"
+ + "title='" + l10n_download_green_box_selectbox_lang_title + "' >"
+ + "</select>"
+ + "<select class='sel-ver' id='ver' name='ver' onchange='getLinkSel()'"
+ + "title='" + l10n_download_green_box_selectbox_ver_title + "'>"
+ + "</select>"
+ + "</form>"
+
+ // Both download text buttons: First for "full install", then for
"langpack".
+ + "<a style='padding: 0px 0px 0px 3%; cursor: default;'></a>"
+
+ + "<div class='btn_dl' style='display: inline-block;'>"
+ + "<h3>"
+ + "<a id='dl_f_link' href='' title='' target='_blank'></a>"
+ + "</h3>"
+ + "</div>"
+
+ + "<a style='padding: 0px 0px 0px 3%; cursor: default;'></a>"
+
+ + "<div class='btn_dl' style='display: inline-block;'>"
+ + "<h3>"
+ + "<a id='dl_lp_link' href='' title='' target='_blank'></a>"
+ + "</h3>"
+ + "</div>"
+ + "<br /><br />"
+
+ + "</div>" );
+
+ // Sub-green colored box.
+ // Show release info, filesizes, checksum links and help links.
+ document.write( "<div id='sub_green_box' class='sub-green-sel'>"
+ + "<p>"
+ // Error text with hint.
+ + "<img id='dl_err_img' style='margin: 5px 5px 15px 0px;' src=''
title='' height='16' width='16' alt='' />"
+ + "<a id='dl_err' style='text-decoration: none;'
title=''></a>"
+
+ // Release info and notes.
+ + "<a id='dl_rel_info' style='text-decoration: none;'></a>"
+ + "<a id='dl_rel_notes' style='text-decoration: underline;' href=''
title='' target='_blank'></a>"
+ + "<br />"
+
+ // Full installation: Filesize and checksums.
+ + "<a id='dl_f_info' style='text-decoration: none;'></a>"
+ + "<a id='dl_f_chk_keys' style='text-decoration: underline;' href=''
title='' target='_blank'></a>"
+ + "<a id='space1' style='text-decoration: none;'></a>"
+ + "<a id='dl_f_chk_asc' style='text-decoration: underline;' href=''
title='' target='_blank'></a>"
+ + "<a id='space2' style='text-decoration: none;'></a>"
+ + "<a id='dl_f_chk_md5' style='text-decoration: underline;' href=''
title='' target='_blank'></a>"
+ + "<a id='space3' style='text-decoration: none;'></a>"
+ + "<a id='dl_f_chk_sha256' style='text-decoration: underline;' href=''
title='' target='_blank'></a>"
+ + "<br />"
+
+ // Langpack: Filesize and checksums.
+ + "<a id='dl_lp_info' style='text-decoration: none;'></a>"
+ + "<a id='dl_lp_chk_keys' style='text-decoration: underline;'
href='' title='' target='_blank'></a>"
+ + "<a id='space4' style='text-decoration: none;'></a>"
+ + "<a id='dl_lp_chk_asc' style='text-decoration: underline;' href=''
title='' target='_blank'></a>"
+ + "<a id='space5' style='text-decoration: none;'></a>"
+ + "<a id='dl_lp_chk_md5' style='text-decoration: underline;' href=''
title='' target='_blank'></a>"
+ + "<a id='space6' style='text-decoration: none;'></a>"
+ + "<a id='dl_lp_chk_sha256' style='text-decoration: underline;' href=''
title='' target='_blank'></a>"
+ + "<br />"
+
+ // Help: What is a language pack?
+ + "<img id='dl_hlp_img' style='padding: 5px 5px 0px 0px;' src=''
title='' height='16' width='16' alt='' />"
+ + "<a id='dl_hlp' href='' title='' target='_blank'
onclick='showWindow( this.href ); return false;'></a>"
+ + "<a style='padding: 0px 0px 0px 30px;'></a>"
+
+ // Help: How to verify the download?
+ + "<img id='dl_chk_img' style='padding: 5px 5px 0px 0px;' src=''
title='' height='16' width='16' alt='' />"
+ + "<a id='dl_chk' href='' title='' target='_blank'></a>"
+ + "<a style='padding: 0px 0px 0px 30px;'></a>"
+
+ // Help: Report broken link.
+ + "<img id='dl_rpt_img' style='padding: 5px 5px 0px 0px;' src=''
title='' height='16' width='16' alt='' />"
+ + "<a id='dl_rpt' href='' title='' target='_blank'></a>"
+ + "</p>" );
+ document.write( "</div>" );
+
+ // Fill the select boxes and wait for the user's choice.
+ init( 1 );
+
+ entourage.initialize();
//-->
</script>
@@ -82,296 +186,151 @@
</div>
</noscript>
- <!-- Yellow: Beta Release online -->
+ <!-- Light Blue: Share download with social networks -->
<script type="text/javascript">
<!--
-
- // If the Beta Release is available for download, offer download links.
- if ( BETA_ACTIVE == 1 ) {
- // Set a specific language ISO code to force to assemble a certain
localized build as download link.
- NL_LANG = "";
- // Get the download link (1 = Beta Release).
- var dl_link = getLink( 1 );
- // Does the browser language match with AOO languages?
- if ( isLangSupported() ) {
- if ( SF ) {
- // If download link contains "sourceforge" (-> normal and correct
download link),
- // offer download link from Sourceforge with displayed platform and
language.
- document.write( "<div class=\"button yellow\" id=\"optionitem3\"
onclick=\"openItem('optionitem3','"
- + dl_link + "'); return false;\">"
- + "<h2>"
- + "<a href='" + dl_link + "' title='Version " + BETA_NAME + " |
Milestone " + BETA_MILESTONE
- + " | Build ID " + BETA_BUILD + " | SVN " + BETA_SVN_REV + " |
Released: " + BETA_REL_DATE + "'>"
- + "Download Apache OpenOffice " + BETA_NAME
- + "</a>"
- + "</h2>"
- + "<p>"
- + "<a href='" + dl_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>" + RELEASE_LANG[ 1 ]
+ " (" + RELEASE_LANG[ 2 ] + ")</b> | "
- + "~" + FILESIZE_FULL + " 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>" );
- } else if ( OTHER ) {
- // If download link contains "other" (-> platform, OS or package
manager was not recognized),
- // then use "other.html" as download link.
- document.write( "<div class=\"button yellow\" id=\"optionitem1\"
onclick=\"openItem('optionitem1','"
- + dl_link + "'); return false;\">"
- + "<h2>"
- + "<a href='" + dl_link + "' title='" + dl_link + "'>Download
Apache OpenOffice</a>"
- + "</h2>"
- + "<p>"
- + "<a href='" + dl_link + "' title='" + dl_link + "'>Apache
OpenOffice " + BETA_NAME + " for "
- + "<b>" + UI_PLATFORM + "</b> and <b>" + RELEASE_LANG[ 1 ] + "
(" + RELEASE_LANG[ 2 ] + ")</b> "
- + "is not available. Click here to choose from the alternative
download webpage."
- + "</a>"
- + "</p>"
- + "</div>" );
- } else if ( ARCHIVE ) {
- // If download link contains "archive" (-> platform/OS is no longer
supported),
- // then provide a download link to the previous version.
- document.write( "<div class=\"button yellow\" id=\"optionitem1\"
onclick=\"openItem('optionitem1','"
- + dl_link + "'); return false;\">"
- + "<h2>"
- + "<a href='" + dl_link + "' title='" + dl_link + "'>Download
Apache OpenOffice</a>"
- + "</h2>"
- + "<p>"
- + "<a href='" + dl_link + "' title='" + dl_link + "'>Apache
OpenOffice " + BETA_NAME + " for "
- + "<b>" + UI_PLATFORM + "</b> and <b>" + RELEASE_LANG[ 1 ] + "
(" + RELEASE_LANG[ 2 ] + ")</b> "
- + "is not available. Click here for the previous version " +
PRE_VERSION + "."
- + "</a>"
- + "</p>"
- + "</div>" );
- }
- } else {
- // If browser language do not match with AOO languages, then use
"all_beta.html" as download link.
- // dl_link = "http://www.openoffice.org/download/test/all_beta.html";
- document.write( "<div class=\"button yellow\" id=\"optionitem2\"
onclick=\"openItem('optionitem2','"
- + dl_link + "'); return false;\">"
- + "<h2>"
- + "<a href='" + dl_link + "' title='" + dl_link + "'>Download Apache
OpenOffice " + BETA_NAME + "</a>"
- + "</h2>"
- + "<p>"
- + "<a href='" + dl_link + "' title='" + dl_link + "'>Apache
OpenOffice " + BETA_NAME + " for "
- + "<b>" + RELEASE_LANG[ 1 ] + " (" + RELEASE_LANG[ 2 ] + ")</b> is
not available."
- + "Click here to choose from the alternative Beta Release download
webpage."
- + "</a>"
- + "</p>"
- + "</div>" );
- }
- // Show some helpful links for SDK, source, checksums, release notes.
- document.write( "<div class='sub-yellow'>"
- + "<p>" );
- if ( LINK_CHK_ASC_FULL ) {
- document.write( "Signatures and hashes: "
- + "<a href='" + LINK_CHK_KEYS + "' + title='KEYS
signature'>KEYS</a> , "
- + "<a href='" + LINK_CHK_ASC_FULL + "' + title='ASC
signature'>ASC</a> , "
- + "<a href='" + LINK_CHK_MD5_FULL + "' + title='MD5 hash'>MD5</a>
, "
- + "<a href='" + LINK_CHK_SHA256_FULL + "' + title='SHA256
hash'>SHA256</a> , "
- + "<a href='http://www.openoffice.org/download/checksums.html'"
- + "title='How to verify the download with checksums?'>How to
verify?</a> | " );
- }
- document.write( ""
- + "<a href='http://cwiki.apache.org/confluence/display/OOOUSERS/AOO+"
+ VERSION_SHORT + "+Release+Notes'"
- + "title='What is new, what has been improved in Apache OpenOffice "
+ BETA_NAME + "?'><b>Release Notes</b>"
- + "</a> | "
- + "<br />"
- + "<a href='http://www.openoffice.org/download/all_beta.html'"
- + "title='Get all platforms, languages, language packs to download'>"
- + "<b>Get all platforms, languages, language packs</b>"
- + "</a> | "
- + "<a href='http://www.openoffice.org/download/all_beta.html#source'"
- + "title='Get the source code and SDK to download'>Source code and
SDK"
- + "</a>"
- + "</p>"
- + "</div>" );
- } else if ( BETA_ACTIVE == 0 ) {
- // If the Beta Release is not yet available for download, show a "coming
soon" message.
- var announce_link = "http://blogs.apache.org/OOo/";
- var announce_title = "Official blog of Apache OpenOffice";
- document.write( "<div class=\"button yellow\" id=\"optionitem2_1\"
onclick=\"openItem('optionitem2_1','"
- + announce_link + "') return false;\">"
- + "<h2>"
- + "<a href='" + announce_link + "' title='" + announce_title + "'>Get
Apache OpenOffice " + BETA_NAME
- + "<br /><small>(planned for: " + BETA_REL_DATE + ")</small>"
- + "</a>"
- + "</h2>"
- + "<p>"
- + "<a href='" + announce_link + "' title='" + announce_title + "'>"
- + "<br />The Beta release is not yet available. Please make sure to
come back on the release date to download "
- + "and test the new version."
- + "</a>"
- + "</p>"
- + "</div>" );
- } else {
- // If the Beta Release is not planned at all, show nothing.
- }
-
+ document.write( "<div class='button lightblue' id='optionitem4'>"
+ + "<h2>"
+ + "<a style='cursor: default;' title='" +
l10n_share_light_blue_box_headline_title + "'>"
+ + l10n_share_light_blue_box_headline_text
+ + "</a>"
+ + "</h2>"
+ + "<p style='cursor: default;' id='ShareDownloadLinks'>"
+ + "<a style='cursor: default;' title='" +
l10n_share_light_blue_box_text_title + "'>"
+ + l10n_share_light_blue_box_text_text
+ + "</a>"
+ + "<a style='display: inline; padding: 0 5px 0 30px;'
href='javascript:shareFacebook()'"
+ + "title='" + l10n_share_light_blue_box_facebook_title + "'>"
+ + "<img src='http://www.openoffice.org/images/logo-facebook-32.png'
alt='"
+ + l10n_share_light_blue_box_facebook_alt + "' />"
+ + "</a>"
+ + "<a style='display: inline; padding: 0 5px;'
href='javascript:shareTwitter()'"
+ + "title='" + l10n_share_light_blue_box_twitter_title + "'>"
+ + "<img src='http://www.openoffice.org/images/logo-twitter-32.png'
alt='"
+ + l10n_share_light_blue_box_twitter_alt + "' />"
+ + "</a>"
+ + "<a style='display: inline; padding: 0 5px;'
href='javascript:shareGooglePlus()'"
+ + "title='" + l10n_share_light_blue_box_googleplus_title + "'>"
+ + "<img src='http://www.openoffice.org/images/logo-googleplus-32.png'
alt='"
+ + l10n_share_light_blue_box_googleplus_alt + "' />"
+ + "</a>"
+ + "</p>"
+ + "</div>" );
//-->
</script>
- <!-- Yellow: Beta: No JavaScript enabled -->
-<!--
- <noscript>
- <div class="button yellow" id="optionitem3"
onclick="openItem('optionitem3','all_beta.html'); return false;">
- <h2>
- <a href="all_beta.html" title="Select from all platforms, languages,
language packs to download">
- Download Apache OpenOffice Beta
- </a>
- </h2>
- <p>
- <a style="cursor: pointer;"
href="http://sourceforge.net/projects/openofficeorg.mirror/files/"
- title="Select from all platforms, languages, language packs to
download">Your browser does not seem to allow
- JavaScript on websites. This technique is used on this webpage for
presenting the actual download link. If you want
- to download Apache OpenOffice, click this text to go to the
alternative download page, and you will skip this page.
- Our apologies for the inconvenience.
- </a>
- </p>
- </div>
- <div class="sub-yellow">
- <p>
- <a href="all_beta.html" title="Get all platforms, languages, language
packs to download">
- <b>Get all platforms, languages, language packs</b>
- </a> |
- <a href="http://www.openoffice.org/development/releases/dev_index.html"
- title="What is new, what has been improved in Apache
OpenOffice?"><b>Release Notes</b>
- </a>
- </p>
- </div>
- </noscript>
--->
- <!-- Light Blue: Share download with social networks -->
- <div class="button lightblue" id="optionitem4">
- <h2>
- <a style="cursor: default;" title="Help spread the word and tell your
friends about Apache OpenOffice">
- Help Spread the Word
- </a>
- </h2>
- <p style="cursor: default;" id="ShareDownloadLinks">
- <a style="cursor: default;" title="Help spread the word and tell your
friends about Apache OpenOffice">
- Please tell your friends about Apache OpenOffice.
- </a>
- <a style="display: inline; padding: 0 5px 0 30px;"
href="javascript:shareFacebook()"
- title="Please tell your friends about Apache OpenOffice via Facebook">
- <img src="http://www.openoffice.org/images/logo-facebook-32.png"
alt="Share on Facebook" />
- </a>
- <a style="display: inline; padding: 0 5px;"
href="javascript:shareTwitter()"
- title="Please tell your friends about Apache OpenOffice via Twitter">
- <img src="http://www.openoffice.org/images/logo-twitter-32.png"
alt="Share on Twitter" />
- </a>
- <a style="display: inline; padding: 0 5px;"
href="javascript:shareGooglePlus()"
- title="Please tell your friends about Apache OpenOffice via Google+">
- <img src="http://www.openoffice.org/images/logo-googleplus-32.png"
alt="Share on Google+" />
- </a>
- </p>
- </div>
<!-- Blue: Extensions -->
- <div class="button blue" id="optionitem5"
onclick="openItem('optionitem5','http://extensions.openoffice.org');
- return false;">
- <h2>
- <a href="http://extensions.openoffice.org" title="Choose from a wide
range of additional and individual functionality">
- Get Apache OpenOffice Extensions and Dictionaries
- </a>
- </h2>
- <p>
- <a href="http://extensions.openoffice.org" title="Choose from a wide
range of additional and individual functionality">
- Extend your Apache OpenOffice functionality with a large and growing
library of extensions and dictionaries from
- other users.
- </a>
- </p>
- </div>
+ <script type="text/javascript">
+ <!--
+ document.write( "<div class='button blue' id='optionitem5' "
+ + "onclick='openItem('optionitem5','http://extensions.openoffice.org');
return false;'>"
+ + "<h2>"
+ + "<a href='http://extensions.openoffice.org' title='" +
l10n_ext_blue_box_headline_title + "'>"
+ + l10n_ext_blue_box_headline_text
+ + "</a>"
+ + "</h2>"
+ + "<p>"
+ + "<a href='http://extensions.openoffice.org' title='" +
l10n_ext_blue_box_text_title + "'>"
+ + l10n_ext_blue_box_text_text
+ + "</a>"
+ + "</p>"
+ + "</div>" );
+ //-->
+ </script>
<!-- Blue: Templates -->
- <div class="button blue" id="optionitem6"
onclick="openItem('optionitem6','http://templates.openoffice.org');
- return false;">
- <h2>
- <a href="http://templates.openoffice.org" title="Choose from a wide
range of additional and individual documents">
- Get Apache OpenOffice Templates
- </a>
- </h2>
- <p>
- <a href="http://templates.openoffice.org" title="Choose from a wide
range of additional and individual documents">
- Extend your Apache OpenOffice creativity with a large and growing
library of templates from other users.
- </a>
- </p>
- </div>
+ <script type="text/javascript">
+ <!--
+ document.write( "<div class='button blue' id='optionitem6' "
+ + "onclick='openItem('optionitem6','http://templates.openoffice.org');
return false;'>"
+ + "<h2>"
+ + "<a href='http://templates.openoffice.org' title='" +
l10n_tlp_blue_box_headline_title + "'>"
+ + l10n_tlp_blue_box_headline_text
+ + "</a>"
+ + "</h2>"
+ + "<p>"
+ + "<a href='http://templates.openoffice.org' title='" +
l10n_tlp_blue_box_text_title + "'>"
+ + l10n_tlp_blue_box_text_text
+ + "</a>"
+ + "</p>"
+ + "</div>" );
+ //-->
+ </script>
</div> <!-- class "optionset" -->
<div class="additionalinformation">
- <h3>Release Information</h3>
- <ul>
- <li><a href="http://www.openoffice.org/development/releases/index.html"
- title="What is new, what has been improved in Apache OpenOffice?">Release
Notes</a></li>
- <li><a href="http://www.openoffice.org/dev_docs/source/sys_reqs_aoo40.html"
- title="HDD: ~300MB free - Memory: >128MB - Processor: >500MHz - OS:
Win, Linux, Mac OS, Solaris, FreeBSD...">
- System Requirements</a></li>
- <li><a href="http://www.openoffice.org/download/checksums.html"
- title="How to verify the downloaded file with signatures and
hashes?">Verify the downloaded file</a></li>
- <li><a href="http://www.openoffice.org/license.html"
- title="Apache OpenOffice License">License</a></li>
- <li><a href="http://openoffice.apache.org/downloads.html"
- title="For developers and power users: Get the source to build Apache
OpenOffice from scratch.">Source</a>
- <li><a
href="http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO"
- title="For developers and power users: HowTo guide to build Apache
OpenOffice from scratch.">Building Guide</a></li>
- <li><a href="http://www.openoffice.org/download/sdk/index.html"
- title="For developers: Software Development Kit">Software Development Kit
(SDK)</a></li>
- </ul>
-
- <h3>Documentation</h3>
- <ul>
- <li><a href="http://cwiki.apache.org/confluence/display/OOOUSERS/Releases"
- title="When are new releases planned?">Release Schedules</a></li>
- <li><a href="http://wiki.services.openoffice.org/wiki/Product_Release"
- title="When were old releases planned?"> Historic Release Schedule</a></li>
- <li><a href="http://www.openoffice.org/download/common/instructions.html"
- title="Instructions for installing Apache OpenOffice on Windows, Linux and
Mac OS machines">Installation Guides</a></li>
- <li><a href="http://www.openoffice.org/documentation/index.html"
- title="Extensive user manuals for every day use">User Guides</a></li>
- <li><a href="http://www.openoffice.org/download/common/java.html"
- title="Explains why to use Java and what it is">Java and Apache
OpenOffice</a></li>
- <li><a href="http://www.openoffice.org/development/releases/eol.html"
- title="Information about releases that have reached End-Of-Life
status">End-Of-Life Information</a></li>
- </ul>
-
- <h3>Additional Resources</h3>
- <ul>
- <li><a href="http://www.openoffice.org/support/index.html"
- title="If the information above did not answer your question: Free and
paid support!">Support</a></li>
- <li><a href="http://openoffice.apache.org/native-lang.html"
- title="Information and support in your favorite
language">Localizations</a></li>
- <li><a href="http://www.openoffice.org/stats/index.html"
- title="Download and other statistics">Download Statistics</a></li>
- <li><a href="http://sourceforge.net/projects/openofficeorg.mirror/files/"
- title="Use Apache mirrors to download Apache OpenOffice">Alternative
download mirrors #1</a><br /></li>
- <li><a href="http://www.apache.org/dyn/aoo-closer.cgi/openoffice/"
- title="Use Apache mirrors to download Apache OpenOffice">Alternative
download mirrors #2</a><br /></li>
- <li><a href="http://www.openoffice.org/porting/index.html"
- title="Ports and distributions from 3rd party vendors">3rd party ports and
distributions</a><br /></li>
- <li><a href="http://www.openoffice.org/download/archive.html"
- title="Download legacy and archived releases">Archived and legacy
releases</a><br /></li>
- <li><a href="http://www.openoffice.org/download/devbuilds.html"
- title="For QA volunteers: Development Builds">Development Builds</a></li>
- </ul>
-
- <div id="SupportedAndSupporters">
- <p> </p>
- <a href="http://www.sourceforge.net" title="Sourceforge - Download,
Develop and Publish Free Open Source Software">
- <img src="http://www.openoffice.org/images/sourceforge.png" width="160"
height="34"
- alt="Sourceforge"/>
- </a>
- <br /><br />
- <a href="http://validator.w3.org/check?uri=referer" target="_blank"
- title="W3C Markup Validation Service - Check the markup (HTML, XHTML,
...) of Web documents">
- <img src="http://www.openoffice.org/images/valid-xhtml10-blue.png"
- alt="W3C Validator" />
- </a>
- </div>
+ <script type="text/javascript">
+ <!--
+ document.write( "<h3>" + l10n_nav_headline_1_text + "</h3>"
+ + "<ul>"
+ + "<li><a href='http://www.openoffice.org/development/releases/index.html'"
+ + "title='" + l10n_nav_release_notes_title + "'>" +
l10n_nav_release_notes_text + "</a></li>"
+ + "<li><a
href='http://www.openoffice.org/dev_docs/source/sys_reqs_aoo40.html'"
+ + "title='" + l10n_nav_sysreq_title + "'>"
+ + l10n_nav_sysreq_text + "</a></li>"
+ + "<li><a href='http://www.openoffice.org/download/checksums.html'"
+ + "title='" + l10n_nav_checksum_title + "'>" + l10n_nav_checksum_text +
"</a></li>"
+ + "<li><a href='../../license.html'"
+ + "title='" + l10n_nav_license_title + "'>" + l10n_nav_license_text +
"</a></li>"
+ + "<li><a href='http://openoffice.apache.org/downloads.html'"
+ + "title='" + l10n_nav_source_title + "'>" + l10n_nav_source_text + "</a>"
+ + "<li><a
href='http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO'"
+ + "title='" + l10n_nav_build_title + "'>" + l10n_nav_build_text +
"</a></li>"
+ + "<li><a href='http://www.openoffice.org/download/sdk/index.html'"
+ + "title='" + l10n_nav_sdk_title + "'>" + l10n_nav_sdk_text + "</a></li>"
+ + "</ul>"
+
+ + "<h3>" + l10n_nav_headline_2_text + "</h3>"
+ + "<ul>"
+ + "<li><a
href='http://cwiki.apache.org/confluence/display/OOOUSERS/Releases'"
+ + "title='" + l10n_nav_schedule_title + "'>" + l10n_nav_schedule_text +
"</a></li>"
+ + "<li><a href='http://wiki.services.openoffice.org/wiki/Product_Release'"
+ + "title='" + l10n_nav_hist_schedule_title + "'>" +
l10n_nav_hist_schedule_text + "</a></li>"
+ + "<li><a
href='http://www.openoffice.org/download/common/instructions.html'"
+ + "title='" + l10n_nav_inst_guide_title + "'>" + l10n_nav_inst_guide_text
+ "</a></li>"
+ + "<li><a href='http://www.openoffice.org/documentation/index.html'"
+ + "title='" + l10n_nav_user_guide_title + "'>" + l10n_nav_user_guide_text
+ "</a></li>"
+ + "<li><a href='http://www.openoffice.org/download/common/java.html'"
+ + "title='" + l10n_nav_why_java_title + "'>" + l10n_nav_why_java_text +
"</a></li>"
+ + "<li><a href='http://www.openoffice.org/development/releases/eol.html'"
+ + "title='" + l10n_nav_eol_title + "'>" + l10n_nav_eol_text + "</a></li>"
+ + "</ul>"
+
+ + "<h3>" + l10n_nav_headline_3_text + "</h3>"
+ + "<ul>"
+ + "<li><a href='http://www.openoffice.org/support/index.html'"
+ + "title='" + l10n_nav_support_title + "'>" + l10n_nav_support_text +
"</a></li>"
+ + "<li><a href='http://openoffice.apache.org/native-lang.html'"
+ + "title='" + l10n_nav_local_title + "'>" + l10n_nav_local_text +
"</a></li>"
+ + "<li><a href='http://www.openoffice.org/stats/index.html'"
+ + "title='" + l10n_nav_stat_title + "'>" + l10n_nav_stat_text + "</a></li>"
+ + "<li><a
href='http://sourceforge.net/projects/openofficeorg.mirror/files/'"
+ + "title='" + l10n_nav_mirrors1_title + "'>" + l10n_nav_mirrors1_text +
"</a><br /></li>"
+ + "<li><a href='http://www.apache.org/dyn/aoo-closer.cgi/openoffice/'"
+ + "title='" + l10n_nav_mirrors2_title + "'>" + l10n_nav_mirrors2_text +
"</a><br /></li>"
+ + "<li><a href='http://www.openoffice.org/porting/index.html'"
+ + "title='" + l10n_nav_porting_title + "'>" + l10n_nav_porting_text +
"</a><br /></li>"
+ + "<li><a href='http://www.openoffice.org/download/archive.html'"
+ + "title='" + l10n_nav_archive_title + "'>" + l10n_nav_archive_text +
"</a><br /></li>"
+ + "<li><a href='http://www.openoffice.org/download/devbuilds.html'"
+ + "title='" + l10n_nav_devbuilds_title + "'>" + l10n_nav_devbuilds_text +
"</a></li>"
+ + "</ul>"
+
+ + "<div id='SupportedAndSupporters'>"
+ + "<p> </p>"
+ + "<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 />"
+ + "<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>" );
+ //-->
+ </script>
</div> <!-- class: additionalinformation -->