SB_obraz = "Image"; /* Slimbox v2.02 - The ultimate lightweight Lightbox clone for jQuery (c) 2007-2009 Christophe Beyls MIT-style license. */ (function(w){var E=w(window),u,g,F=-1,o,x,D,v,y,L,s,n=!window.XMLHttpRequest,e=window.opera&&(document.compatMode=="CSS1Compat")&&(w.browser.version>=9.3),m=document.documentElement,l={},t=new Image(),J=new Image(),H,a,h,q,I,d,G,c,A,K;w(function(){w("body").append(w([H=w('
')[0],a=w('
')[0],G=w('
')[0]]).css("display","none"));h=w('
').appendTo(a).append(q=w('
').append([I=w('').click(B)[0],d=w('').click(f)[0]])[0])[0];c=w('
').appendTo(G).append([w('').add(H).click(C)[0],A=w('
')[0],K=w('
')[0],w('
')[0]])[0]});w.slimbox=function(O,N,M){u=w.extend({loop:false,overlayOpacity:0.8,overlayFadeDuration:400,resizeDuration:400,resizeEasing:"swing",initialWidth:250,initialHeight:250,imageFadeDuration:400,captionAnimationDuration:400,counterText:SB_obraz+" {x} / {y}",closeKeys:[27,88,67],previousKeys:[37,80],nextKeys:[39,78]},M);if(typeof O=="string"){O=[[O,N]];N=0}y=E.scrollTop()+((e?m.clientHeight:E.height())/2);L=u.initialWidth;s=u.initialHeight;w(a).css({top:Math.max(0,y-(s/2)),width:L,height:s,marginLeft:-L/2}).show();v=n||(H.currentStyle&&(H.currentStyle.position!="fixed"));if(v){H.style.position="absolute"}w(H).css("opacity",u.overlayOpacity).fadeIn(u.overlayFadeDuration);z();k(1);g=O;u.loop=u.loop&&(g.length>1);return b(N)};w.fn.slimbox=function(M,P,O){P=P||function(Q){return[Q.href,Q.title]};O=O||function(){return true};var N=this;return N.unbind("click").click(function(){var S=this,U=0,T,Q=0,R;T=w.grep(N,function(W,V){return O.call(S,W,V)});for(R=T.length;Q=0)?C():(M(N,u.nextKeys)>=0)?f():(M(N,u.previousKeys)>=0)?B():false}function B(){return b(x)}function f(){return b(D)}function b(M){if(M>=0){F=M;o=g[F][0];x=(F||(u.loop?g.length:0))-1;D=((F+1)%g.length)||(u.loop?0:-1);r();a.className="lbLoading";l=new Image();l.onload=j;l.src=o}return false}function j(){a.className="";w(h).css({backgroundImage:"url("+o+")",visibility:"hidden",display:""});w(q).width(l.width);w([q,I,d]).height(l.height);w(A).html(g[F][1]||"");w(K).html((((g.length>1)&&u.counterText)||"").replace(/{x}/,F+1).replace(/{y}/,g.length));if(x>=0){t.src=g[x][0]}if(D>=0){J.src=g[D][0]}L=h.offsetWidth;s=h.offsetHeight;var M=Math.max(0,y-(s/2));if(a.offsetHeight!=s){w(a).animate({height:s,top:M},u.resizeDuration,u.resizeEasing)}if(a.offsetWidth!=L){w(a).animate({width:L,marginLeft:-L/2},u.resizeDuration,u.resizeEasing)}w(a).queue(function(){w(G).css({width:L,top:M+s,marginLeft:-L/2,visibility:"hidden",display:""});w(h).css({display:"none",visibility:"",opacity:""}).fadeIn(u.imageFadeDuration,i)})}function i(){if(x>=0){w(I).show()}if(D>=0){w(d).show()}w(c).css("marginTop",-c.offsetHeight).animate({marginTop:0},u.captionAnimationDuration);G.style.visibility=""}function r(){l.onload=null;l.src=t.src=J.src=o;w([a,h,c]).stop(true);w([I,d,h,G]).hide()}function C(){if(F>=0){r();F=x=D=-1;w(a).hide();w(H).stop().fadeOut(u.overlayFadeDuration,k)}return false}})(jQuery); // AUTOLOAD CODE BLOCK (MAY BE CHANGED OR REMOVED) jQuery(function($) { $("a[class^='thickbox']").slimbox({/* Put custom options here */}, null, function(el) { return (this == el) || ((this.rel.length > 1) && (this.rel == el.rel)); }); }); // Settings var CSSR = 'tree_menu_flag_root'; var CSSH = 'tree_menu_hover'; // Public methods $.fn.treeMenu = function() { return this.each(function() { $(this).addClass(CSSR); addEvents(this); }); }; // Private methods function addEvents(ul) { $('li', ul).hover(hoverOver,hoverOut); }; function removeEvents(ul) { $('li', ul).unbind('mouseover'); }; function hoverOver() { $(this).addClass(CSSH).find('> a').addClass(CSSH); }; function hoverOut() { $(this).removeClass(CSSH).find('> a').removeClass(CSSH); }; // ************************ // *** animacje JD menu *** // ************************ function onAnimateFadeInOut(show) { if (show) { $(this).hide().fadeIn('normal'); } else { $(this).fadeOut('normal'); } } function onAnimateSlideUpDown(show) { if (show) { $(this).hide().slideDown('fast'); } else { $(this).slideUp('fast'); } } function onAnimateSlideLeftRight(show) { if (show) { $(this).hide().animate({width: 'show'}, 'fast'); } else { $(this).animate({width: 'hide'}, 'fast'); } } function onAnimateShowHide(show) { if (show) { $(this).hide().show('normal'); } else { $(this).hide('normal'); } } // *********************** // overwrite default messages $.extend($.validator.messages, { required: "required", date: "Please specify valid dates" }); $(document).ready(function(){ // $("#CMSform").validate({errorElement: "span", // errorPlacement: function(error, element) {error.appendTo(element.parent().prev());} // // }); // $('img.hoverTitle').cluetip({attribute: 'id', hoverClass: 'highlight'}); $("#CMSform").validate(); $("a.slidedown").click(function(event){ event.preventDefault(); if ($(this).hasClass("slidedown")) { $('#linkBox div').hide().slideDown('fast'); $('#linkownia').removeClass(); $('#linkownia').addClass('slideup'); } else { $('#linkownia').removeClass(); $('#linkownia').addClass('slidedown'); $('#linkBox div').slideUp('fast') } }); $(".msg_body").hide(); $(".msg_head").click(function(){ $(this).next(".msg_body").slideToggle(50); if ($(this).is('.opened')) { $(this).removeClass('opened'); } else { $(this).addClass('opened'); } }); }); $(document).ready(function(){ var ciastko = $.cookie('polaqua_zoom'); if (ciastko == 'zoom1'){ $('#zoom_box').removeClass(); $('#zoom_box').addClass('zoom1'); $('#fontsize').removeClass(); $('#fontsize').addClass('selectedZoom1') } else if (ciastko == 'zoom2'){ $('#zoom_box').removeClass(); $('#zoom_box').addClass('zoom2'); $('#fontsize').removeClass(); $('#fontsize').addClass('selectedZoom2') } else if (ciastko == 'zoom3'){ $('#zoom_box').removeClass(); $('#zoom_box').addClass('zoom3'); $('#fontsize').removeClass(); $('#fontsize').addClass('selectedZoom3'); } else { $('#fontsize').addClass('selectedZoom1') } $('#zoom1').click(function (){ $('#zoom_box').removeClass(); $('#zoom_box').addClass('zoom1'); $('#fontsize').removeClass(); $('#fontsize').addClass('selectedZoom1'); $.cookie('polaqua_zoom', 'zoom1', {expires: 7, path: '/'}); }); $('#zoom2').click(function (){ $('#zoom_box').removeClass(); $('#zoom_box').addClass('zoom2'); $('#fontsize').removeClass(); $('#fontsize').addClass('selectedZoom2'); $.cookie('polaqua_zoom', 'zoom2', {expires: 7, path: '/'}); }); $('#zoom3').click(function (){ $('#zoom_box').removeClass(); $('#zoom_box').addClass('zoom3'); $('#fontsize').removeClass(); $('#fontsize').addClass('selectedZoom3'); $.cookie('polaqua_zoom', 'zoom3', {expires: 7, path: '/'}); }); })