GetChannel($ID); $Variants = $App->GetVariants($ID); if ($Chan["Status"] == "Download") { $Display1 = "none"; $Disabled1 = "disabled"; $Display2 = "none"; $Disabled2 = "disabled"; $Msg = "Channel is downloading. stop the channel to make changes."; } elseif ($Chan["Status"] == "Not Supported") { $Display1 = ""; $Disabled1 = ""; $Display2 = ""; $Disabled2 = ""; $Msg = "Channel manifest is not supported."; } elseif ($Chan["Status"] == "Offline") { $Display1 = "none"; $Disabled1 = "disabled"; $Display2 = ""; $Disabled2 = ""; $Msg = "Channel offline."; } elseif ($Chan["Status"] == "Error") { $Display1 = ""; $Disabled1 = ""; $Display2 = ""; $Disabled2 = ""; $Msg = "Error reading manifest."; } else { $Display1 = ""; $Disabled1 = ""; $Display2 = ""; $Disabled2 = ""; $Msg = ""; } ?> Select the varient you want to download:
style="display:" class="btn btn-success btn-sm " href="javascript: void(0)" onclick="save()">save style="display:" class="btn btn-warning btn-sm " href="javascript: void(0)" onclick="Parse()">Parse X