var gulu=gulu||{};gulu.photo=gulu.photo||{};gulu.photo.detail_page=gulu.photo.detail_page||{};gulu.photo.detail_page.PhotoDetailPage=(function(){return function(d){var f={allow_modify_url:true};var i=$.extend(f,d);var a,b,c,k,e,j,h,g;this.quick_invite=$("#quick_invite");this.edit_btn=$("#edit_btn");this.new_invite_btn=$("#new_invite_btn");this.dash_line=$("#dash_line");this.back_to_place=$("#back_to_place");j=$(document);this.get_photo_list_container=function(){return a};this.set_photo_list_container=function(l){if(l){a=l}};this.get_photo_detail_container=function(){return b};this.set_photo_detail_container=function(l){if(l){b=l}};this.get_event_detail_container=function(){return c};this.set_event_detail_container=function(l){if(l){c=l}};this.get_photo_detail_type=function(){return k};this.set_photo_detail_type=function(l){if(l){k=l}};this.get_referer=function(){return e};this.set_referer=function(l){if(l){e=l}};this.set_doc=function(l){if(l){j=l}};this.get_doc=function(){return j};this.get_tab_name=function(){return h};this.set_tab_name=function(l){if(l){h=l}};this.get_allow_modify_url=function(){return g};this.set_allow_modify_url=function(l){if(l){g=l}};this.set_photo_detail_container(i.photo_detail_container);this.set_photo_list_container(i.photo_list_container);this.set_event_detail_container(i.event_detail_container);this.set_photo_detail_type(i.photo_detail_type);this.set_tab_name(i.tab_name);this.set_allow_modify_url(i.allow_modify_url);window.onpopstate=function(l){if(l.state){window.location.href=window.location.href}};$(".content_object_photo").die();$(".arrow_l").die();$(".arrow_r").die();$(".pic_frame_shadow").die();$("#back_to_referer").die();j.die();$("#id_comment").die();$("#main_search_input").die();$(".contact_filter").die();$(".content_object_photo").live("click",{obj:this},this.get_photo_details);$(".arrow_l").live("click",{obj:this},this.get_photo_details);$(".arrow_r").live("click",{obj:this},this.get_photo_details);$(".pic_frame_shadow").live("click",{obj:this},this.get_photo_details);$("#back_to_referer").live("click",$.proxy(this.back_to_referer,this));j.bind("keydown",this.photo_navigate);$("#id_comment").live("focus",$.proxy(this.unbind_keydown,this));$("#id_comment").live("blur",$.proxy(this.bind_keydown,this));$("#main_search_input").live("focus",$.proxy(this.unbind_keydown,this));$("#main_search_input").live("blur",$.proxy(this.bind_keydown,this));$(".contact_filter").live("focus",$.proxy(this.unbind_keydown,this));$(".contact_filter").live("blur",$.proxy(this.bind_keydown,this))}})();PhotoDetailPage=gulu.photo.detail_page.PhotoDetailPage;PhotoDetailPage.prototype={hide_referer:function(){this.get_referer().hide()},show_referer:function(){this.get_referer().show()},hide_quick_invite:function(){this.quick_invite.hide();this.edit_btn.hide();this.new_invite_btn.hide();this.dash_line.hide();this.back_to_place.hide()},show_quick_invite:function(){this.quick_invite.show();this.edit_btn.show();this.new_invite_btn.show();this.dash_line.show();this.back_to_place.show()},show_photo_detail_page:function(a){this.remove_photo_detail_page();a.appendTo(this.get_photo_detail_container())},remove_photo_detail_page:function(){this.get_photo_detail_container().empty()},get_photo_details:function(a){a.preventDefault();var f=a.data.obj;var i=f.get_photo_detail_type();var d=$(this);var b="/photos/ajax/get_photo_detail/";var c=d.attr("photo_id");var h=d.attr("object_id");var e=d.attr("photo_detail_type");var g=function(j,m){var l=window.location.pathname;var k={protocol:"__photo_detail__",hash_key:m,url_4_html5:m};Gulu.modifyURL(k)};if(e){i=e;f.set_photo_detail_type(i)}$.ajax({url:b,type:"POST",data:{photo_id:c,object_id:h,photo_detail_type:i},success:function(j){f.hide_referer();f.hide_quick_invite();f.show_photo_detail_page($(j));if(!f.get_allow_modify_url()){return false}g(c,$("#photo_big").attr("href"));var l=155;var k=500;var m=$(window).scrollTop();if(m>l){$(window).scrollTop(l)}},error:function(j){console.log(j.responseText)}});return false},back_to_referer:function(d){this.remove_photo_detail_page();this.show_referer();if(this.get_referer()==this.get_photo_list_container()){this.show_quick_invite();if(history.pushState){var b=location.href;var a=b.split("/");var e="/";for(var c=3;c<=5;++c){e+=a[c]+"/"}history.pushState({foo:"bar"},"",e)}}return false},photo_navigate:function(a){if(a.keyCode=="37"){$(".arrow_l").trigger("click")}else{if(a.keyCode=="39"){$(".arrow_r").trigger("click")}}},unbind_keydown:function(){this.get_doc().unbind("keydown",this.photo_navigate)},bind_keydown:function(){this.get_doc().bind("keydown",this.photo_navigate)}};
