(function(jQuery) { jQuery("a#single_image").fancybox({ 'titlePosition': 'outside', 'padding': 0, 'transitionIn': 'fade', 'transitionOut': 'fade', 'opacity': 'true' }); jQuery("a#remote-form-review").fancybox({ 'padding': 0, 'wmode': 'transparent', 'scrolling': 'no', 'autoDimensions': false, 'height': 980, 'width': 600, 'autoScale': false, 'opacity': 0, 'titleFormat': 'formatTitle', 'transitionIn': 'fade', 'transitionOut': 'fade', 'opacity': 'true' }); jQuery("a#remote-comment").fancybox({ 'padding': 0, 'wmode': 'transparent', 'scrolling': 'no', 'autoDimensions': false, 'height': 625, 'width': 600, 'autoScale': false, 'opacity': 0, 'titleFormat': 'formatTitle', 'transitionIn': 'fade', 'transitionOut': 'fade', 'opacity': 'true' }); jQuery("a#remote-form-login").fancybox({ 'padding': 0, 'wmode': 'transparent', 'scrolling': 'no', 'autoDimensions': false, 'height': 350, 'width': 600, 'autoScale': false, 'opacity': 0, 'titleFormat': 'formatTitle', 'transitionIn': 'fade', 'transitionOut': 'fade', 'opacity': 'true', 'onClosed': function() { location.reload(true); } }); jQuery("a#remote-form-login-addevent").fancybox({ 'padding': 0, 'wmode': 'transparent', 'scrolling': 'no', 'autoDimensions': false, 'height': 350, 'width': 600, 'autoScale': false, 'opacity': 0, 'titleFormat': 'formatTitle', 'transitionIn': 'fade', 'transitionOut': 'fade', 'opacity': 'true', 'onClosed': function() { location.href = 'http://' + (location.host == "localhost" ? location.host + '/DSD' : location.host) + '/events/add-event.html'; } }); jQuery("a#remote-form-login-managevent").fancybox({ 'padding': 0, 'wmode': 'transparent', 'scrolling': 'no', 'autoDimensions': false, 'height': 350, 'width': 600, 'autoScale': false, 'opacity': 0, 'titleFormat': 'formatTitle', 'transitionIn': 'fade', 'transitionOut': 'fade', 'opacity': 'true', 'onClosed': function() { location.href = 'http://' + (location.host == "localhost" ? location.host + '/DSD' : location.host) + '/events/manage-events.html'; } }); jQuery("a#remote-logout").fancybox({ 'padding': 0, 'wmode': 'transparent', 'scrolling': 'no', 'autoDimensions': false, 'height': 125, 'width': 600, 'autoScale': false, 'opacity': 0, 'titleFormat': 'formatTitle', 'transitionIn': 'fade', 'transitionOut': 'fade', 'opacity': 'true', 'onClosed': function() { location.reload(true); } }); jQuery("a#remote-signup").fancybox({ 'padding': 0, 'wmode': 'transparent', 'scrolling': 'no', 'autoDimensions': false, 'height': 970, 'width': 580, 'autoScale': false, 'opacity': 0, 'titleFormat': 'formatTitle', 'transitionIn': 'fade', 'transitionOut': 'fade', 'opacity': 'true' }); jQuery("a#flag-comment").fancybox({ 'padding': 0, 'wmode': 'transparent', 'scrolling': 'no', 'autoDimensions': false, 'height': 550, 'width': 600, 'autoScale': false, 'opacity': 0, 'titleFormat': 'formatTitle', 'transitionIn': 'fade', 'transitionOut': 'fade', 'opacity': 'true' }); jQuery("a#insider-member-option").fancybox({ 'padding': 0, 'wmode': 'transparent', 'scrolling': 'no', 'autoDimensions': false, 'height': 295, 'width': 600, 'autoScale': false, 'opacity': 0, 'titleFormat': 'formatTitle', 'transitionIn': 'fade', 'transitionOut': 'fade', 'opacity': 'true', 'onClosed': function() { location.reload(true); } }); jQuery("a#remote-form-editListing").fancybox({ 'padding': 0, 'wmode': 'transparent', 'scrolling': 'no', 'autoDimensions': false, 'height': 1000, 'width': 600, 'autoScale': false, 'opacity': 0, 'titleFormat': 'formatTitle', 'transitionIn': 'fade', 'transitionOut': 'fade', 'opacity': 'true' }); jQuery("a#remote-AddPhoto").fancybox({ 'padding': 0, 'wmode': 'transparent', 'scrolling': 'no', 'autoDimensions': false, 'height': 830, 'width': 600, 'autoScale': false, 'opacity': 0, 'titleFormat': 'formatTitle', 'transitionIn': 'fade', 'transitionOut': 'fade', 'opacity': 'true' }); jQuery("a#vip-box").fancybox({ 'padding': 0, 'wmode': 'transparent', 'scrolling': 'no', 'autoDimensions': false, 'height': 295, 'width': 585, 'autoScale': false, 'opacity': 0, 'titleFormat': 'formatTitle', 'transitionIn': 'fade', 'transitionOut': 'fade', 'opacity': 'true' }); jQuery("a#remote-form-Claim").fancybox({ 'padding': 0, 'wmode': 'transparent', 'scrolling': 'no', 'autoDimensions': false, 'height': 715, 'width': 600, 'autoScale': false, 'opacity': 0, 'titleFormat': 'formatTitle', 'transitionIn': 'fade', 'transitionOut': 'fade', 'opacity': 'true' }); jQuery("a#inline").fancybox({ 'hideOnContentClick': true }); jQuery("a.groupofpics").fancybox({ 'transitionIn': 'fade', 'transitionOut': 'fade', 'speedIn': 600, 'speedOut': 200, 'overlayShow': false, 'autoScale': false, 'opacity': 'true' }); jQuery("a#friendsList").fancybox({ 'padding': 0, 'wmode': 'transparent', 'scrolling': 'no', 'autoDimensions': false, 'height': 'auto', 'width': 1000, 'autoScale': false, 'opacity': 0, 'titleFormat': 'formatTitle', 'transitionIn': 'fade', 'transitionOut': 'fade', 'opacity': 'true' }); });
