var gulu=gulu||{};gulu.event=gulu.event||{};gulu.event.detail_page=gulu.event.detail_page||{};gulu.event.detail_page.EventPhotoDetailPage=(function(){return function(c){var f,e,g,a,d,b;this.get_photo_list_container=function(){return f};this.set_photo_list_container=function(h){f=h};this.get_photo_detail_container=function(){return e};this.set_photo_detail_container=function(h){e=h};this.get_event_detail_container=function(){return g};this.set_event_detail_container=function(h){g=h};this.get_photo_detail_type=function(){return d};this.set_photo_detail_type=function(h){d=h};this.get_pdp=function(){return a};this.set_pdp=function(h){a=h};this.get_tab_name=function(){return b};this.set_tab_name=function(h){b=h};this.set_photo_detail_container(c.photo_detail_container);this.set_photo_list_container(c.photo_list_container);this.set_event_detail_container(c.event_detail_container);this.set_photo_detail_type(c.photo_detail_type);this.set_pdp(c.pdp);$(".event_photo").die();$(".event_photo_detail").die();$("#back_to_photo_list").die();$(".event_photo").live("click",{pdp:c.pdp},this.switch_to_event_photo_container);$(".event_photo_detail").live("click",{pdp:c.pdp},this.switch_to_photo_detail_container);$("#back_to_photo_list").live("click",{pdp:c.pdp,photo_detail_type:c.photo_detail_type},this.back_to_photo_list)}})();EventPhotoDetailPage=gulu.event.detail_page.EventPhotoDetailPage;EventPhotoDetailPage.prototype={switch_to_event_photo_container:function(c){var d=$(this).attr("object_id");var b="/events/ajax/get_event_detail/";var a=c.data.pdp;$.ajax({url:b,type:"POST",data:{object_id:d},success:function(e){a.set_referer(a.get_photo_list_container());a.hide_referer();a.hide_quick_invite();var f=a.get_event_detail_container();$(f).empty();$(f).show();$(e).appendTo(f)},error:function(e){console.log(e.responseText)}});return false},switch_to_photo_detail_container:function(e){e.preventDefault();var c="/photos/ajax/get_photo_detail/";var d=$(this).attr("photo_id");var f=$(this).attr("object_id");var b=e.data.pdp;var a=function(k,i,j){var h=window.location.pathname;var g={protocol:"__photo_detail__",hash_key:j,url_4_html5:j};Gulu.modifyURL(g)};$.ajax({url:c,type:"POST",data:{photo_id:d,object_id:f,photo_detail_type:"event_photo"},success:function(g){var m=b.get_event_detail_container();var j=b.get_photo_detail_container();var l=b.get_photo_list_container();b.set_referer(m);$(m).hide();$(l).hide();b.set_photo_detail_type("event_photo");j.empty();$(g).appendTo(j);$(j).show();a(d,f,$("#photo_big").attr("href"));var i=155;var h=500;var k=$(window).scrollTop();if(k>i){$(window).scrollTop(i)}},error:function(g){alertTxt(g.responseText)}});return false},back_to_photo_list:function(b){var h=b.data.pdp;var j=b.data.photo_detail_type;var a=h.get_photo_list_container();var d=h.get_event_detail_container();h.set_referer(a);h.show_quick_invite();h.set_photo_detail_type("event_photo");$(d).hide();h.set_photo_detail_type(j);$(a).show();if(history.pushState){var c=location.href;var f=c.split("/");var g="/";for(var e=3;e<=5;++e){g+=f[e]+"/"}history.pushState({foo:"bar"},"",g)}return false}};
