mainForm=null;jQuery.fn.exists=function(){return jQuery(this).length>0};var CMainForm=function(){if($.browser.msie&&(parseInt($.browser.version)<7)){alert("Pro Internet Explorer 6 a starší není tato aplikace optimalizována. \nProsím používejte moderní a bezpečné prohlížeče.")}this.debug=$("#G_debug").val();this.modul=$("#G_modul").val();this.logged=$("#G_logged").val();var a=null;var c=null;var b=null;$("#dlgGlobalError").dialog({autoOpen:false,modal:true,buttons:{OK:function(){$(this).dialog("close")}}});$("#dlgGlobalInfo").dialog({autoOpen:false,modal:true,close:function(){if(a!=null){a()}},buttons:{OK:function(){$(this).dialog("close");if(a!=null){a()}}}});$("#dlgGlobalQuestion").dialog({autoOpen:false,modal:true,buttons:{Ano:function(){$(this).dialog("close");if(c!=null){c(true)}},Ne:function(){$(this).dialog("close");if(c!=null){c(false)}}}});$("#dlgGlobalDelete").dialog({autoOpen:false,modal:true,buttons:{Ano:function(){if(b!=null){b(true)}$(this).dialog("close")},Ne:function(){if(b!=null){b(false)}$(this).dialog("close")}}});this.showError=function(d){$("#dlgGlobalError").dialog("open");$("#dlgGlobalError-text").html(d)};this.showInfo=function(d,e){a=null;if(e){a=e}$("#dlgGlobalInfo").dialog("open");$("#dlgGlobalInfo-text").html(d)};this.showQuestion=function(d,e){c=null;if(e){c=e}$("#dlgGlobalQuestion").dialog("open");$("#dlgGlobalQuestion-text").html(d)};this.showDelete=function(d,e){b=null;if(e){b=e}$("#dlgGlobalDelete").dialog("open");$("#dlgGlobalDelete-text").html(d)};this.clear_form_elements=function(e,d){$(e).find(":input").each(function(){switch(this.type){case"hidden":if(d){$(this).val("")}break;case"password":case"select-multiple":case"select-one":case"text":case"textarea":$(this).val("");break;case"checkbox":case"radio":this.checked=false}})};$("a[href$=.jpg],a[href^=PhotoGalery]").lightBox({overlayBgColor:"#000",overlayOpacity:0.7,imageLoading:"/images/biersky.cz/lightbox/loading.gif",imageBtnClose:"/images/biersky.cz/lightbox/close.gif",imageBtnPrev:"/images/biersky.cz/lightbox/prev.gif",imageBtnNext:"/images/biersky.cz/lightbox/next.gif",containerResizeSpeed:300,txtImage:"Foto",txtOf:"z celkem"})};$(document).ready(function(){mainForm=new CMainForm();$(".send-content-form").click(function(){var b=$(this).attr("formId");$("#"+b+" .require").each(function(){$(this).removeClass("error-input")});var a=true;$("#"+b+" .require").each(function(){if($(this).val()==""){$(this).addClass("error-input");a=false}else{if($(this).attr("name")=="mail"&&$(this).val()!=""){var c=/^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;if(c.test($(this).val())==false){$(this).addClass("error-input");a=false}}}});if(!a){return false}$.ajax({type:"POST",url:"?ajax&action=send-form-content",data:$("#"+b).serialize(),dataType:"json",success:function(c){if(c.Error){mainForm.showError(c.Message)}else{mainForm.showInfo(c.Data,function(){mainForm.clear_form_elements($("#"+b),false)})}}});return false})});
