$(document).ready(function(){function detectCookieSettingsUrl(){var aN=navigator.appName;var ua=navigator.userAgent;var tem=null;var uaMatch=ua.match(/(opera|chrome|safari|firefox|msie)\/?\s*(\.?\d+(\.\d+)*)/i);var uaSystem=ua.match(/\(.*\)/g)[0];var links={'firefox':'http://support.mozilla.org/pl/kb/W%C5%82%C4%85czanie%20i%20wy%C5%82%C4%85czanie%20obs%C5%82ugi%20ciasteczek','opera':'http://help.opera.com/Linux/12.10/pl/cookies.html','chrome':'http://support.google.com/chrome/bin/answer.py?hl=pl&answer=95647','safari':'http://support.apple.com/kb/ph5042','MSIE':{'7.0':'http://windows.microsoft.com/pl-pl/internet-explorer/change-ie-settings#ie=ie-8','8.0':'http://windows.microsoft.com/pl-pl/internet-explorer/change-ie-settings#ie=ie-8','9.0':'http://windows.microsoft.com/pl-pl/internet-explorer/change-ie-settings#ie=ie-9','10.0':'http://windows.microsoft.com/pl-pl/internet-explorer/change-ie-settings#ie=ie-10'}};if(uaMatch&&(tem=ua.match(/version\/([\.\d]+)/i))!=null)uaMatch[2]=tem[1];uaMatch=uaMatch?[uaMatch[1],uaMatch[2]]:[aN,navigator.appVersion,'-?'];var supportUrl=uaMatch[0]!='MSIE'?(typeof links[uaMatch[0].toLowerCase()]=='undefined'?'http://support.mozilla.org/pl/kb/W%C5%82%C4%85czanie%20i%20wy%C5%82%C4%85czanie%20obs%C5%82ugi%20ciasteczek':links[uaMatch[0].toLowerCase()]):links['MSIE'][uaMatch[1]];return supportUrl;} $('#cookie-agree-bar').delegate('a.agree','click',function(){var host=window.location.hostname;$.cookie('agreeToCookie',true,{expires:365,path:'/',domain:host});$('#cookie-agree-bar').remove();});if($.cookie('agreeToCookie')) {$('#cookie-agree-bar').remove();}else{var url=detectCookieSettingsUrl();$('#cookie-agree-bar a.cookie-settings').attr('href',url);$('#cookie-agree-bar').show();}});$(document).ready(function(){if($.browser.msie===true&&$.browser.version

Uaktualnij przeglądarkę.').css({textAlign:'center',fontSize:'24px',margin:'40px'}).appendTo(container);browsers=$(document.createElement('div'));browsers.css({margin:'0 auto',width:'600px'}).appendTo(container);chrome=$(document.createElement('div'));chrome.css('text-align','center');chrome.html(' Google Chrome
Google Chrome
').css('float','left').css('margin','20px').appendTo(browsers);ff=$(document.createElement('div'));ff.css('text-align','center');ff.html(' Mozilla Firefox
Mozilla Firefox
').css('float','left').css('margin','20px').appendTo(browsers);opera=$(document.createElement('div'));opera.css('text-align','center');opera.html(' Opera
Opera
').css('float','left').css('margin','20px').appendTo(browsers);safari=$(document.createElement('div'));safari.css('text-align','center');safari.html(' Safari
Safari
').css('float','left').css('margin','20px').appendTo(browsers);ie=$(document.createElement('div'));ie.css('text-align','center');ie.html(' Internet Explorer
Interner Explorer
').css('float','left').css('margin','20px').appendTo(browsers);clear=$(document.createElement('div'));clear.addClass('clear').appendTo(browsers);$('body').prepend(container);} upgradeBrowser();}});;$(document).ready(function(){textareaDescriptionSetRemained=function(){remained=400-$('textarea#description').val().length;$('.element.description .remained span').text(remained);return remained;} textareaDescriptionCheckLength=function(){remained=textareaDescriptionSetRemained();if(remained<0){$(this).val($(this).val().substr(0,400));textareaDescriptionSetRemained();}} textareaDescriptionCheckLength();$('textarea#description').keypress(textareaDescriptionCheckLength);$('textarea#description').click(textareaDescriptionCheckLength);$('textarea#description').mouseup(textareaDescriptionCheckLength);$('textarea#description').mousedown(textareaDescriptionCheckLength);$('textarea#description').mousemove(textareaDescriptionCheckLength);$('a.captcha-reload').click(function(event){event.preventDefault();$(this).text('moment...');$.ajax({url:'/katalog/dodaj-placowke/captcha',success:function(response){data=response.data;$('.captcha img').attr('src',data.src);$('input#captcha-id').attr('value',data.id);$('a.captcha-reload').text('Przeładuj obrazek');}});});$('input#is_open_saturday').click(function(e){if($(this).is(':checked')){$('input#saturday_open_at').removeAttr('disabled').removeClass('disabled');$('input#saturday_close_at').removeAttr('disabled').removeClass('disabled');} if(!$(this).is(':checked')){$(this).attr('checked',false);$('input#saturday_open_at').val('').addClass('disabled').attr('disabled',true);$('input#saturday_close_at').val('').addClass('disabled').attr('disabled',true);}});$('input#is_open_sunday').click(function(e){if($(this).is(':checked')){$('input#sunday_open_at').removeAttr('disabled').removeClass('disabled');$('input#sunday_close_at').removeAttr('disabled').removeClass('disabled');} if(!$(this).is(':checked')){$('input#sunday_open_at').val('').addClass('disabled').attr('disabled',true);$('input#sunday_close_at').val('').addClass('disabled').attr('disabled',true);}});if($('input#fax_equals_telephone').is(':checked')){$('input#telephone').keypress(function(){$('input#fax').val($(this).val());});} $('input#fax_equals_telephone').click(function(){if($(this).is(':checked')){$('input#fax').val($('input#telephone').val()).addClass('disabled').attr('disabled',true);$('input#telephone').keypress(function(){$('input#fax').val($(this).val());});} if(!$(this).is(':checked')){$('input#fax').val('').removeClass('disabled').attr('disabled',false);$('input#telephone').unbind('keypress');}});var communeSelectedId=$('select#commune').find(':selected');if(communeSelectedId.length==2){communeSelectedId=$(communeSelectedId[1]).val();}else{communeSelectedId=0;} $('select#commune').change(function(){communeSelectedId=$(this).val();});communeSelectedName=function(){if(communeSelectedId==0)return'';return $('select#commune option[value="'+communeSelectedId+'"]').text();};$('input#post_office').keypress(function(){$(this).trigger('change');});post_officeSetNameFromCommune=function(){$('input#post_office').val(communeSelectedName).trigger('change');};if($('input#post_office_equals_commune').is(':checked')){post_officeSetNameFromCommune();$('select#commune').change(post_officeSetNameFromCommune);} $('input#post_office_equals_commune').click(function(){if($(this).is(':checked')){post_officeSetNameFromCommune();$('select#commune').change(post_officeSetNameFromCommune);$('input#post_office').addClass('disabled').attr('disabled',true).trigger('change');if($('input#location_equals_post_office').is(':checked')){$('input#street').focus();}else{$('input#location').focus();}} if(!$(this).is(':checked')){$('select#commune').unbind('change',post_officeSetNameFromCommune);$('input#post_office').val('').removeClass('disabled').attr('disabled',false).trigger('change').focus();}});locationNameFromPost_office=function(){$('input#location').val($('input#post_office').val());};if($('input#location_equals_post_office').is(':checked')){$('input#location').val($('input#post_office').val());$('input#post_office').change(locationNameFromPost_office);} $('input#location_equals_post_office').click(function(){if($(this).is(':checked')){$('input#location').addClass('disabled').attr('disabled',true).val($('input#post_office').val());$('input#post_office').change(locationNameFromPost_office);$('input#street').focus();}else{$('input#location').removeClass('disabled').attr('disabled',false).val('').focus();$('input#post_office').unbind('change',locationNameFromPost_office);}});});;(function($){$.fn.extend({administrativeDivision:function(){fillDistricts=function(aForm,districts,selected){if(aForm.find('select.district').attr('disabled')){aForm.find('select.district').attr('disabled',false);} aForm.find('select.district').empty();$(document.createElement('option')).attr('value',"0").attr('label','-- Wybierz --').html('-- Wybierz --').appendTo(aForm.find('select.district'));makeOption=function(a){$option=document.createElement('option');$($option).attr('value',a.id);$($option).html(a.name);return $option;};for(i in districts){if(districts[i].name==undefined){$optionGroup=$(document.createElement('optgroup'));$optionGroup.addClass(i);$optionGroup.attr('label',i);for(var j in districts[i]){$option=makeOption({id:j,name:districts[i][j]});$optionGroup.append($option);} aForm.find('select.district').append($optionGroup);}else{$option=makeOption(districts[i]);aForm.find('select.district').append($option);}} selected=typeof selected!=='undefined'?selected:0;aForm.find('select.district').attr('value',selected);} fillCommunes=function(aForm,communes,selected){if(aForm.find('select.commune').attr('disabled')){aForm.find('select.commune').attr('disabled',false);} aForm.find('select.commune').empty();$(document.createElement('option')).attr('value',"0").attr('label','-- Wybierz --').html('-- Wybierz --').appendTo(aForm.find('select.commune'));$count=0;var i;for(i in communes){$count++;$option=document.createElement('option');$($option).attr('value',i);$($option).attr('label',communes[i]);$($option).html(communes[i]);aForm.find('select.commune').append($option);} if($count===1){selected=i;if($po_input=aForm.find('input#post_office')){$($po_input).attr('value',communes[i]);$($po_input).trigger('change');} if($loc_input=aForm.find('input#location')){$($loc_input).attr('value',communes[i]);$($loc_input).trigger('change');} if($street_input=aForm.find('input#street')){$($street_input).focus();}} selected=typeof selected!=='undefined'?selected:0;aForm.find('select.commune').attr('value',selected);} this.selectState=function(){if(!$(this).parents('form').find('select.commune').attr('disabled')){option=document.createElement('option');$(option).attr('value','0').html('-- Wybierz --');$(this).parents('form').find('select.commune').empty().attr('disabled',true).append(option);} if($(this).parents('form').find('select.state option:selected').val()=='0'){$(this).parents('form').find('select.district').attr('disabled',true);$(this).parents('form').find('select.district').attr('value',0);return;} $.ajax({url:'/podzial-administracyjny/powiaty/'+$(this).find('option:selected').val(),context:this,success:function(response){fillDistricts($(this).parents('form'),response.aDistricts,0);}});};this.selectDistrict=function(){if($(this).find('option:selected').val()==0){$(this).parents('form').find('select.commune').attr('value',0).attr('disabled',true);return;} $.ajax({url:'/podzial-administracyjny/gminy/'+$(this).find('option:selected').val(),context:this,success:function(response){fillCommunes($(this).parents('form'),response.aCommunes,0);}});} this.typedPostalCode=function(){var regex=/^[0-9]{2}\-[0-9]{3}$/;if(regex.test($('input#postal_code').val())){$.ajax({url:'/podzial-administracyjny/kodpocztowy/'+$('input#postal_code').val(),context:this,success:function(response){if(response.location){$(this).parents('form').find('select.state').attr('value',response.location['state_id']);if(response.location['post_office']){$(this).parents('form').find('input#post_office').attr('value',response.location['post_office']);if($(this).parents('form').find('input#post_office_equals_commune')){if($(this).parents('form').find('input#post_office_equals_commune').is(':checked')){$(this).parents('form').find('input#post_office_equals_commune').attr('checked',false);$(this).parents('form').find('input#post_office').attr('disabled',false).removeClass('disabled');} if($(this).parents('form').find('input#location_equals_post_office').is(':checked')){$(this).parents('form').find('input#location_equals_post_office').attr('checked',false);$(this).parents('form').find('input#location').attr('disabled',false).removeClass('disabled');}} if($location_input=$(this).parents('form').find('input#location')){$($location_input).focus();}} fillDistricts($(this).parents('form'),response.aDistricts,response.location['district_id']);fillCommunes($(this).parents('form'),response.aCommunes,response.location['commune_id']);}}});}} $('form').delegate('select.state','change',this.selectState);$('form').delegate('select.district','change',this.selectDistrict);$('form').delegate('input#postal_code','input',this.typedPostalCode);$('form').each(function(){if($(this).find('select.state option:selected').attr('value')=='0'){$(this).find('select.district').attr('disabled',true);$(this).find('select.commune').attr('disabled',true);}});}});})(jQuery);$(document).ready(function(){$('body').administrativeDivision({});});