﻿/// <reference path="jquery-1.3.2-vsdoc.js" />
function gift_list_hide_all_subs() {
    $("#gift_list_select_specific_order").slideUp();
    $("#gift_list_select_date_range").slideUp();
    $("#gift_list_add_recipients").slideUp();
    $("#gift_list_apply_gift_messages").slideUp();
    $("#gift_list_apply_shipping_date").slideUp();
    $("#gift_list_apply_ship_methods").slideUp();
    $("#gift_list_add_product").slideUp();
    $("#gift_list_begin a").removeClass("gift_list_option_selected");
    $("#gift_list_begin1 a").removeClass("gift_list_option_selected"); 
    gift_list_reveal_checkboxes();
}

function gift_list_reveal_checkboxes() {
    //$('[name="selected_shipto"]').slideDown();
    $('.select_recipient').slideDown();
    
}

function gift_list_hide_checkboxes() {
    //$('[name="selected_shipto"]').slideUp();
    $('.select_recipient').slideUp();
}

function gift_list_get_select_specific_order_iframe() {     
    $(".removeablewait").remove();
    $("#gift_list_select_specific_order").before("<div class='center removeablewait'><img src='/images/loadingAnimation.gif' alt='Please Wait...'/><br/>Please Wait...</div>");
    var iframe_html = '<iframe style="width:100%; height:300px; border:none;" noresize="noresize" frameborder="0" border="0" cellspacing="0" width="100%" marginwidth="0" marginheight="0" src="/shop.axd/GiftListSelectSpecificOrdersIFrame"/>';
    $("#gift_list_select_specific_order_iframe").html(iframe_html);
}

function gift_list_get_gift_messages_iframe() {
    $(".removeablewait").remove();
    $("#gift_list_apply_gift_messages_iframe").before("<div class='center removeablewait'><img src='/images/loadingAnimation.gif' alt='Please Wait...'/><br/>Please Wait...</div>");
    var iframe_html = '<iframe id="cgm" style="width:100%; height:75px; border:none;" noresize="noresize" frameborder="0" border="0" cellspacing="0" width="100%" marginwidth="0" marginheight="0" src="/gift_list_gift_messages.aspx"/>';
    $("#gift_list_apply_gift_messages_iframe").html(iframe_html);
    $("#gift_list_apply_gift_messages_iframe").slideDown();
}

function gift_list_add_recipients_iframe() {
    $(".removeablewait").remove();
    $("#gift_list_add_recipients_iframe").before("<div class='center removeablewait'><img src='/images/loadingAnimation.gif' alt='Please Wait...'/><br/>Please Wait...</div>");
    var iframe_html = '<iframe style="width:100%; border:none;" noresize="noresize" frameborder="0" border="0" cellspacing="0" width="100%" marginwidth="0" marginheight="0"  src="/shop.axd/GiftListAddRecipientIFrame"/>';
    $("#gift_list_add_recipients_iframe").html(iframe_html);
    $("#gift_list_add_recipients_iframe").slideDown();
}

function gift_list_get_ship_methods_iframe() {
    $(".removeablewait").remove();
    $("#gift_list_apply_ship_methods_iframe").before("<div class='center removeablewait'><img src='/images/loadingAnimation.gif' alt='Please Wait...'/><br/>Please Wait...</div>");
    var iframe_html = '<iframe style="width:100%; height:165px; border:none;" noresize="noresize" frameborder="0" border="0" cellspacing="0" width="100%" marginwidth="0" marginheight="0" src="/gift_list_ship_method_select.aspx"/>';
    $("#gift_list_apply_ship_methods_iframe").html(iframe_html);
    $("#gift_list_apply_ship_methods_iframe").slideDown();
}

function gift_list_get_shipping_date_iframe() {
    $(".removeablewait").remove();
    $("#gift_list_apply_shipping_date_iframe").before("<div class='center removeablewait'><img src='/images/loadingAnimation.gif' alt='Please Wait...'/><br/>Please Wait...</div>");
    var iframe_html = '<iframe style="width:100%; height:215px; border:none;" noresize="noresize" frameborder="0" border="0" cellspacing="0" width="100%" marginwidth="0" marginheight="0" src="/shop.axd/GiftListShippingDateIFrame"/>';
    $("#gift_list_apply_shipping_date_iframe").html(iframe_html);
    $("#gift_list_apply_shipping_date_iframe").slideDown();
}

function gift_list_load_prev_orders_by_date_iframe() {
    $(".removeablewait").remove();
    $("#gift_list_load_prev_orders_by_date_iframe").before("<div class='center removeablewait'><img src='/images/loadingAnimation.gif' alt='Please Wait...'/><br/>Please Wait...</div>");
    var iframe_html = '<iframe style="width:100%; height:300px; border:none;" noresize="noresize" frameborder="0" border="0" cellspacing="0" width="100%" marginwidth="0" marginheight="0" src="/shop.axd/GiftListSelectDatesForPreviousOrdersByDateIFrame"/>';
    $("#gift_list_load_prev_orders_by_date_iframe").html(iframe_html);
    $("#gift_list_load_prev_orders_by_date_iframe").slideDown();
}

