Author: marcus
Date: Sat Jun 7 15:31:32 2014
New Revision: 1601129
URL: http://svn.apache.org/r1601129
Log:
Re-worked the download webpage with the new functionality and look & feel from
the main download wepage
Modified:
openoffice/ooo-site/trunk/content/de/downloads/index.html
Modified: openoffice/ooo-site/trunk/content/de/downloads/index.html
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/de/downloads/index.html?rev=1601129&r1=1601128&r2=1601129&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/de/downloads/index.html (original)
+++ openoffice/ooo-site/trunk/content/de/downloads/index.html Sat Jun 7
15:31:32 2014
@@ -4,13 +4,14 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta itemprop="name" content="Apache OpenOffice herunterladen" />
<meta itemprop="description" content="Folge der OpenOffice Revolution, die
freie Büro-Software mit vielen Dutzenden Millionen glaubhaften Downloads." />
- <meta itemprop="image"
content="http://www.openoffice.org/images/aoo-logo-100x100.png" />
+ <meta itemprop="image"
content="https://www.openoffice.org/images/aoo-logo-100x100.png" />
<meta property="og:title" content="Apache OpenOffice herunterladen" />
<meta property="og:description" content="Folge der OpenOffice Revolution,
die freie Büro-Software mit vielen Dutzenden Millionen glaubhaften Downloads."
/>
- <meta property="og:image"
content="http://www.openoffice.org/images/aoo-logo-100x100.png" />
+ <meta property="og:image"
content="https://www.openoffice.org/images/aoo-logo-100x100.png" />
<meta name="description" content="Offizielle Apache OpenOffice
Download-Webseite. Folge der OpenOffice Revolution, die freie Büro-Software
mit vielen Dutzenden Million glaubhaften Downloads." />
<title>Apache OpenOffice herunterladen - Offizielle Webseite</title>
<script type="text/javascript" src="../../download/globalvars.js"></script>
+ <script type="text/javascript" src="msg_prop_l10n_de.js"></script>
<script type="text/javascript" src="../../download/languages.js"></script>
<script type="text/javascript"
src="../../download/release_matrix.js"></script>
<script type="text/javascript" src="../../download/download.js"></script>
@@ -23,142 +24,167 @@
</style>
<script>
if (window.document.referrer.indexOf("shell.windows.com") != -1)
- location.href = "/why/why_odf.html";
+ location.href = "https://www.openoffice.org/why/why_odf.html";
function shareFacebook() {
_gaq.push(['_trackEvent','social', 'shareDownload', 'facebook']);
-
window.open('https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.openoffice.org%2Fdownload%2F','_blank','toolbar=0,status=0,width=580,height=325');
+
window.open('https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.openoffice.org%2Fdownload%2F','_blank','toolbar=0,status=0,width=580,height=325');
}
function shareTwitter(){
_gaq.push(['_trackEvent','social', 'shareDownload', 'twitter']);
-
window.open('https://twitter.com/intent/tweet?url=http%3A%2F%2Fwww.openoffice.org%2Fdownload%2F&text=Join+the+OpenOffice+revolution%2C+the+free+office+productivity+suite+with+over+100+million+trusted+downloads.','_blank','toolbar=0,status=0,width=580,height=325');
+
window.open('https://twitter.com/intent/tweet?url=https%3A%2F%2Fwww.openoffice.org%2Fdownload%2F&text=Join+the+OpenOffice+revolution%2C+the+free+office+productivity+suite+with+over+100+million+trusted+downloads.','_blank','toolbar=0,status=0,width=580,height=325');
}
function shareGooglePlus(){
_gaq.push(['_trackEvent','social', 'shareDownload', 'google+']);
-
window.open('https://plus.google.com/share?url=http%3A%2F%2Fwww.openoffice.org%2Fdownload%2F','_blank','toolbar=0,status=0,width=580,height=325');
+
window.open('https://plus.google.com/share?url=https%3A%2F%2Fwww.openoffice.org%2Fdownload%2F','_blank','toolbar=0,status=0,width=580,height=325');
}
</script>
</head>
<body>
-<!-- The text in the H1 tag is intentionally shown as not displayable, just to
please accessibility tools like a
-screen reader. -->
-<h1 style="display: none;">Apache OpenOffice Herunterladen</h1>
+<div class="overall_optionset">
-<div class="optionset">
+ <div class="optionset">
+
+ <!-- Text above the first colored box -->
+ <script type="text/javascript">
+ <!--
+ // 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;'>" + l10n_download_headline +
"</h1>" );
+ //-->
+ </script>
<!-- Green: Stable release -->
+ <!-- Download via select boxes -->
<script type="text/javascript">
<!--
- // Set a specific language ISO code to force to assemble a certain localized
build as download URL
- var NL_LANGUAGE = "de";
- // Get the download URL
- var LINK = getLink( 1 );
- if ( hasMirrorLink() ) {
- if ( SOURCEFORGE ) {
- // If download URL contains "sourceforge" (-> normal and correct
download link),
- // then download from Sourceforge with displayed platform and language.
- document.write( "<div class=\"first button green\" id=\"optionitem1\"
onclick=\"openItem('optionitem1','"
- + LINK + "');" + "return false;\">"
- + "<h2><a href='" + LINK + "' title='Version " + VERSION + " |
Milestone " + MILESTONE
- + " | Build ID " + BUILD + " | SVN " + SVN_REV + " | Released: " +
REL_DATE + "'>"
- + "Herunterladen von Apache OpenOffice " + VERSION + "</a></h2>"
- + "<p><a href='" + LINK + "' title='Version " + VERSION + " |
Milestone " + MILESTONE + " | Build ID " + BUILD
- + " | SVN " + SVN_REV + " | Released: " + REL_DATE + "'>Hier klicken
für (startet von Sourceforge.net):<br />"
- + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b> | ~"
+ FILESIZE + " MByte | Released: "
- + REL_DATE + "<br /></a></p>"
- + "</div>" );
- } else if ( OTHER ) {
- // If download URL contains "other" (-> platform, OS or package manager
was not recognized),
- // then use "other.html" as download link.
- document.write( "<div class=\"first button green\" id=\"optionitem1\"
onclick=\"openItem('optionitem1','"
- + LINK + "');" + "return false;\">"
- + "<h2><a href='" + LINK + "' title='" + LINK + "'>"
- + "Herunterladen von Apache OpenOffice</a></h2>"
- + "<p><a href='" + LINK + "' title='" + LINK + "'>Apache OpenOffice "
+ VERSION + " für "
- + "<b>" + UI_PLATFORM + "</b> ist nicht verfügbar. Bitte den Text
anklicken, um eine andere Plattform von der "
- + "alternativen Download-Webseite auszuwählen.</a></p>"
- + "</div>" );
- } else if ( ARCHIVE ) {
- // If download URL contains "archive" (-> platform/OS is no longer
supported),
- // then provide a download link to the previous version.
- document.write( "<div class=\"first button green\" id=\"optionitem1\"
onclick=\"openItem('optionitem1','"
- + LINK + "');" + "return false;\">"
- + "<h2><a href='" + LINK + "' title='" + LINK + "'>"
- + "Herunterladen von Apache OpenOffice</a></h2>"
- + "<p><a href='" + LINK + "' title='" + LINK + "'>Apache OpenOffice "
+ VERSION + " für "
- + "<b>" + UI_PLATFORM + "</b> und <b>" + LANG_ARRAY[ 2 ] + " (" +
LANG_ARRAY[ 1 ] + ")</b> ist nicht "
- + "verfügbar. Hier klicken für die vorherige Version " +
PRE_VERSION + "</a>.</p>"
- + "</div>" );
- }
- } else {
- // If browser language do not match with AOO languages, then download from
an alternative webpage.
- document.write( "<div class=\"first button green\" id=\"optionitem1\"
onclick=\"openItem('optionitem1','"
- + LINK + "');" + "return false;\">"
- + "<h2><a href='" + LANG_ARRAY[ 4 ] + "' title='" + LANG_ARRAY[ 4 ] +
"'>"
- + "Herunterladen von Apache OpenOffice</a></h2>"
- + "<p><a href='" + LANG_ARRAY[ 4 ] + "' title='" + LANG_ARRAY[ 4 ] +
"'>Apache OpenOffice " + VERSION + " für "
- + "<b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> ist nicht
verfügbar. Bitte den Text anklicken, um "
- + "von der lokalen " + LANG_ARRAY[ 1 ] + " Download-Webseite
auszuwählen</a>.</p>"
- + "</div>" );
- }
- // Show some helpful links for SDK, source, checksums, release notes, legacy
version.
- document.write( "<div class=\"sub-green\">" );
- document.write( "<p>" );
- if ( CHECKSUM_ASC ) {
- document.write( "Signaturen und Hashwerte: "
- + "<a href='" + CHECKSUM_KEYS + "' + title='KEYS Signatur'>KEYS</a> , "
- + "<a href='" + CHECKSUM_ASC + "' + title='ASC Signatur'>ASC</a> , "
- + "<a href='" + CHECKSUM_MD5 + "' + title='MD5 Hashwert'>MD5</a> , "
- + "<a href='" + CHECKSUM_SHA256 + "' + title='SHA256 Hashwert'>SHA256</a>
, "
- + "<a href='../../download/checksums.html' "
- + "title='Wie kann der Download mit Signaturen und Hashwerten überprüft
werden?'>Download überprüfen?</a> | " );
- }
- if ( ARCHIVE ) {
- VERSION = PRE_VERSION;
- }
- document.write( "<a
href='https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1+Release+Notes+(Deutsch)'"
- + "title='Was ist neu, was wurde verbessert in Apache OpenOffice " +
VERSION + "?'>Release Notes</a> | <br />"
- + "<a href='../../download/other.html' title='Hier gibts alle Plattformen,
Spachen, Sprachpakete zum Herunterladen'>"
- + "<b>Alle Plattformen, Sprachen, Sprachpakete</b></a> | "
- + "<a href='../../download/other.html#source' title='Hier gibts alle
Quelldateien und das SDK zum Herunterladen'>"
- + "Quelldateien und SDK</a> | <br />"
- + "<a href='../../porting/index.html'"
- + "title='Hier gibts Apache OpenOffice-Software als USB-Versionen und
andere Drittanbieter-Portierungen'>"
- + "<b>USB-Versionen</b> und andere Drittanbieter-Portierungen</a> | "
- + "Vorgänger- und Legacy-Version: "
- + "<a href='../../download/other-341.html' title='Hier gibts die
Vorgängerversion Apache OpenOffice "
- + OLDVERSION + "'><b>" + OLDVERSION + "</b></a> + "
- + "<a href='../../download/legacy/index.html' title='Hier gibts die
Legacy-Version OpenOffice.org "
- + LEGACYVERSION + "'><b>" + LEGACYVERSION + "</b></a>"
+
+ // 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' title='" +
l10n_download_green_box_selectbox_os_title
+ + "' onchange='getLinkSel()'>"
+ + "</select>"
+ + "<select class='sel-lang' id='lang' name='lang' title='" +
l10n_download_green_box_selectbox_lang_title
+ + "' onchange='getLinkSel()'>"
+ + "</select>"
+ + "<select class='sel-ver' id='ver' name='ver' title='" +
l10n_download_green_box_selectbox_ver_title
+ + "' onchange='getLinkSel()'>"
+ + "</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>
<!-- Green: Stable release: No JavaScript enabled -->
<noscript>
- <div class="first button green" id="optionitem1"
onclick="openItem('optionitem1',
- 'http://sourceforge.net/projects/openofficeorg.mirror/files/'); return
false;">
- <h2><a href="http://sourceforge.net/projects/openofficeorg.mirror/files/"
- title="Hier gibts alle Plattformen, Spachen, Sprachpakete zum
Herunterladen">
- Herunterladen von Apache OpenOffice</a></h2>
- <p><a href="http://sourceforge.net/projects/openofficeorg.mirror/files/"
- title="Hier gibts alle Plattformen, Spachen, Sprachpakete zum
Herunterladen">JavaScript muss aktiviert sein, um Apache
- OpenOffice herunterzuladen. Bitte den Text anklicken, um die
gewünschte Plattform und Sprache von der alternativen
- Download-Webseite auszuwählen</a>.</p>
- </div>
- <div class="sub-green">
- <p><a href="../../porting/index.html"
- title="Hier gibts Apache OpenOffice-Software als USB-Versionen und andere
Drittanbieter-Portierungen">
- <b>USB-Versionen</b> und andere Drittanbieter-Portierungen</a> |
- <a href="../development/releases/index.html" title="Was ist neu, was wurde
verbessert in Apache OpenOffice?">
- <b>Release Notes</b></a> | <br />
- Vorgänger- und Legacy-Version. <a href="../other-341.html"
- title="Hier gibts die Vorgängerversion Apache OpenOffice"><b>altes
Apache OpenOffice</b></a> |
- <a href="../../download/legacy/index.html" title="Hier gibts die
Legacy-Version OpenOffice.org">
- <b>Legacy-Version OpenOffice.org</b></a></p>
+ <div class="first button green-sel" id="optionitem2">
+ <h2>
+ <a>Download Apache OpenOffice</a>
+ </h2>
+ <p>
+ <a style="cursor: pointer;"
href="http://www.apache.org/dyn/aoo-closer.cgi/openoffice/"
+ title="Hier gibts alle Plattformen, Spachen, Sprachpakete zum
Herunterladen">JavaScript muss aktiviert sein, um
+ Apache OpenOffice herunterzuladen. Bitte den Text anklicken, um die
gewünschte Plattform und Sprache von der
+ alternativen Download-Webseite auszuwählen.
+ </a>
+ </p>
</div>
</noscript>
@@ -212,7 +238,7 @@ screen reader. -->
}
} else {
// If browser language do not match with AOO languages, then use
"all_beta.html" as download link.
- // LINK = "http://www.openoffice.org/download/test/all_beta.html";
+ // LINK = "https://www.openoffice.org/download/test/all_beta.html";
document.write( "<div class=\"button yellow\" id=\"optionitem2\"
onclick=\"openItem('optionitem2','"
+ LINK + "') return false;\">"
+ "<h2><a href='" + LINK + "' title='" + LINK + "'>"
@@ -231,15 +257,15 @@ screen reader. -->
+ "<a href='" + CHECKSUM_ASC + "' + title='ASC Signatur'>ASC</a> , "
+ "<a href='" + CHECKSUM_MD5 + "' + title='MD5 Hashwert'>MD5</a> , "
+ "<a href='" + CHECKSUM_SHA256 + "' + title='SHA256
Hashwert'>SHA256</a> , "
- + "<a href='../../download/checksums.html' "
+ + "<a href='https://www.openoffice.org/download/checksums.html' "
+ "title='Wie kann der Download mit Signaturen und Hashwerten
überprüft werden?'>Download überprüfen?</a> | " );
}
document.write( "<a
href='https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1+Release+Notes+(Deutsch)'"
+ "title='Was ist neu, was wurde verbessert in Apache OpenOffice " +
BETA_NAME + "?'>Release Notes</a> | <br />"
- + "<a href='../../download/all_beta.html'"
+ + "<a href='https://www.openoffice.org/download/all_beta.html'"
+ "title='Hier gibts alle Plattformen, Spachen, Sprachpakete zum
Herunterladen'>"
+ "<b>Alle Plattformen, Sprachen, Sprachpakete</b></a> | "
- + "<a href='../../download/all_beta.html#source'"
+ + "<a href='https://www.openoffice.org/download/all_beta.html#source'"
+ "title='Hier gibts alle Quelldateien und das SDK zum Herunterladen'>"
+ "Quelldateien und SDK</a> | <br />"
+ "</div>" );
@@ -258,307 +284,177 @@ screen reader. -->
} else {
// Yellow: Beta Release, show nothing as it is not yet ready
}
+
//-->
</script>
-
<!-- Yellow: Beta: No JavaScript enabled -->
+<!--
<noscript>
<div class="button yellow" id="optionitem2" onclick="openItem('optionitem2',
- 'http://sourceforge.net/projects/openofficeorg.mirror/files/'); return
false;">
- <h2><a href="http://sourceforge.net/projects/openofficeorg.mirror/files/"
+ 'https://sourceforge.net/projects/openofficeorg.mirror/files/'); return
false;">
+ <h2><a href="https://sourceforge.net/projects/openofficeorg.mirror/files/"
title="Select from all platforms, languages, language packs to download">
Herunterladen von Apache OpenOffice Beta</a></h2>
- <p><a href="http://sourceforge.net/projects/openofficeorg.mirror/files/"
+ <p><a href="https://sourceforge.net/projects/openofficeorg.mirror/files/"
title="Select from all platforms, languages, language packs to
download">JavaScript muss aktiviert sein, um Apache
OpenOffice herunterzuladen. Bitte den Text anklicken, um die
gewünschte Plattform und Sprache von der alternativen
Download-Webseite auszuwählen</a>.</p>
</div>
<div class="sub-yellow">
- <p><a href="../development/releases/index.html" title="Was ist neu, was
wurde verbessert in Apache OpenOffice?">
- <b>Release Notes</b></a></p>
+ <p><a href="https://www.openoffice.org/development/releases/index.html"
+ title="Was ist neu, was wurde verbessert in Apache OpenOffice?"><b>Release
Notes</b></a></p>
</div>
</noscript>
-
+-->
<!-- Light Blue: Share download with social networks -->
- <div class="button lightblue" id="optionitem2">
- <h2><a style="cursor: default;"
- title="Bitte weitersagen! Erzähle Deinen Freunden von Apache
OpenOffice">Bitte weitersagen!</a></h2>
- <p style="cursor: default;" id="ShareDownloadLinks">
- <a style="cursor: default;"
- title="Bitte weitersagen! Erzähle Deinen Freunden von Apache
OpenOffice">
- Erzähle Deinen Freunden von Apache OpenOffice.</a>
- <a style="display: inline; padding: 0 5px 0 30px;"
href="javascript:shareFacebook()"
- title="Erzähle Deinen Freunden von über Facebook"><img
src="../../images/logo-facebook-32.png"
- alt="Bitte weitersagen! Erzähle Deinen Freunden von Apache OpenOffice
über Facebook" /></a>
- <a style="display: inline; padding: 0 5px;"
href="javascript:shareTwitter()"
- title="Erzähle Deinen Freunden von über Twitter"><img
src="../../images/logo-twitter-32.png"
- alt="Bitte weitersagen! Erzähle Deinen Freunden von Apache OpenOffice
über Twitter" /></a>
- <a style="display: inline; padding: 0 5px;"
href="javascript:shareGooglePlus()"
- title="Erzähle Deinen Freunden von über Google+"><img
src="../../images/logo-googleplus-32.png"
- alt="Bitte weitersagen! Erzähle Deinen Freunden von Apache OpenOffice
über Google+" /></a>
- </p>
- </div>
-
- <!-- Blue: Extensions -->
- <div class="button blue" id="optionitem3"
onclick="openItem('optionitem3','http://extensions.openoffice.org');
- return false;">
- <h2><a href="http://extensions.openoffice.org"
- title="Wähle aus einem breiten Angebot an zusätzlicher und
individueller Funktionalität">
- Erweiterungen/Wörterbücher für Apache OpenOffice</a></h2>
- <p><a href="http://extensions.openoffice.org"
- title="Wähle aus einem breiten Angebot an zusätzlicher und
individueller Funktionalität">
- Erweitere Deine Apache OpenOffice Funktionalität mit einer groÃen
und wachsenden Bibliothek aus Erweiterungen und
- Wörterbüchern auch mit anderen Anwendern.</a></p>
- </div>
-
- <!-- Blue: Templates -->
- <div class="button blue" id="optionitem3_1"
onclick="openItem('optionitem3_1','http://templates.openoffice.org');
- return false;">
- <h2><a href="http://templates.openoffice.org"
- title="Wähle aus einem breiten Angebot an zusätzlichen und
individuellen Vorlagen">
- Vorlagen für Apache OpenOffice</a></h2>
- <p><a href="http://templates.openoffice.org"
- title="Wähle aus einem breiten Angebot an zusätzlichen und
individuellen Vorlagen">
- Erweitere Deine Apache OpenOffice Kreativität mit einer groÃen und
wachsenden Bibliothek aus Vorlagen auch mit
- anderen Anwendern.</a></p>
- </div>
-
- <!-- Yellow: Release Candidate online -->
<script type="text/javascript">
- /*
<!--
- if ( RC_ACTIVE == 1 ) {
- document.write( "<div class=\"button yellow\" id=\"optionitem4\"
onclick=\"openItem('optionitem4',"
- + "'all_rc.html#untested-full');"
- + "return false;\">"
- + "<h2><a href='all_rc.html#untested-full' title='Select from other
platforms and languages to download'>"
- + "Get OpenOffice.org Release Candidates</a></h2>"
- + "<p><a href='all_rc.html#untested-full' title='Select from other
platforms and languages to download'>"
- + "<b>Most recent: OOo " + RC_NAME + " " + RC_NUMBER + "</b></a></p>"
- + "</div>" );
- document.write( "<div class=\"sub-yellow\">"
- + "<p><a href='all_rc.html' title='Get all platforms, languages,
language packs to download'>"
- + "Get all platforms, languages, language packs</a> | "
- + "<a href='http://www.openoffice.org/development/releases/" + RC_BUILD
+ ".html'"
- + "title='What is new, what has been improved in OpenOffice.org " +
RC_NAME + RC_NUMBER + "?'>Release Notes</a> | "
- + "<a href='next/md5sums/" + RC_BUILD + "_md5sums.txt' title='MD5
checksums for OpenOffice.org " + RC_NAME + RC_NUMBER
- + "'>MD5 checksums</a></p>"
- + "</div>" );
- } else if ( RC_ACTIVE == 0 ) {
- // Yellow: Release Candidate coming soon
- document.write( "<div class=\"button yellow\" id=\"optionitem4\">"
- + "<h2><a>Get OpenOffice.org Release Candidate <small>(" + RC_NAME +
RC_NUMBER + " coming soon)</small></a></h2>"
- + "<p><a>A wide range of platforms and languages will be available."
- + "<br /><b>Important:</b> These builds are nearly ready but needs to be
finally tested and are therefore not "
- + "released.</a></p>"
- + "</div>" );
- }
+ 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='https://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='https://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='https://www.openoffice.org/images/logo-googleplus-32.png'
alt='"
+ + l10n_share_light_blue_box_googleplus_alt + "' />"
+ + "</a>"
+ + "</p>"
+ + "</div>" );
//-->
- */
</script>
- <!-- Yellow: Release Candidate: No JavaScript enabled -->
+ <!-- Blue: Extensions -->
+ <script type="text/javascript">
<!--
- <noscript>
- <div class="button yellow" id="optionitem4"
onclick="openItem('optionitem4','all_rc.html#untested-full'); return false;">
- <h2><a href="all_rc.html" title="Select from all platforms, languages,
language packs to download">
- Get OpenOffice.org Release Candidate</a></h2>
- <p><a href="all_rc.html" title="Select from other platforms, languages,
language packs to download">
- JavaScript needs to be enabled to take full advantage of this download
section. Currently it does not seem to be enabled.
- Please click on this text to use the alternative webpage to select the
favorite platform and language.</a></p>
- </div>
- <div class="sub-yellow">
- <p><a href="all_rc.html" title="Get all platforms, languages, language
packs to download">
- Get all platforms, languages, language packs</a> |
- <a href="http://www.openoffice.org/development/releases/dev_index.html"
- title="What is new, what has been improved in OpenOffice.org?">Release
Notes</a> |
- <a href="next/md5sums/index.html" title="MD5 checksums for
OpenOffice.org">MD5 checksums</a></p>
- </div>
- </noscript>
+ document.write( "<div class='button blue' id='optionitem5' "
+ + "onclick='openItem('optionitem5','https://extensions.openoffice.org');
return false;'>"
+ + "<h2>"
+ + "<a href='https://extensions.openoffice.org' title='" +
l10n_ext_blue_box_headline_title + "'>"
+ + l10n_ext_blue_box_headline_text
+ + "</a>"
+ + "</h2>"
+ + "<p>"
+ + "<a href='https://extensions.openoffice.org' title='" +
l10n_ext_blue_box_text_title + "'>"
+ + l10n_ext_blue_box_text_text
+ + "</a>"
+ + "</p>"
+ + "</div>" );
//-->
+ </script>
- <!-- Yellow: Beta Release online -->
+ <!-- Blue: Templates -->
<script type="text/javascript">
- /*
<!--
- if ( BETA_ACTIVE == 1 ) {
- document.write( "<div class=\"button yellow\" id=\"optionitem2\"
onclick=\"openItem('optionitem2','all_beta.html');"
- + "return false;\">"
- + "<h2><a href='all_beta.html' title='Select from all platforms,
languages, language packs to download'\">"
- + "Get OpenOffice.org Beta Release</a></h2>"
- + "<p><a href='all_beta.html' title='Select from all platforms,
languages, language packs to download'\">"
- + "<b>Most recent: OOo-Dev " + BETA_NAME + " " + BETA_NUMBER +
"</b></a></p>"
- + "</div>" );
- document.write( "<div class=\"sub-yellow\">"
- + "<p><a href='all_beta.html' title='Get all platforms, languages,
language packs to download'>"
- + "Get all platforms, languages, language packs</a> | "
- + "<a href='http://www.openoffice.org/development/releases/" +
BETA_BUILD + ".html'"
- + "title='What is new, what has been improved in OpenOffice.org " +
BETA_NAME + BETA_NUMBER + "?'>Release Notes</a> | "
- + "<a href='next/md5sums/index.html" + BETA_BUILD + "_md5sums.txt'
title='MD5 checksums for OpenOffice.org "
- + BETA_NAME + BETA_NUMBER + "'>MD5 checksums</a></p>"
- + "</div>" );
- } else if ( BETA_ACTIVE == 0 ) {
- // Yellow: Beta Release coming soon
- document.write( "<div class=\"button yellow\" id=\"optionitem2\">"
- + "<h2><a>Get OpenOffice.org Beta Release <small>(" + BETA_NAME +
BETA_NUMBER + " coming soon)</small></a></h2>"
- + "<p><a>A wide range of platforms and languages will be available."
- + "<br /><b>Important:</b> The Beta is feature complete but can contain
issues and detailed tests needs to be done."
- + "</a></p>"
- + "</div>" );
- }
+ document.write( "<div class='button blue' id='optionitem6' "
+ + "onclick='openItem('optionitem6','https://templates.openoffice.org');
return false;'>"
+ + "<h2>"
+ + "<a href='https://templates.openoffice.org' title='" +
l10n_tlp_blue_box_headline_title + "'>"
+ + l10n_tlp_blue_box_headline_text
+ + "</a>"
+ + "</h2>"
+ + "<p>"
+ + "<a href='https://templates.openoffice.org' title='" +
l10n_tlp_blue_box_text_title + "'>"
+ + l10n_tlp_blue_box_text_text
+ + "</a>"
+ + "</p>"
+ + "</div>" );
//-->
- */
</script>
- <!-- Yellow: Beta: No JavaScript enabled -->
- <!--
- <noscript>
- <div class="button yellow" id="optionitem2"
onclick="openItem('optionitem2','all_beta.html#untested-full'); return false;">
- <h2><a href="all_beta.html" title="Select from all platforms, languages,
language packs to download">
- Get OpenOffice.org Beta Release</a></h2>
- <p><a href="all_beta.html" title="Select from all platforms, languages,
language packs to download">
- JavaScript needs to be enabled to take full advantage of this download
section. Currently it does not seem to be enabled.
- Please click on this text to use the alternative webpage to select the
favorite platform and language.</a></p>
- </div>
- <div class="sub-yellow">
- <p><a href="all_beta.html" title="Get all platforms, languages, language
packs to download">
- Get all platforms, languages, language packs</a> |
- <a href="http://www.openoffice.org/development/releases/dev_index.html"
- title="What is new, what has been improved in OpenOffice.org?">Release
Notes</a> |
- <a href="next/md5sums/index.html" title="MD5 checksums for
OpenOffice.org">MD5 checksums</a></p>
- </div>
- </noscript>
- //-->
+ </div> <!-- class "optionset" -->
+
+ <div class="additionalinformation">
- <!-- Red: Developer Snapshots online -->
<script type="text/javascript">
- /*
<!--
- document.write( "<div class=\"button orange\" id=\"optionitem5\"
onclick=\"openItem('optionitem5','next/index.html');"
- + "return false;\">"
- + "<h2><a href='next/index.html' title='Select from the most recent
OpenOffice.org Developer Snapshots'>"
- + "Get OpenOffice.org Developer Snapshots</a></h2>" );
- document.write( "<p><a href='next/index.html' title='Select from the most
recent OpenOffice.org Developer "
- + "Snapshots'><b>" );
- if ( DEV1_VERSION != "" ) {
- document.write( "Most recent: " + DEV1_VERSION + " (" + DEV1_BUILD + ")
and " + DEV2_VERSION + " (" + DEV2_BUILD
- + ")" );
- } else {
- document.write( "Most recent: " + DEV2_VERSION + " (" + DEV2_BUILD + ")"
);
- }
- document.write( "</b></a></p>"
- + "</div>" );
- document.write( "<div class=\"sub-orange\">"
- + "<p><a href='next/other.html' title='Get all platforms, languages, SDK
builds, source tarballs to download'>"
- + "Get all platforms, languages, SDK builds, source tarballs</a> | "
- + "<a href='http://www.openoffice.org/development/releases/dev_index.html'"
- + "title='What is new, what has been improved in OpenOffice.org?'>Release
Notes</a> | "
- + "<a href='next/md5sums/index.html' title='MD5 checksums for
OpenOffice.org'>MD5 checksums</a></p>"
+ document.write( "<h3>" + l10n_nav_headline_1_text + "</h3>"
+ + "<ul>"
+ + "<li><a
href='https://www.openoffice.org/development/releases/index.html'"
+ + "title='" + l10n_nav_release_notes_title + "'>" +
l10n_nav_release_notes_text + "</a></li>"
+ + "<li><a
href='https://www.openoffice.org/dev_docs/source/sys_reqs_aoo40.html'"
+ + "title='" + l10n_nav_sysreq_title + "'>"
+ + l10n_nav_sysreq_text + "</a></li>"
+ + "<li><a href='https://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='https://openoffice.apache.org/downloads.html'"
+ + "title='" + l10n_nav_source_title + "'>" + l10n_nav_source_text + "</a>"
+ + "<li><a
href='https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO'"
+ + "title='" + l10n_nav_build_title + "'>" + l10n_nav_build_text +
"</a></li>"
+ + "<li><a href='https://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='https://cwiki.apache.org/confluence/display/OOOUSERS/Releases'"
+ + "title='" + l10n_nav_schedule_title + "'>" + l10n_nav_schedule_text +
"</a></li>"
+ + "<li><a href='https://wiki.services.openoffice.org/wiki/Product_Release'"
+ + "title='" + l10n_nav_hist_schedule_title + "'>" +
l10n_nav_hist_schedule_text + "</a></li>"
+ + "<li><a
href='https://www.openoffice.org/download/common/instructions.html'"
+ + "title='" + l10n_nav_inst_guide_title + "'>" + l10n_nav_inst_guide_text
+ "</a></li>"
+ + "<li><a href='https://www.openoffice.org/documentation/index.html'"
+ + "title='" + l10n_nav_user_guide_title + "'>" + l10n_nav_user_guide_text
+ "</a></li>"
+ + "<li><a href='https://www.openoffice.org/download/common/java.html'"
+ + "title='" + l10n_nav_why_java_title + "'>" + l10n_nav_why_java_text +
"</a></li>"
+ + "<li><a href='https://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='https://www.openoffice.org/support/index.html'"
+ + "title='" + l10n_nav_support_title + "'>" + l10n_nav_support_text +
"</a></li>"
+ + "<li><a href='https://openoffice.apache.org/native-lang.html'"
+ + "title='" + l10n_nav_local_title + "'>" + l10n_nav_local_text +
"</a></li>"
+ + "<li><a href='https://www.openoffice.org/stats/index.html'"
+ + "title='" + l10n_nav_stat_title + "'>" + l10n_nav_stat_text + "</a></li>"
+ + "<li><a
href='https://sourceforge.net/projects/openofficeorg.mirror/files/'"
+ + "title='" + l10n_nav_mirrors1_title + "'>" + l10n_nav_mirrors1_text +
"</a><br /></li>"
+ + "<li><a href='https://www.apache.org/dyn/aoo-closer.cgi/openoffice/'"
+ + "title='" + l10n_nav_mirrors2_title + "'>" + l10n_nav_mirrors2_text +
"</a><br /></li>"
+ + "<li><a href='https://www.openoffice.org/porting/index.html'"
+ + "title='" + l10n_nav_porting_title + "'>" + l10n_nav_porting_text +
"</a><br /></li>"
+ + "<li><a href='https://www.openoffice.org/download/archive.html'"
+ + "title='" + l10n_nav_archive_title + "'>" + l10n_nav_archive_text +
"</a><br /></li>"
+ + "<li><a href='https://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='https://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='https://www.openoffice.org/images/valid-xhtml10-blue.png'
alt='" + l10n_img_w3c_alt + "' />"
+ + "</a>"
+ "</div>" );
//-->
- */
</script>
- <!-- Red: Developer Snapshots: No JavaScript enabled -->
- <!--
- <noscript>
- <div class="button orange" id="optionitem5"
onclick="openItem('optionitem5','next/index.html'); return false;">
- <h2><a href="next/other.html" title="Select from the most recent
OpenOffice.org Developer Snapshots">
- Get OpenOffice.org Developer Snapshots</a></h2>
- <p><a href="next/other.html" title="Select from the most recent
OpenOffice.org Developer Snapshots">
- JavaScript needs to be enabled to take full advantage of this download
section. Currently it does not seem to be enabled.
- Please click on this text to use the alternative webpage to select the
favorite platform and language.</a></p>
- </div>
- <div class="sub-orange">
- <p><a href="next/other.html" title="Get all platforms, languages, language
packs, SDK builds, source tarballs to
- download">
- Get all platforms, languages, language packs, SDK builds, source
tarballs</a> |
- <a href="http://www.openoffice.org/development/releases/dev_index.html"
title="What is new, what has been improved in
- OpenOffice.org?">
- Release Notes</a> | <a href="next/md5sums/index.html" title="MD5 checksums
for OpenOffice.org">MD5 checksums</a></p>
- </div>
- </noscript>
- //-->
-</div>
-
-<div class="additionalinformation">
+ </div> <!-- class: additionalinformation -->
- <h2>Zusätzliche Informationen</h2>
- <ul>
- <li><a href="../../license.html"
- title="Apache OpenOffice Lizenz">Lizenz</a></li>
- <li><a href="../../download/other.html#source"
- title="Für Entwickler und Power-User: Der Quellcode, um Apache
OpenOffice von Grund auf zu bauen.">Quellcode</a>
- <li><a
href="http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO"
- title="Für Entwickler und Power-User: Anleitung zum Bauen von Apache
OpenOffice">Anleitung zum Bauen</a></li>
- <li><a href="../../stats/index.html"
- title="Download und andere Statistiken">Download Statistiken</a></li>
- </ul>
-
- <h3>Dokumentation</h3>
- <ul>
- <li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/Releases"
- title="Wann ist ein neues Release geplant?">Derzeitige
Release-Planung</a></li>
- <li><a href="http://wiki.services.openoffice.org/wiki/Product_Release"
- title="Wann wurden alte Releases geplant?"> Historische
Release-Planung</a></li>
- <li><a href="../../development/releases/index.html"
- title="Was ist neu, was wurde verbessert in Apache OpenOffice?">Release
Notes</a></li>
- <li><a href="../../download/checksums.html"
- title="Wie kann der Download mit Signaturen und Hashwerten überprüft
werden?">Download überprüfen?</a></li>
- <li><a href="../../product/index.html"
- title="Eine Tour durch alle Apache OpenOffice
Applikationen">Produktinformation</a></li>
- <li><a href="../../dev_docs/source/sys_reqs_aoo40.html"
- title="Festplatte: ~300MB frei - RAM: >128MB - Prozessor: >500MHz -
OS: Win, Linux, Mac OS, Solaris, FreeBSD...">
- Systemvoraussetzungen</a></li>
- <li><a href="../../download/common/instructions.html"
- title="Installationsanleitungen für Apache OpenOffice auf Windows, Linux
und Mac OS ">Installationsanleitungen</a> und
- <a href="../../documentation/index.html"
- title="Ausführliche Handbücher für die tägliche
Arbeit">Handbücher</a></li>
- <li><a href="../../development/releases/eol.html"
- title="Eingestellte und nicht weitergepflegte Versionen
(End-Of-Life)">Eingestellte Versionen (End-Of-Life)</a></li>
- <li><a href="../../support/index.html"
- title="Hier gibts kostenlose und kostenpflichtige
Unterstützung!">Unterstützung (Support)</a></li>
- <li><a href="../../download/common/java.html"
- title="Informationen über Java: Was ist es und wofür brauche ich
es?">Java und Apache OpenOffice</a></li>
- </ul>
-
- <h3>Zusätzliche Ressourcen</h3>
- <ul>
- <li><a href="http://extensions.openoffice.org/en/search?query=dictionaries"
- title="Weitere Wörterbücher für Apache
OpenOffice">Wörterbücher</a></li>
- <li><a href="http://templates.openoffice.org"
- title="Wähle aus einem breiten Angebot an zusätzlichen und
individuellen Vorlagen">Vorlagen</a></li>
- <li><a href="http://extensions.openoffice.org"
- title="Wähle aus einem breiten Angebot an zusätzlicher und
individueller Funktionalität">
- Erweiterungen (Extensions)</a></li>
- <li><a href="http://openoffice.apache.org/native-lang.html"
- title="Information und Unterstützung in Deiner bevorzugten
Sprache">Lokalisierungen</a></li>
- <li><a href="../../download/sdk/index.html"
- title="Für Entwickler: Software Development Kit (SDK)">Software
Development Kit (SDK)</a></li>
- <!--
- <li><a href="../../distribution/index.html"
- title="Fragen und Antworten zu Distributionen (FAQ)">FAQ zu
Distributionen</a></li>
- <li><a href="../../distribution/cdrom/iso_download.html"
- title="Herunterladen von Apache OpenOffice als ISO-Datei. Brenne es selber
auf CD-ROM">ISO-Dateien</a> und
- <a href="../../distribution/cdrom/index.html#cdrom"
- title="Wenn Du Apache OpenOffice nicht herunterladen kannst, fordere eine
eine CD-ROM an">CD ROM anfordern</a>
- <li><a href="../../distribution/mirrors#mirrors"
- title="Alternative Download-Möglichkeiten">Alle Spiegel-Server</a><br
/></li>
- -->
- <li><a href="http://www.apache.org/dyn/aoo-closer.cgi/openoffice/"
- title="Herunterladen über Apache Spiegel-Server">Alternative
Download-Server</a><br /></li>
- <li><a href="../../download/archive.html"
- title="Herunterladen von Legacy und archivierten Versionen">Archivierte
und Legacy-Versionen</a><br /></li>
- </ul>
-
- <div id="SupportedAndSupporters">
- <p> </p>
- <a
href="http://validator.w3.org/check?uri=http://www.openoffice.org/de/download/index.html"
- title="W3C Markup Validation Service - Überprüfung von
Web-Dokumenten (HTML, XHTML, ...)">
- <img src="../../images/valid-xhtml10-blue.png"
- alt="W3C Markup Validation Service - Überprüfung von
Web-Dokumenten (HTML, XHTML, ...)" /></a>
- </div>
-</div>
+</div> <!-- class: overall_optionset -->
</body>
</html>