User: markomlm Date: 2010-02-10 14:26:11+0000 Modified: de/www/downloads/download.js de/www/downloads/download.html
Log: letzte Änderungen für noscript File Changes: Directory: /de/www/downloads/ ============================= File [changed]: download.js Url: http://de.openoffice.org/source/browse/de/www/downloads/download.js?r1=1.5&r2=1.6 Delta lines: +9 -6 ------------------- --- download.js 2010-02-10 12:13:29+0000 1.5 +++ download.js 2010-02-10 14:26:09+0000 1.6 @@ -12,11 +12,13 @@ function DPLoad( ) { /* extrahiert den Wert für den übergebenen Parameter aus der URL */ x=getParam( "version"); -if ( version != x ) { +if ( x !=null ) { + if ( version != x ) { /* wenn Eintrag der übergebenen Version entspricht -> Index merken und später setzen */ version = x; } + } } // ooodev - PrOOo-Box-DVD, Portable-OOo und ggf. weitere Zusatzprojekte @@ -110,8 +112,8 @@ mirror = mirror_list[index][2]; tracker = "http://ooodev.org:6969/torrents"; - // --- PrOOoBox --- - + // --- PrOOoBox --- Version ist extra definiertändern, wenn noch nicht aktuelle Version verfügbar! + version = "3.1.1"; add_set_href( "prooo_win_cd", mirror+"prooo-box-cd/prooo-box-"+version+"-1_CD_Win_de.iso" ); add_set_href( "prooo_win_cd_torrent", tracker+"/OOo_"+version+"-1_CD_Win_prooo-box_de.iso.torrent?info_hash=0c987ed1fed0c63e87e7554661b2fd85d970cbb0" ); @@ -124,10 +126,11 @@ add_set_href( "prooo_dvd", mirror+"prooo-box-dvd/prooo-box-"+version+"-1_DVD_de.iso" ); add_set_href( "prooo_dvd_torrent", tracker+"/OOo_"+version+"-1_DVD_prooo-box_allplatforms_de.iso.torrent?info_hash=17464aff190288ea950000be346884a615d70783" ); - // --- OOoPortable --- + // --- OOoPortable ---Version ist extra definiertändern, wenn noch nicht aktuelle Version verfügbar! + version = "3.1.1"; - add_set_href( "ooop_win_py", mirror+"oooportable/OpenOfficePortable_3.1.0_German.paf.exe" ); - add_set_href( "ooop_win_nopy", mirror+"oooportable-plus/new/OpenOffice_Portable_2.2.1_de-de.paf.exe" ); + // --- add_set_href( "ooop_win_py", mirror+"oooportable/OpenOfficePortable_"+version+"_German.paf.exe" ); + // --- add_set_href( "ooop_win_nopy", mirror+"oooportable-plus/new/OpenOffice_Portable_2.2.1_de-de.paf.exe" ); } // --- File [changed]: download.html Url: http://de.openoffice.org/source/browse/de/www/downloads/download.html?r1=1.4&r2=1.5 Delta lines: +12 -6 -------------------- --- download.html 2010-02-10 09:02:00+0000 1.4 +++ download.html 2010-02-10 14:26:09+0000 1.5 @@ -12,7 +12,13 @@ <body> <!-- CONTENT GOES HERE --> - +<noscript> +<p>Diese Seite verwendet JavaScript, um die aktuellen Downloadlinks zu erzeugen.<br /> + Verwenden Sie einen JavaScript-fähigen Browser, nutzen Sie die statischen Links + oder laden Sie die gewünschte Version von der + <a href="./mirror.html">scriptfreien Seite herunter</a>. +</p> +</noscript> <div id="dlBoxes"> <div id="dlCurrent" class="dlBox"> @@ -65,21 +71,21 @@ <ul class="dlItemList"> <li> CD-Image: - <a id="prooo_win_cd" href="/downloads">Windows</a> <a id="prooo_win_cd_torrent" href="http://ooodev.org:6969/index.html?search=PrOOo-Box">(Torrent)</a> + <a id="prooo_win_cd" href="http://www.prooo-box.org/">Windows</a> <a id="prooo_win_cd_torrent" href="http://ooodev.org:6969/index.html?search=PrOOo-Box">(Torrent)</a> · - <a id="prooo_rpm_cd" href="/downloads">Linux (RPM)</a> <a id="prooo_rpm_cd_torrent" href="http://ooodev.org:6969/index.html?search=PrOOo-Box">(Torrent)</a> + <a id="prooo_rpm_cd" href="http://www.prooo-box.org/">Linux (RPM)</a> <a id="prooo_rpm_cd_torrent" href="http://ooodev.org:6969/index.html?search=PrOOo-Box">(Torrent)</a> · - <a id="prooo_deb_cd" href="/downloads">Linux (DEB)</a> <a id="prooo_deb_cd_torrent" href="http://ooodev.org:6969/index.html?search=PrOOo-Box">(Torrent)</a> + <a id="prooo_deb_cd" href="http://www.prooo-box.org/">Linux (DEB)</a> <a id="prooo_deb_cd_torrent" href="http://ooodev.org:6969/index.html?search=PrOOo-Box">(Torrent)</a> </li> <li> - <a id="prooo_dvd" href="/downloads">DVD-Image</a> <a id="prooo_dvd_torrent" href="http://ooodev.org:6969/index.html?search=PrOOo-Box">(Torrent)</a> + <a id="prooo_dvd" href="http://www.prooo-box.org/">DVD-Image</a> <a id="prooo_dvd_torrent" href="http://ooodev.org:6969/index.html?search=PrOOo-Box">(Torrent)</a> </li> </ul> <li class="section">OOoPortable</li> <ul class="dlItemList"> <li> - <a id="ooop_win_py" href="/downloads">Windows (mit Python)</a> + <a id="ooop_win_py" href="../about-ooo/about_unterstuetzung.html?dl=http://downloads.sourceforge.net/portableapps/OpenOfficePortable_3.1.1_German.paf.exe?download">Windows</a> <a id="ooop_win_nopy" href="/downloads"></a> </li> </ul> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
