diff options
author | Filip Komar <filip@mageia.org> | 2013-03-14 18:30:31 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2013-03-14 18:30:31 +0000 |
commit | 4a28d65de1c9191318f0bf091ef4ca9025b03de2 (patch) | |
tree | 114b016b25b18cf247cfc24f3c8a34c033da9316 /en | |
parent | 1bd6fca082f853d58a36c7221a4924691882d621 (diff) | |
download | www-4a28d65de1c9191318f0bf091ef4ca9025b03de2.tar www-4a28d65de1c9191318f0bf091ef4ca9025b03de2.tar.gz www-4a28d65de1c9191318f0bf091ef4ca9025b03de2.tar.bz2 www-4a28d65de1c9191318f0bf091ef4ca9025b03de2.tar.xz www-4a28d65de1c9191318f0bf091ef4ca9025b03de2.zip |
added torrents
Diffstat (limited to 'en')
-rw-r--r-- | en/3/index.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/en/3/index.php b/en/3/index.php index 2b25e4e0c..74d272c1f 100644 --- a/en/3/index.php +++ b/en/3/index.php @@ -66,7 +66,7 @@ _lang_load($locale, '3'); <th><?php _e('Format');?></th> <th class="size"><?php _e('size');?></th> <th><?php _e('link');?></th> - <?php /*<th><?php _e('BitTorrent');?></th>*/ ?> + <th><?php _e('BitTorrent');?></th> </tr> </thead> <tbody> @@ -97,8 +97,8 @@ _lang_load($locale, '3'); <td class="size">1.4GB</td> <td><a rel="nofollow" href="?q=Mageia-3-beta3-LiveDVD-KDE4-i586-DVD.iso"><?php _e('32bit');?></a><br> <a rel="nofollow" href="?q=Mageia-3-beta3-LiveDVD-KDE4-x86_64-DVD.iso"><?php _e('64bit');?></a></td> - <?php /*<td><a rel="nofollow" href="?q=Mageia-3-beta3-LiveDVD-KDE4-i586-DVD.iso&torrent=1"><?php _e('32bit');?></a><br> - <a rel="nofollow" href="?q=Mageia-3-beta3-LiveDVD-KDE4-x86_64-DVD.iso&torrent=1"><?php _e('64bit');?></a></td>*/ ?> + <td><a rel="nofollow" href="?q=Mageia-3-beta3-LiveDVD-KDE4-i586-DVD.iso&torrent=1"><?php _e('32bit');?></a><br> + <a rel="nofollow" href="?q=Mageia-3-beta3-LiveDVD-KDE4-x86_64-DVD.iso&torrent=1"><?php _e('64bit');?></a></td> </tr> <tr> <th class="name"><?php _e('LiveDVD GNOME')?><br> @@ -106,8 +106,8 @@ _lang_load($locale, '3'); <td class="size">1.4GB</td> <td><a rel="nofollow" href="?q=Mageia-3-beta3-LiveDVD-GNOME-i586-DVD.iso"><?php _e('32bit');?></a><br> <a rel="nofollow" href="?q=Mageia-3-beta3-LiveDVD-GNOME-x86_64-DVD.iso"><?php _e('64bit');?></a></td> - <?php /*<td><a rel="nofollow" href="?q=Mageia-3-beta3-LiveDVD-GNOME-i586-DVD.iso&torrent=1"><?php _e('32bit');?></a><br> - <a rel="nofollow" href="?q=Mageia-3-beta3-LiveDVD-GNOME-x86_64-DVD.iso&torrent=1"><?php _e('64bit');?></a></td>*/ ?> + <td><a rel="nofollow" href="?q=Mageia-3-beta3-LiveDVD-GNOME-i586-DVD.iso&torrent=1"><?php _e('32bit');?></a><br> + <a rel="nofollow" href="?q=Mageia-3-beta3-LiveDVD-GNOME-x86_64-DVD.iso&torrent=1"><?php _e('64bit');?></a></td> </tr> <tr><td colspan="4"> </td></tr> <tr> @@ -115,14 +115,14 @@ _lang_load($locale, '3'); <span class="dlinfo"><?php _e('not suitable for upgrade')?></th> <td class="size">680MB</td> <td><a rel="nofollow" href="?q=Mageia-3-beta3-LiveCD-KDE4-en-i586-CD.iso"><?php _e('32bit');?></a></td> - <?php /*<td><a rel="nofollow" href="?q=Mageia-3-beta3-LiveCD-KDE4-en-i586-CD.iso&torrent=1"><?php _e('32bit');?></a></td>*/ ?> + <td><a rel="nofollow" href="?q=Mageia-3-beta3-LiveCD-KDE4-en-i586-CD.iso&torrent=1"><?php _e('32bit');?></a></td> </tr> <tr> <th class="name"><?php _e('LiveCD GNOME, English-only')?><br> <span class="dlinfo"><?php _e('not suitable for upgrade')?></th> <td class="size">680MB</td> <td><a rel="nofollow" href="?q=Mageia-3-beta3-LiveCD-GNOME-en-i586-CD.iso"><?php _e('32bit');?></a></td> - <?php /*<td><a rel="nofollow" href="?q=Mageia-3-beta3-LiveCD-GNOME-en-i586-CD.iso&torrent=1"><?php _e('32bit');?></a></td>*/ ?> + <td><a rel="nofollow" href="?q=Mageia-3-beta3-LiveCD-GNOME-en-i586-CD.iso&torrent=1"><?php _e('32bit');?></a></td> </tr> <tr><td colspan="3"> </td></tr> <tr> |