function gift_list_add_product_iframe() {
    $(".removeablewait").remove();
    $("#gift_list_add_product_iframe").before("<div class='center removeablewait'><img src='/images/loadingAnimation.gif' alt='Please Wait...'/><br/>Please Wait...</div>");
    var iframe_html = '<iframe style="width:100%; height:280px; border:none;" noresize="noresize" frameborder="0" border="0" cellspacing="0" width="100%" marginwidth="0" marginheight="0" src="/shop.axd/GiftListAddProductIFrame"/>';
    $("#gift_list_add_product_iframe").html(iframe_html);
    $("#gift_list_add_product_iframe").slideDown();
}


$("#gift_list_section").ready(function () {

    $(".order_help_content").dialog({
        autoOpen: false,
        modal: true,
        width: 700,
        buttons: {
            "Ok": function () {
                $(".order_help_content").dialog("close");
            }
        }
    });

    $("#order_options_help").click(function () {
        $(".order_help_content").dialog("open");
    });

    //gift_list_select_specific_order
    $("#gift_list_select_specific_order_close").click(function () {
        $("#gift_list_select_specific_order").slideUp();
    });
    $("#gift_list_select_specific_order_link").click(function () {
        gift_list_get_select_specific_order_iframe();
        gift_list_hide_all_subs();
        $("#gift_list_select_specific_order").slideDown();
    });
    //gift_list_load_prev_order_by_date
    $("#gift_list_select_date_range_close").click(function () {
        $("#gift_list_select_date_range").slideUp();
    });
    $("#gift_list_select_date_range_link").click(function () {
        gift_list_load_prev_orders_by_date_iframe();
        gift_list_hide_all_subs();
        $("#gift_list_select_date_range").slideDown();
    });

    //gift_list_add_recipients
    $("#gift_list_add_recipients_close").click(function () {
        $("#gift_list_add_recipients").slideUp();
    });
    $("#gift_list_add_recipients_link").click(function () {
        gift_list_add_recipients_iframe();
        gift_list_hide_all_subs();
        $("#gift_list_add_recipients").slideDown();
    });

    //gift_list_apply_gift_messages
    $("#gift_list_apply_gift_messages_close").click(function () {
        $("#gift_list_apply_gift_messages").slideUp();
    });
    $("#gift_list_apply_gift_messages_link").click(function () {
        gift_list_get_gift_messages_iframe();
        gift_list_hide_all_subs();
        $("#gift_list_apply_gift_messages").slideDown();
    });
    if ($.query.get("gift_list_apply_gift_messages") == "true") {
        gift_list_get_gift_messages_iframe();
    }
    if ($.query.get("gift_list_apply_gift_messages_edit_modal") == "true") {
        $("#gift_list_gift_message_edit_iframe").click();
    }

    ///gift_list_apply_ship_methods
    $("#gift_list_apply_ship_methods_close").click(function () {
        $("#gift_list_apply_ship_methods").slideUp();
    });
    $("#gift_list_apply_ship_methods_link").click(function () {
        gift_list_get_ship_methods_iframe();
        gift_list_hide_all_subs();
        $("#gift_list_apply_ship_methods").slideDown();
    });

    ///gift_list_apply_shipping_date
    $("#gift_list_apply_shipping_date_close").click(function () {
        $("#gift_list_apply_shipping_date").slideUp();
    });
    $("#gift_list_apply_shipping_date_link").click(function () {
        gift_list_get_shipping_date_iframe();
        gift_list_hide_all_subs();
        $("#gift_list_apply_shipping_date").slideDown();
    });

    ///gift_list_add_product
    $("#gift_list_add_product_close").click(function () {
        $("#gift_list_add_product").slideUp();
    });
    $("#gift_list_add_product_link").click(function () {
        gift_list_add_product_iframe();
        gift_list_hide_all_subs();
        $("#gift_list_add_product").slideDown();
    });
});


$("#gift_list_options").ready(function() {
    $("#gift_list_options").click(function() {
        $("#gift_list_begin").slideDown();
        $("#gift_list_begin1").slideDown();
    });
});

$("#gift_list_begin").ready(function() {
    $("#gift_list_begin_close").click(function() {
        $("#gift_list_begin").slideUp();
    });
    $("#gift_list_begin a").click(function(i) {
        $(this).addClass("gift_list_option_selected");        
    });
});

$("#gift_list_begin1").ready(function () {
    $("#gift_list_begin_close1").click(function () {
        $("#gift_list_begin1").slideUp();
    });
    $("#gift_list_begin1 a").click(function (i) {
        $(this).addClass("gift_list_option_selected");
    });
});

$(document.body).ready(function() {
    if ($("#error_count_for_ship_tos").val() != "0") {
        var identifier = $("#error_count_for_ship_tos").val() + " recipient errors";
        if ($("#error_count_for_ship_tos").val() == "1") {
            identifier = "1 recipient error";
        }
        $("h1").after('<div class="error_message">You have ' + identifier + ' that needs to be corrected.</div>');
    }
});


$("#cart_sort").ready(function() {
    $("#cart_sort").change(function() {
        document.location.href = "/shop.axd/SetCartSortOrderBP?sso=" + $("#cart_sort").val();
    });
    $("#cart_sort").val($("#cart_sort").attr("selected_value"));
});



$(function() {

	$("#viewPrintableVersion").click(function() {
	window.open("/shop.axd/PrintableCart", "Cart", "height=640, width=825, scrollbars=1, resizable=yes");
	});
});