From 43d175ba5c28df58776ed9131003bf6a7bf6f59c Mon Sep 17 00:00:00 2001 From: Manuel Hiebel Date: Thu, 1 Dec 2016 22:35:29 +0100 Subject: mga 5.1 dl page --- en/5/download_index.php | 102 ++++++------------------------------------------ 1 file changed, 13 insertions(+), 89 deletions(-) (limited to 'en/5/download_index.php') diff --git a/en/5/download_index.php b/en/5/download_index.php index 7db00b529..2761f35e7 100755 --- a/en/5/download_index.php +++ b/en/5/download_index.php @@ -1,12 +1,11 @@

- + @@ -200,17 +196,17 @@ input[type="radio"], input[type="submit"] {
- + -

- +

+ upgrade guide.', array($upgradeguide));?>

- +
@@ -225,14 +221,13 @@ input[type="radio"], input[type="submit"] {
- +

-

@@ -240,27 +235,7 @@ input[type="radio"], input[type="submit"] { -
- - -
- -
-
- -
- -
- - - - -
-
@@ -312,26 +287,11 @@ input[type="radio"], input[type="submit"] { _g('This version runs on all PCs including those that support 64 Bit. If you have more than 3 GB of RAM you should prefer the 64 Bit version though.',null,'p')?>
- -
- - '; - _g('Dual iso size is intended to be small for advanced users, only network proprietary drivers are included.', null, ' '); - _g('You will have to add remote nonfree media if you need some more.', null,' '); - _g('Furthermore UEFI is not supported.'); - echo '

'; - _g('It can be used to install either a 32bit system or a 64bit system, the installer defaults to x86_64 when it detects a 64bit capable CPU.',null, 'p'); - _g('This ISO is generally for advanced users and system administrator for fast deployment of Mageia.',null, 'p');?> -
-
- -
@@ -382,14 +342,6 @@ input[type="radio"], input[type="submit"] { dl_link($name,$version,$release,null,'x86_64','DVD',true,$torrentavailable);?> - - DVD dualarch - - - - - - @@ -397,7 +349,7 @@ input[type="radio"], input[type="submit"] {
-

+

@@ -431,20 +383,6 @@ input[type="radio"], input[type="submit"] { dl_link($name,$version,$release,'LiveDVD-GNOME','x86_64','DVD',true,$torrentavailable);?> - - - - - -
LiveCD KDE - '; - dl_link($name,$version,$release,'LiveCD-KDE4-en','i586','CD',true,$torrentavailable);?> -
LiveCD GNOME - '; - dl_link($name,$version,$release,'LiveCD-GNOME-en','i586','CD',true,$torrentavailable);?> -
@@ -550,25 +488,24 @@ $('img.lazy').each(function(){ }); } - $('#iso2usb,#arch,#nat,#desktop,#livespin,#dllink').hide(); + $('#iso2usb,#arch,#nat,#desktop,#dllink').hide(); $('input[name=format]').click(function () { $('#arch,label[for="dual"]')[this.id == 'classical' ? 'slideDown' : 'slideUp'](); $('label[for="64b"],#64bex').show(); - $('#livespin')[this.id == 'live' ? 'slideDown' : 'slideUp'](); + $('#desktop')[this.id == 'live' ? 'slideDown' : 'slideUp'](); $('#nat')[this.id == 'lan' ? 'slideDown' : 'slideUp'](); if ($('#classical').is(':checked')) { $('input[name="arch"],input[name="dllink"]').prop('checked', false); } if ($('#live').is(':checked')) { - $('input[name="livespin"],input[name="arch"],input[name="dllink"]').prop('checked', false); + $('input[name="dektop"],input[name="arch"],input[name="dllink"]').prop('checked', false); } if ($('#lan').is(':checked')) { $('input[name="nat"],input[name="arch"],input[name="dllink"]').prop('checked', false); } - $('#desktop')[$('#lan,#live,#classical').is(':checked') ? 'slideUp' : 'slideDown'](); $('#dllink')[$('#lan,#live,#classical').is(':checked') ? 'slideUp' : 'slideDown'](); }); @@ -576,18 +513,10 @@ $('img.lazy').each(function(){ $('#arch')[ $('#free,#nonfree').is(':checked') ? 'slideDown' : 'slideUp'](); }); - $('input[name=livespin]').click(function () { - $('#desktop')[ $('#livecd,#livedvd').is(':checked') ? 'slideDown' : 'slideUp'](); - if ($('#livecd').is(':checked') && $('#64b').is(':checked')) { - $('input[id="32b"]').prop('checked', true); - } - $('label[for="64b"],#64bex')[$('#livecd').is(':checked') ? 'slideUp' : 'slideDown'](); - lazyload(); - }); $('input[name=desktop]').click(function () { $('#arch')[ $('#gnome,#kde').is(':checked') ? 'slideDown' : 'slideUp'](); - scrolltoid('#arch') + lazyload(); }); $('input[name=arch]').click(function () { @@ -599,13 +528,11 @@ $('img.lazy').each(function(){ $('#directlink,#torrentlink').hover(function () { format = $('input[name=format]:checked').val(); - livespin = $('input[name=livespin]:checked').val(); desktop = $('input[name=desktop]:checked').val(); - desktop = (livespin == 'CD') ? desktop + '-en' : desktop; nat = (nat = $('input[name=nat]:checked').val()) == '-' ? '-' : '-' + nat + '-'; arch = $('input[name=arch]:checked').val(); getname ='' + '-'; - file = $('#live').is(':checked') ? format + livespin + '-' + desktop + '-' + arch + '-' + livespin + '.iso' : $('#classical').is(':checked') ? arch + '-' + format + '.iso' : format + nat + arch + '-CD.iso'; + file = $('#live').is(':checked') ? format + '-' + desktop + '-' + arch + '-' + 'DVD.iso' : $('#classical').is(':checked') ? arch + '-' + format + '.iso' : format + nat + arch + '-CD.iso'; file = (this.id == 'torrentlink') ? getname + file + '&torrent=1' : getname + file ; $("a.ui-button").attr('href','../downloads/get/?q=' + file); }); @@ -614,15 +541,12 @@ $('img.lazy').each(function(){ gettooltip('.classical', '#classicalEx',40,-70) gettooltip('.live', '#liveEx',40,-70) gettooltip('.lan','#lanEx',40,-70) - gettooltip('.livecd', '#livecdEx',40,-70) - gettooltip('.livedvd', '#livedvdEx',40,-70) gettooltip('.gnome', '#gnomeEx',40,-300) gettooltip('.kde', '#kdeEx',40,-300) gettooltip('.free', '#freeEx',40,-70) gettooltip('.nonfree','#nonfreeEx',40,-70) gettooltip('.32b', '#32bEx',40,-70) gettooltip('.64b', '#64bEx',40,-70) - gettooltip('.dual', '#dualEx',40,-70) gettooltip('.directlink', '#directEx',40,-40) gettooltip('.torrentlink','#torrentEx',40,-40) -- cgit v1.2.1