diff options
author | Filip Komar <filip@mageia.org> | 2013-04-02 17:31:32 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2013-04-02 17:31:32 +0000 |
commit | b54288ccab595d53cc9d27d25e41f5c2b559800d (patch) | |
tree | 84177fa33837cce039166fcc2b68469ff5d952e5 /en/3 | |
parent | b98e6e81f4cdb44eba107d4a87fc14ad8710a7cf (diff) | |
download | www-b54288ccab595d53cc9d27d25e41f5c2b559800d.tar www-b54288ccab595d53cc9d27d25e41f5c2b559800d.tar.gz www-b54288ccab595d53cc9d27d25e41f5c2b559800d.tar.bz2 www-b54288ccab595d53cc9d27d25e41f5c2b559800d.tar.xz www-b54288ccab595d53cc9d27d25e41f5c2b559800d.zip |
hidding torrents as they aren't available yet
Diffstat (limited to 'en/3')
-rw-r--r-- | en/3/index.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/en/3/index.php b/en/3/index.php index 029cde817..1cd6d7ad7 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> - <th><?php _e('BitTorrent');?></th> +<?php /* <th><?php _e('BitTorrent');?></th> */ ?> </tr> </thead> <tbody> @@ -76,15 +76,15 @@ _lang_load($locale, '3'); <td class="size">4.0GB</td> <td><a rel="nofollow" href="?q=Mageia-3-beta4-i586-DVD.iso"><?php _e('32bit');?></a><br> <a rel="nofollow" href="?q=Mageia-3-beta4-x86_64-DVD.iso"><?php _e('64bit');?></a></td> - <td><a rel="nofollow" href="?q=Mageia-3-beta4-i586-DVD.iso&torrent=1"><?php _e('32bit');?></a><br> - <a rel="nofollow" href="?q=Mageia-3-beta4-x86_64-DVD.iso&torrent=1"><?php _e('64bit');?></a></td> +<?php /* <td><a rel="nofollow" href="?q=Mageia-3-beta4-i586-DVD.iso&torrent=1"><?php _e('32bit');?></a><br> + <a rel="nofollow" href="?q=Mageia-3-beta4-x86_64-DVD.iso&torrent=1"><?php _e('64bit');?></a></td> */ ?> </tr> <tr> <th class="name"><?php _e('Installer CD')?><br> <span class="dlinfo"><?php _e('100% Free Software')?></span></th> <td class="size">700MB</td> <td><a rel="nofollow" href="?q=Mageia-3-beta4-dual-CD.iso"><?php _e('dualarch')?></a></td> - <td><a rel="nofollow" href="?q=Mageia-3-beta4-dual-CD.iso&torrent=1"><?php _e('dualarch')?></a></td> +<?php /* <td><a rel="nofollow" href="?q=Mageia-3-beta4-dual-CD.iso&torrent=1"><?php _e('dualarch')?></a></td> */ ?> </tr> <tr><td colspan="4"> </td></tr> <?php /* @@ -121,9 +121,9 @@ _lang_load($locale, '3'); <td><a rel="nofollow" href="?q=Mageia-3-beta4-LiveCD-GNOME-en-i586-CD.iso"><?php _e('32bit');?></a></td> <td><a rel="nofollow" href="?q=Mageia-3-beta4-LiveCD-GNOME-en-i586-CD.iso&torrent=1"><?php _e('32bit');?></a></td> </tr> - */ ?> <tr><td colspan="4"> </td></tr> <tr> + */ ?> <th><?php _e('Network installer, Free Software CD')?></th> <td class="size">~35MB<br>~20MB</td> <td><a rel="nofollow" href="?q=Mageia-3-beta4-Boot-i586-CD.iso"><?php _e('32bit');?></a><br> |