/* javascript by grafisoft.cz */ function JE_EMAIL(txt){var x = new RegExp('^[^@]+@([a-z,A-Z,0-9,_,-]+[.]{1})+[a-z,A-Z,0-9]{2,5}$'); if (x.exec(txt.toLowerCase())==null) return 0; else return 1;} function show(id) {if (document.getElementById(id).style.display=='none') document.getElementById(id).style.display='block'; else document.getElementById(id).style.display='none';} function showk(id,dir) {show('kategorie-'+id); if (document.getElementById('kimg'+id).src.indexOf('ts-r-plus.gif')>-1) document.getElementById('kimg'+id).src=dir+'/ts-r-minus.gif'; else document.getElementById('kimg'+id).src=dir+'/ts-r-plus.gif';} function scrollit() {document.getElementById('message').style.top=document.body.scrollTop + top + 'px';} function regnews() {if(JE_EMAIL(document.getElementById('enov').value)==0) {alert('pro registraci novinek musí být e-mail zadán ve správném formátu'); return false;} else {return true;}} function myParseFloat(str){str=''+str+''; var value=str.match('[-]{0,1}(?:[1-9]+[0-9]*[,.]{0,1}[0-9]*)|(?:0[,.][0-9]*)'); if(value!=null && value.length>0){value[0]=value[0].replace(',','.'); value=parseFloat(value[0])*1; return value;}else{return 0;}} function pozadi(obj,obj2,akce) { var trida = 'inputDiv-'+akce; if (document.getElementById(obj2).value=='') document.getElementById(obj).className=trida; } function kniha_check() { var err = new Array(); if (JE_EMAIL(document.getElementById('id_stiz_mail').value)==0) err[err.length]='Zadejte prosím správný formát e-mailu' if (document.getElementById('id_stiz_text').value=='') err[err.length]='Vyplňte text se sdělením' if (err.length==0) document.getElementById('idknihaprani').submit(); else alert (err); } var slideShowBanner={ selector: { main: '.slideshow-banner', effect: '.banner-anim', image: '.banner-image', title: '.banner-title', panel: '.panel', link: '.link' }, cssClass: { linkActive: 'link-active' }, option: { fadeDuration: 500, interval: 3000, disableWhenAnimated: true, pauseWhenHover: true }, f: function( e, c ){ var cfg=slideShowBanner; var image=e.find( cfg.selector.image ).hide(); if (image.length==1) { e.find( cfg.selector.panel ).hide(); } var title=e.find( cfg.selector.title ).hide(); var link=e.find( cfg.selector.link ); if (c===undefined) { var c=0; } var tOut; if (image.length != title.length && image.length != link.length) { return false; } // simple test var anim=[]; link.each( function( i ){ anim[i]=[ image.get(i), title.get(i) ]; $(this).click(function(){ Anim(i); }); }); $(anim[c]).show(); $(link[c]).addClass( cfg.cssClass.linkActive ); if (cfg.selector.prev!==undefined){ e.find(cfg.selector.prev).click(function(){ AnimPrev(); }); } if (cfg.selector.next!==undefined){ e.find(cfg.selector.next).click(function(){ AnimNext(); }); } if ( cfg.option.pauseWhenHover===true ){ $(anim).each( function(){ $(this).hover( function(){ Stop(); }, function(){ Play(); }); }); } var Anim=function(i){ if ( ((i>=image.length && i<0) || i==c ) || (cfg.option.disableWhenAnimated===true && ( $(anim[c]).is(':animated') || $(anim[i]).is(':animated') )) ) { return false; } Stop(); $(anim[c]).fadeOut(cfg.option.fadeDuration); $(anim[i]).fadeIn(cfg.option.fadeDuration); $(link[c]).removeClass(cfg.cssClass.linkActive); $(link[i]).addClass(cfg.cssClass.linkActive); c=i; Play(); } var AnimPrev=function(){ if (c<=0){ Anim(image.length-1); } else{ Anim(c-1); } } var AnimNext=function(){ if (c>=image.length-1){ Anim(0); } else{ Anim(c+1); } } var Play=function(){ tOut=setTimeout( AnimNext, cfg.option.interval ); } var Stop=function(){ if (tOut!==undefined){ clearTimeout(tOut); } } Play(); }, i: [] } $(function(){ $( slideShowBanner.selector.main ).each( function( i ){ var obj=$(this); var panel=obj.find(slideShowBanner.selector.panel); var link=obj.find(slideShowBanner.selector.link); var width=panel.width()-link.outerWidth()*link.length; obj.find(slideShowBanner.selector.title).css({width:width}); slideShowBanner.i[i]=slideShowBanner.f($(this)); }); }); // version = 2 var produktDetail={ data:{}, bind:{}, eventPodproduktChange:[], callPriceChange:[], imageArea:[], imageAreaVlastnost:[], skladADostupnost:[], kombinaceVlastnosti:null, selectedSvazanyParametrIndex:null, formatPrice:function(price){ var pocet=myParseFloat(this.data.pocetDesetinnychMist); if(pocet<0){ var orizni='1'; for(var i=0; i>pocet; i--){orizni+='0';} orizni=myParseFloat(orizni); return Math.round(price/orizni); }else{ return price.toFixed(pocet); } return price; }, setBind:function(data){ this.bind=data; if(this.bind.poradiKontroly==undefined || this.bind.poradiKontroly==null){ this.bind.poradiKontroly=['svazane']; // defaultne se kontroluji jenom svazane parametry } if(this.bind.pocetDesetinnychMist!==null && this.bind.pocetDesetinnychMist!==undefined){this.data.pocetDesetinnychMist=this.bind.pocetDesetinnychMist;} if(this.bind.nedostupnaKombinaceKod==null || this.bind.nedostupnaKombinaceKod==undefined) this.bind.nedostupnaKombinaceKod='-'; if(this.bind.nedostupnaSklad==null || this.bind.nedostupnaSklad==undefined) this.bind.nedostupnaSklad='-'; if(this.bind.nedostupnaDostupnost==null || this.bind.nedostupnaDostupnost==undefined) this.bind.nedostupnaDostupnost ='-'; if(this.bind.nedostupnaSkladADostupnost==null || this.bind.nedostupnaSkladADostupnost==undefined) this.bind.nedostupnaSkladADostupnost='-'; if(this.bind.vlasnostBezObrazkuMeniObrazekNaDefault==null) this.bind.vlasnostBezObrazkuMeniObrazekNaDefault=true; }, setData:function(data){ this.data=data; this.data.dph=(myParseFloat(this.data.dph)/100)+1; if(this.bind.pocetDesetinnychMist!=null && this.bind.pocetDesetinnychMist!=undefined){this.data.pocetDesetinnychMist=this.bind.pocetDesetinnychMist;} }, setImageArea:function(data){ this.imageArea[this.imageArea.length]=data; }, setImageAreaVlastnost:function(data){ this.imageAreaVlastnost[this.imageAreaVlastnost.length]=data; }, setKombinaceSkladADostupnost:function(data){ this.skladADostupnost[this.skladADostupnost.length]=data; }, changeParametrImage:function(){ for(var i=0; i0)?{"cenaBez":cenaVybranehoPodproduktuBez,"cenaS":cenaVybranehoPodproduktuBez*this.data.dph,ID:vybranyPodprodukt.id,key:vybranyPodprodukt.key}:null), "kombinaceVlastnosti":((this.data.volitelnyParametr.length>0)?{"cenaBez":kombinaceVlastnostiCenaBez,"cenaS":kombinaceVlastnostiCenaBez*this.data.dph}:null) }; for(var i=0; i0){ for(var i=0; i/g,'>'); escapedName=escapedName.replace(/0){ try{document.getElementById(this.bind.kosikNode).style.display='none';}catch(e){} try{ var errorHTML='Chyba
    '+error.join('')+'
'; document.getElementById(this.bind.errorNode).innerHTML=errorHTML; document.getElementById(this.bind.errorNode).style.display='block'; }catch(e){} }else{ try{document.getElementById(this.bind.errorNode).style.display='none';}catch(e){} try{document.getElementById(this.bind.kosikNode).style.display='block';}catch(e){} } } this.handleEvent('podproduktChange'); } } function ZobrazSkryjViceInfo() { if (document.getElementById('id_viceinformaci').style.display=='none') { document.getElementById('id_viceinformaci').style.display='block'; document.getElementById('id_hlidacipes').style.display='none'; document.getElementById('id_hodnoceni').style.display='none'; } else document.getElementById('id_viceinformaci').style.display='none'; } function ZobrazSkryjPsa() { if (document.getElementById('id_hlidacipes').style.display=='none') { document.getElementById('id_hlidacipes').style.display='block'; document.getElementById('id_viceinformaci').style.display='none'; document.getElementById('id_hodnoceni').style.display='none'; } else document.getElementById('id_hlidacipes').style.display='none'; } function ZobrazSkryjHodnoceni() { if (document.getElementById('id_hodnoceni').style.display=='none') { document.getElementById('id_hodnoceni').style.display='block'; document.getElementById('id_hlidacipes').style.display='none'; document.getElementById('id_viceinformaci').style.display='none'; } else document.getElementById('id_hodnoceni').style.display='none'; } var detailZalozky = new Array(); function detailZalozkyOpenZalozka(id) { for(var i=0; i0) {for (i=0; i0) for (i=0; i0) { for (i=0; i