User: sweigel Date: 2010-02-14 12:22:51+0000 Modified: de/www/downloads/download_sw.html
Log: Zeigt jetzt individuell an, ob der Download JRE dabei hat oder nicht. Issue number: Submitted by: Reviewed by: File Changes: Directory: /de/www/downloads/ ============================= File [changed]: download_sw.html Url: http://de.openoffice.org/source/browse/de/www/downloads/download_sw.html?r1=1.8&r2=1.9 Delta lines: +7 -3 ------------------- --- download_sw.html 2010-02-14 11:59:53+0000 1.8 +++ download_sw.html 2010-02-14 12:22:48+0000 1.9 @@ -46,8 +46,12 @@ if ( hasMirrorLink() ) { document.write( "<h2><a href='" + getLink( VERSION, MIRROR ) + "'" + ">OpenOffice.org " + VERSION + " herunterladen</a></h2>" + "<p><a href='" + getLink( VERSION, MIRROR ) + "'" - + ">Klicken Sie hier für den Download der aktuellen Version für " + getPlatform() + " (" + getLanguage() + ")" - + "<br>(Java Laufzeitumgebung (JRE) ist enthalten, außer für Linux 32/64-bit Debian and Mac OS)</p>" ); + + ">Klicken Sie hier für den Download der aktuellen Version für " + getPlatform() + " (" + getLanguage() + ")"); + if (getLink( VERSION, MIRROR ).indexOf('wJRE',0) > 0) { + document.write( "<br>(Die Java Laufzeitumgebung (JRE) ist in diesem Download enthalten.)</p>" ); + } else { + document.write( "<br>(Die Java Laufzeitumgebung (JRE) ist in diesem Download nicht enthalten.)</p>" ); + } } else { document.write( "<h2><a href='" + getLink( VERSION, MIRROR ) + "'" @@ -338,7 +342,7 @@ <!-- END OF CONTENT --> -<p style="text-align: center; margin-top: 20px;"> +<p style="text-align: center;"> <a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10-blue" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
