User: markomlm Date: 2010-02-10 08:03:31+0000 Modified: de/www/downloads/download.js
Log: Weiterleitung auf About_unterstuetzung wieder eingebaut File Changes: Directory: /de/www/downloads/ ============================= File [changed]: download.js Url: http://de.openoffice.org/source/browse/de/www/downloads/download.js?r1=1.2&r2=1.3 Delta lines: +2 -2 ------------------- --- download.js 2010-02-09 23:35:30+0000 1.2 +++ download.js 2010-02-10 08:03:28+0000 1.3 @@ -136,12 +136,12 @@ function write_download_link() { os_detect(); - document.writeln( "<a href=\"http://download.services.openoffice.org/files/localized/de/"+version+"/"+filename+"\">" ); + document.writeln( "<a href=\"../about-ooo/about_unterstuetzung.html?dl=http://download.services.openoffice.org/files/localized/de/"+version+"/"+filename+"\">" ); document.writeln( "OpenOffice.org für " + os_name + " herunterladen</a>" ); } function write_torrent_link() { - document.writeln( "<a href=\"http://borft.student.utwente.nl/~adrian/torrentphp/torrent.php/" + + document.writeln( "<a href=\"../about-ooo/about_unterstuetzung.html?dl=http://borft.student.utwente.nl/~adrian/torrentphp/torrent.php/" + filename + ".torrent\">Über BitTorrent herunterladen</a> · <a href=\"http://borft.student.utwente.nl/~adrian/bt.php\">Übersicht</a>" ); } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
