cq9µç×Ó¹ÙÍøÈë¿Ú

404 Not Found


nginx
ÍøÕ¾µØͼ
/** * ×Ô½ç˵±íµ¥ÖÐÉæ¼°µ½µÄJS²Ù×÷ * @package phpok * @×÷Õß qinggan * @°æȨ ÉîÛÚÊÐï¿èž¿Æ¼¼ÓÐÏÞ¹«Ë¾ * @Ö÷Ò³ http://www.phpok.com * @°æ±¾ 4.x * @ÊÚȨ http://www.phpok.com/lgpl.html PHPOK¿ªÔ´ÊÚȨЭÒ飺GNU Lesser General Public License * @ʱ¼ä 2017Äê03ÔÂ22ÈÕ **/ function phpok_form_password(id,len) { var list = new Array("0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"); if(!len || len == "undefined") len = 8; var rand = ""; for(var i = 0;i', "lock":true }); } } } //Çå¿Õ function phpok_btn_clear(btn,id) { $("#"+id).val(""); } function _phpok_form_opt(val,id,eid,etype) { if(!val || val == "undefined"){ $("#"+id).html("").hide(); return false; } var url = get_url("form","config") + "&id="+$.str.encode(val); if(eid && eid != "undefined"){ url += "&eid="+eid; } if(etype && etype != "undefined"){ url += "&etype="+etype; } $.phpok.ajax(url,function(rs){ if(rs && rs != 'exit'){ $("#"+id).html(rs).show(); } }); } function phpok_btn_editor_picture(id) { var url = get_url("edit","picture") + "&input="+id; $.dialog.open(url,{ "title" : "ͼƬ¿â", "width" : "760px", "height" : "80%", "resize" : false, "lock" : true }); } function phpok_btn_editor_file(id) { var url = get_url("edit","file") + "&input="+id+"&nopic=1"; $.dialog.open(url,{ "title" : "¸½¼þ×ÊÔ´", "width" : "760px", "height" : "80%", "resize" : false, "lock" : true }); } function phpok_btn_editor_video(id) { var url = get_url("edit","video") + "&input="+id+"&nopic=1"; $.dialog.open(url,{ "title" : "Ìí¼ÓÓ°Òô", "width" : "760px", "height" : "80%", "resize" : false, "lock" : true }); } //ɾ³ýµ¥¸öÖ÷Ìâ¹ØÁª function phpok_title_delete_single(id) { $("#"+id).val(""); $("#title_"+id).hide(); $("#phpok-btn-"+id+"-delete").hide(); } //ɾ³ý¶à¸öÖ÷Ìâ¹ØÁª function phpok_title_delete(id,val) { if(val && val != "undefined") { //ÒƳýDIVÖµ $("#"+id+"_div_"+val).remove(); //ÒƳýÖµ var c = $("#"+id).val(); if(c == "" || c == "undefined") { $("#"+id+"_div").hide(); $("#"+id+"_button_checkbox").hide(); $("#"+id).val(""); return true; } var clist = c.split(","); var n_list = new Array(); var m = 0; for(var i=0;i"+val+""); obj.find("option[value="+data.info+"]").attr("selected",true); }else{ $.dialog.alert(data.info); return false; } }); },''); }, param_type_setting:function(val,id){ var old = $("#"+id).val(); if(old){ val = old+","+val; } $("#"+id).val(val); }, param_type_set:function(v){ if(v == 1){ $("#p_name_type_html").show(); }else{ $("#p_name_type_html").hide(); } }, /** * Îı¾¿òÅԱߵÄÈÕÆÚ°´Å¥¿Ø¼þ **/ laydate_button:function(id,type) { laydate.render({ elem:'#'+id, type:type, show: true, closeStop: '#btn_'+id+'_'+type }); }, /** * Çå¿ÕÎı¾¿òÄÚÈÝ **/ clear:function(id){ if(id.substr(0,1) != '.' && id.substr(0,1) != '#'){ id = '#'+id; } return $(id).val(''); }, /** * ÎļþÑ¡ÔñÆ÷ **/ text_button_file_select:function(id) { $.dialog.open(get_url("open","input","id="+id),{ title: p_lang('¸½¼þ¹ÜÀíÆ÷'), lock : true, width: "700px", height: "70%", resize: false }); }, /** * ÎļþÏÂÔØ **/ text_button_file_download:function(id) { if(id.substr(0,1) != '.' && id.substr(0,1) != '#'){ id = '#'+id; } var file = $(id).val(); if(!file){ $.dialog.alert(p_lang('ûÓпÉÏÂÔصĸ½¼þ')); return false; } var url = get_url("res_action","download",'file='+$.str.encode(file)); window.open(url); }, /** * ͼƬѡÔñÆ÷ **/ text_button_image_select:function(id) { $.dialog.open(get_url("open","input","id="+id+"&type=image"),{ title: p_lang('ͼƬ¹ÜÀíÆ÷'), lock : true, width: "700px", height: "70%", resize: false }); }, /** * ͼƬԤÀÀ **/ text_button_image_preview:function(id) { if(id.substr(0,1) != '.' && id.substr(0,1) != '#'){ id = '#'+id; } var file = $(id).val(); if(!file){ $.dialog.alert(p_lang('ûÓÐÖ¸¶¨Í¼Æ¬')); return false; } var url = get_url("res_action","view",'file='+$.str.encode(file)); $.dialog.open(url,{ title: p_lang('Ô¤ÀÀͼƬ'), lock: true, width: '700px', height: '70%', resize: false, ok: true }); }, /** * ÊÓƵѡÔñÆ÷ **/ text_button_video_select:function(id) { var url = get_url("open","input","id="+id+"&type=video"); $.dialog.open(url,{ title: p_lang('ÊÓƵ¹ÜÀíÆ÷'), lock : true, width: "700px", height: "70%" }); }, /** * ÊÓƵԤÀÀ **/ text_button_video_preview:function(id) { if(id.substr(0,1) != '.' && id.substr(0,1) != '#'){ id = '#'+id; } var file = $(id).val(); if(!file){ $.dialog.alert(p_lang('ûÓÐÖ¸¶¨ÊÓƵ')); return false; } var url = get_url("res_action","video","file="+$.str.encode(file)); $.dialog.open(url,{ title: p_lang('ÊÓƵԤÀÀ'), lock: true, width: '700px', height: '430px', ok:true }); }, /** * ÍøÖ·Ñ¡ÔñÆ÷ **/ text_button_url_select:function(id) { var url = get_url("open","url","id="+id); $.dialog.open(url,{ title: p_lang('ÍøÖ·¹ÜÀíÆ÷'), lock : true, width: "700px", height: "70%" }); }, /** * ÍøÖ·Ô¤ÀÀ **/ text_button_url_open:function(id) { if(id.substr(0,1) != '.' && id.substr(0,1) != '#'){ id = '#'+id; } var url = $(id).val(); if(!url || url == "http://" || url == "https://"){ $.dialog.alert(p_lang('δָ¶¨ÍøÖ·')); return false; } window.open(url); }, /** * »áԱѡÔñ¿â **/ text_button_user_select:function(id) { var url = get_url("open","user2","id="+id); $.dialog.open(url,{ title: p_lang('»áÔ±Áбí'), lock : true, width: "700px", height: "70%", resize: false }); }, /** * ¿ìËÙ²åÈëÎı¾ **/ text_button_quickwords:function(id,val,type) { if(id.substr(0,1) != '.' && id.substr(0,1) != '#'){ id = '#'+id; } if(type && type == 'none'){ $(id).val(val); return true; } var tmp = $(id).val(); tmp = (tmp && tmp != 'undefined') ? (tmp+''+type+''+val) : val; $(id).val(tmp); return true; }, /** * ¿ìËÙÌí¼ÓÖ÷Ìâ * @²ÎÊý fid ×Ö¶ÎID * @²ÎÊý input_id ±íµ¥×Ö¶ÎÃû * @²ÎÊý maxcount ×î´óÊýÁ¿ £¬Ä¬ÈÏΪ1 **/ extitle_quickadd:function(fid,input_id,maxcount) { if(!maxcount || maxcount == 'undefined'){ maxcount = 1; } var str = $("input[name="+input_id+"]").val(); if(str && str != 'undefined'){ var list = str.split(","); var total = list.length; if(total >= maxcount){ $.dialog.alert(p_lang('³¬³öϵͳÏÞÖÆÌí¼ÓµÄÊýÁ¿')); return false; } } var url = get_url('form','quickadd','id='+fid); $.dialog.open(url,{ 'title':p_lang('Ìí¼Ó'), 'width':'80%', 'height':'70%', 'ok':function(){ var iframe = this.iframe.contentWindow; if (!iframe.document.body) { alert('iframe»¹Ã»¼ÓÔØÍê±ÏÄØ'); return false; }; iframe.save(); return false; }, 'lock':true, 'okVal':p_lang('Éú´æ'), 'cancel':true }); }, /** * ¿ìËٱ༭ **/ extitle_quickedit:function(id,fid) { var url = get_url('form','quickadd','id='+fid+"&tid="+id); $.dialog.open(url,{ 'title':p_lang('±à¼­ #'+id), 'width':'80%', 'height':'70%', 'ok':function(){ var iframe = this.iframe.contentWindow; if (!iframe.document.body) { alert('iframe»¹Ã»¼ÓÔØÍê±ÏÄØ'); return false; }; iframe.save(); return false; }, 'lock':true, 'okVal':p_lang('Éú´æ'), 'cancel':true }); }, extitle_list:function(fid,input_id,maxcount) { if(!maxcount || maxcount == 'undefined'){ maxcount = 1; } var str = $("input[name="+input_id+"]").val(); if(str && str != 'undefined'){ var list = str.split(","); var total = list.length; if(total >= maxcount){ $.dialog.alert(p_lang('³¬³öϵͳÏÞÖÆÌí¼ÓµÄÊýÁ¿')); return false; } } var url = get_url('form','quicklist','id='+fid+"&maxcount="+maxcount); $.dialog.open(url,{ 'title':p_lang('Ñ¡Ôñ'), 'width':'90%', 'height':'80%', 'ok':true, 'lock':true, 'okVal':p_lang('¹Ø±Õ') }); }, /** * ÖØÔØÀ©Õ¹×ֶΠ* @²ÎÊý id Ä£¿é×Ö¶ÎID * @²ÎÊý identifier ±êʶ **/ extitle_reload:function(id,identifier) { var url = get_url('form','redata','id='+id); var content = $("#"+identifier).val(); if(content){ url += "&content="+$.str.encode(content); } $.phpok.json(url,function(data){ if(data.status){ if(data.info){ $("#"+identifier+"_edit_preview").html(data.info); } return true; } return true; }) }, /** * ɾ³ýÒÑ´æÔÚµÄÖ÷Ìâ £¬·ÀÖ¹Öظ´É¸Ñ¡ **/ extitle_remove_selected:function(identifier) { var opener = $.dialog.opener; var content = opener.$("#"+identifier).val(); if(content){ var list = content.split(","); for(var i in list){ $("#title_"+list[i]).remove(); } } }, /** * Ñ¡ÖÐÒÑ´æÔÚÖ÷Ìâ * @²ÎÊý id Ö÷ÌâID * @²ÎÊý pid ÏîÄ¿ID * @²ÎÊý identifier Òª¸üеıêʶÄÚÈÝ **/ extitle_select_action:function(id,pid,identifier,maxcount) { if(!maxcount || maxcount == 'undefined'){ maxcount = 9999; } maxcount = parseInt(maxcount); var opener = $.dialog.opener; var content = opener.$("#"+identifier).val(); if(content){ var tmp = content.split(","); if(tmp.length >= maxcount){ $.dialog.alert(p_lang('³¬³öϵͳÏÞÖÆÌí¼ÓµÄÊýÁ¿')); return false; } content = content+","+id; var list = content.split(","); var rs = $.unique(list); content = rs.join(","); opener.$("#"+identifier).val(content); }else{ opener.$("#"+identifier).val(id); } $("#title_"+id).remove(); opener.$.phpokform.extitle_reload(pid,identifier); return true; }, /** * ÏòÇ°ÒÆһλ **/ extitle_sortup:function(obj,id,identifier) { var t = []; var old = $(obj).parent().parent().attr("data-id"); var total = $(obj).parent().parent().attr('data-total'); var string = "td[data-name=taxis-"+identifier+"-"+id+"]"; var chk = $(string).eq(0).attr('data-id'); $(string).each(function(i){ var id = $(this).attr("data-id"); if($(string).eq(i+1).attr('data-id') == old){ var val = $(string).eq(i+1).attr("data-value"); }else{ if(id == old){ var val = $(string).eq(i-1).attr('data-value'); }else{ var val = $(this).attr("data-value"); } } t.push({"id":id,"sort":val}); }); t = t.sort(function(a,b){return parseInt(a['sort'])>parseInt(b['sort']) ? 1 : -1}); var list = new Array(); for(var i in t){ list[i] = t[i]['id']; } var data = list.join(","); $("#"+identifier).val(data); this.extitle_reload(id,identifier); }, /** * ÏòºóÒÆһλ **/ extitle_sortdown:function(obj,id,identifier) { var t = []; var old = $(obj).parent().parent().attr("data-id"); var string = "td[data-name=taxis-"+identifier+"-"+id+"]"; var chk = $(string).eq(0).attr('data-id'); var num = 0; var old_value = 0; $(string).each(function(i){ var id = $(this).attr("data-id"); if(id == old){ var val = $(string).eq(i+1).attr('data-value'); num = i+1; old_value = $(this).attr('data-value'); }else{ if(id == $(string).eq(num).attr('data-id')){ var val = old_value; }else{ var val = $(this).attr('data-value'); } } t.push({"id":id,"sort":val}); }); t = t.sort(function(a,b){return parseInt(a['sort'])>parseInt(b['sort']) ? 1 : -1}); var list = new Array(); for(var i in t){ list[i] = t[i]['id']; } var data = list.join(","); $("#"+identifier).val(data); this.extitle_reload(id,identifier); }, /** * ɾ³ý²Ù×÷ **/ extitle_delete:function(val,id,identifier) { var content = $("#"+identifier).val(); if(!content || !val || val == '0' || content == '0' || val == 'undefined' || content == 'undefined'){ return true; } if(content == val){ $("#"+identifier).val(''); this.extitle_reload(id,identifier); return true; } var list = content.split(','); var nlist = new Array(); var m = 0; for(var i in list){ if(list[i] != val){ nlist[m] = list[i]; m++; } } content = nlist.join(','); $("#"+identifier).val(content); var _self = this; $.phpok.json(get_url('form','quickdelete','fid='+id+"&id="+val),function(rs){ if(rs.status){ _self.extitle_reload(id,identifier); return true; } $.dialog.alert(rs.info); return false; }); } }; })(jQuery); /*! * TouchSlide v1.0 * javascript´¥ÆÁ»¬¶¯ÌØЧ²å¼þ £¬Òƶ¯Öն˻¬¶¯ÌØЧ £¬´¥ÆÁ½¹µãͼ £¬´¥ÆÁTabÇл» £¬´¥ÆÁ¶àͼÇл»µÈ * Ï꾡ÐÅÏ¢Çë¿´¹ÙÍø£ºhttp://www.SuperSlide2.com/TouchSlide/ * * Copyright 2013 »Ñ»°Ö÷ϯ * * Çë×ðÖØÔ­´´ £¬±£ÁôÍ·²¿°æȨ * ÔÚ±£Áô°æȨµÄÇ°ÌáÏ¿ÉÓ¦ÓÃÓÚ¸öÈË»òÉÌÒµÓÃ; */ var TouchSlide=function(a){a=a||{};var b={slideCell:a.slideCell||"#touchSlide",titCell:a.titCell||".hd li",mainCell:a.mainCell||".bd",effect:a.effect||"left",autoPlay:a.autoPlay||!1,delayTime:a.delayTime||200,interTime:a.interTime||2500,defaultIndex:a.defaultIndex||0,titOnClassName:a.titOnClassName||"on",autoPage:a.autoPage||!1,prevCell:a.prevCell||".prev",nextCell:a.nextCell||".next",pageStateCell:a.pageStateCell||".pageState",pnLoop:"undefined "==a.pnLoop?!0:a.pnLoop,startFun:a.startFun||null,endFun:a.endFun||null,switchLoad:a.switchLoad||null},c=document.getElementById(b.slideCell.replace("#",""));if(!c)return!1;var d=function(a,b){a=a.split(" ");var c=[];b=b||document;var d=[b];for(var e in a)0!=a[e].length&&c.push(a[e]);for(var e in c){if(0==d.length)return!1;var f=[];for(var g in d)if("#"==c[e][0])f.push(document.getElementById(c[e].replace("#","")));else if("."==c[e][0])for(var h=d[g].getElementsByTagName("*"),i=0;h.length>i;i++){var j=h[i].className;j&&-1!=j.search(RegExp("\\b"+c[e].replace(".","")+"\\b"))&&f.push(h[i])}else for(var h=d[g].getElementsByTagName(c[e]),i=0;h.length>i;i++)f.push(h[i]);d=f}return 0==d.length||d[0]==b?!1:d},e=function(a,b){var c=document.createElement("div");c.innerHTML=b,c=c.children[0];var d=a.cloneNode(!0);c.appendChild(d),a.parentNode.replaceChild(c,a),m=d},f=function(a,b){var c=0;return c=a.currentStyle?a.currentStyle[b]:getComputedStyle(a,!1)[b],parseInt(c.replace("px",""))},g=function(a,b){!a||!b||a.className&&-1!=a.className.search(RegExp("\\b"+b+"\\b"))||(a.className+=(a.className?" ":"")+b)},h=function(a,b){!a||!b||a.className&&-1==a.className.search(RegExp("\\b"+b+"\\b"))||(a.className=a.className.replace(RegExp("\\s*\\b"+b+"\\b","g"),""))},i=b.effect,j=d(b.prevCell,c)[0],k=d(b.nextCell,c)[0],l=d(b.pageStateCell)[0],m=d(b.mainCell,c)[0];if(!m)return!1;var O,n=m.children.length,o=d(b.titCell,c),p=o?o.length:n,q=b.switchLoad,r=parseInt(b.defaultIndex),s=parseInt(b.delayTime),t=parseInt(b.interTime),u="false"==b.autoPlay||0==b.autoPlay?!1:!0,v="false"==b.autoPage||0==b.autoPage?!1:!0,w="false"==b.pnLoop||0==b.pnLoop?!1:!0,x=r,y=null,z=null,A=null,B=0,C=0,D=0,E=0,G=/hp-tablet/gi.test(navigator.appVersion),H="ontouchstart"in window&&!G,I=H?"touchstart":"mousedown",J=H?"touchmove":"mousemove",K=H?"touchend":"mouseup",M=320,N=0;if(0==p&&(p=n),v){p=n,o=o[0],o.innerHTML="";var P="";if(1==b.autoPage||"true"==b.autoPage)for(var Q=0;p>Q;Q++)P+="
  • "+(Q+1)+"
  • ";else for(var Q=0;p>Q;Q++)P+=b.autoPage.replace("$",Q+1);o.innerHTML=P,o=o.children}for(var Q=0;n>Q;Q++){var R=m.children[Q],S=f(R,"marginLeft")+f(R,"marginRight"),T=f(R,"paddingLeft")+f(R,"paddingRight"),U=R.clientWidth-T,V=R.offsetWidth+S;U>N&&(N=U,M=V)}switch(i){case"left":m.style.cssText="width:"+n*M+"px;"+"position:relative;overflow:hidden;padding:0;margin:0;";for(var Q=0;n>Q;Q++)m.children[Q].style.cssText="float:left;width:"+N+"px;";e(m,'
    ');break;case"leftLoop":m.appendChild(m.children[0].cloneNode(!0)),m.insertBefore(m.children[n-1].cloneNode(!0),m.children[0]),m.style.cssText="width:"+(n+2)*M+"px;"+"position:relative;overflow:hidden;padding:0;margin:0;";for(var Q=0;n+2>Q;Q++)m.children[Q].style.cssText="float:left;width:"+N+"px;";e(m,'
    ')}var W=function(){"function"==typeof b.startFun&&b.startFun(r,p)},X=function(){"function"==typeof b.endFun&&b.endFun(r,p)},Y=function(a){var b=("leftLoop"==i?r+1:r)+a,c=function(a){for(var b=m.children[a].getElementsByTagName("img"),c=0;b.length>c;c++)b[c].getAttribute(q)&&(b[c].setAttribute("src",b[c].getAttribute(q)),b[c].removeAttribute(q))};if(c(b),"leftLoop"==i)switch(b){case 0:c(n);break;case 1:c(n+1);break;case n:c(0);break;case n+1:c(1)}},Z=function(a,b,c){c=c?c.style:m.style,c.webkitTransitionDuration=c.MozTransitionDuration=c.msTransitionDuration=c.OTransitionDuration=c.transitionDuration=b+"ms",c.webkitTransform="translate("+a+"px,0)"+"translateZ(0)",c.msTransform=c.MozTransform=c.OTransform="translateX("+a+"px)"},$=function(a){switch(i){case"left":r>=p?r=a?r-1:0:0>r&&(r=a?0:p-1),null!=q&&Y(0),Z(-r*M,s),x=r;break;case"leftLoop":null!=q&&Y(0),Z(-(r+1)*M,s),-1==r?(z=setTimeout(function(){Z(-p*M,0)},s),r=p-1):r==p&&(z=setTimeout(function(){Z(-M,0)},s),r=0),x=r}W(),A=setTimeout(function(){X()},s);for(var c=0;p>c;c++)h(o[c],b.titOnClassName),c==r&&g(o[c],b.titOnClassName);0==w&&(h(k,"nextStop"),h(j,"prevStop"),0==r?g(j,"prevStop"):r==p-1&&g(k,"nextStop")),l&&(l.innerHTML=""+(r+1)+"/"+p)};if($(),u&&(y=setInterval(function(){r++,$()},t)),o)for(var Q=0;p>Q;Q++)(function(){var a=Q;o[a].addEventListener("click",function(){clearTimeout(z),clearTimeout(A),r=a,$()})})();k&&k.addEventListener("click",function(){(1==w||r!=p-1)&&(clearTimeout(z),clearTimeout(A),r++,$())}),j&&j.addEventListener("click",function(){(1==w||0!=r)&&(clearTimeout(z),clearTimeout(A),r--,$())});var _=function(a){clearTimeout(z),clearTimeout(A),O=void 0,D=0;var b=H?a.touches[0]:a;B=b.pageX,C=b.pageY,m.addEventListener(J,ab,!1),m.addEventListener(K,bb,!1)},ab=function(a){if(!H||!(a.touches.length>1||a.scale&&1!==a.scale)){var b=H?a.touches[0]:a;if(D=b.pageX-B,E=b.pageY-C,O===void 0&&(O=!!(O||Math.abs(D)0||r>=p-1&&0>D)&&(D=.4*D),Z(-r*M+D,0);break;case"leftLoop":Z(-(r+1)*M+D,0)}null!=q&&Math.abs(D)>M/3&&Y(D>0?-1:1)}}},bb=function(a){0!=D&&(a.preventDefault(),O||(Math.abs(D)>M/10&&(D>0?r--:r++),$(!0),u&&(y=setInterval(function(){r++,$()},t))),m.removeEventListener(J,ab,!1),m.removeEventListener(K,bb,!1))};m.addEventListener(I,_,!1)}; (function($){ var rotateLeft = function(lValue, iShiftBits) { return (lValue << iShiftBits) | (lValue >>> (32 - iShiftBits)); } var addUnsigned = function(lX, lY) { var lX4, lY4, lX8, lY8, lResult; lX8 = (lX & 0x80000000); lY8 = (lY & 0x80000000); lX4 = (lX & 0x40000000); lY4 = (lY & 0x40000000); lResult = (lX & 0x3FFFFFFF) + (lY & 0x3FFFFFFF); if (lX4 & lY4) return (lResult ^ 0x80000000 ^ lX8 ^ lY8); if (lX4 | lY4) { if (lResult & 0x40000000) return (lResult ^ 0xC0000000 ^ lX8 ^ lY8); else return (lResult ^ 0x40000000 ^ lX8 ^ lY8); } else { return (lResult ^ lX8 ^ lY8); } } var F = function(x, y, z) { return (x & y) | ((~ x) & z); } var G = function(x, y, z) { return (x & z) | (y & (~ z)); } var H = function(x, y, z) { return (x ^ y ^ z); } var I = function(x, y, z) { return (y ^ (x | (~ z))); } var FF = function(a, b, c, d, x, s, ac) { a = addUnsigned(a, addUnsigned(addUnsigned(F(b, c, d), x), ac)); return addUnsigned(rotateLeft(a, s), b); }; var GG = function(a, b, c, d, x, s, ac) { a = addUnsigned(a, addUnsigned(addUnsigned(G(b, c, d), x), ac)); return addUnsigned(rotateLeft(a, s), b); }; var HH = function(a, b, c, d, x, s, ac) { a = addUnsigned(a, addUnsigned(addUnsigned(H(b, c, d), x), ac)); return addUnsigned(rotateLeft(a, s), b); }; var II = function(a, b, c, d, x, s, ac) { a = addUnsigned(a, addUnsigned(addUnsigned(I(b, c, d), x), ac)); return addUnsigned(rotateLeft(a, s), b); }; var convertToWordArray = function(string) { var lWordCount; var lMessageLength = string.length; var lNumberOfWordsTempOne = lMessageLength + 8; var lNumberOfWordsTempTwo = (lNumberOfWordsTempOne - (lNumberOfWordsTempOne % 64)) / 64; var lNumberOfWords = (lNumberOfWordsTempTwo + 1) * 16; var lWordArray = Array(lNumberOfWords - 1); var lBytePosition = 0; var lByteCount = 0; while (lByteCount < lMessageLength) { lWordCount = (lByteCount - (lByteCount % 4)) / 4; lBytePosition = (lByteCount % 4) * 8; lWordArray[lWordCount] = (lWordArray[lWordCount] | (string.charCodeAt(lByteCount) << lBytePosition)); lByteCount++; } lWordCount = (lByteCount - (lByteCount % 4)) / 4; lBytePosition = (lByteCount % 4) * 8; lWordArray[lWordCount] = lWordArray[lWordCount] | (0x80 << lBytePosition); lWordArray[lNumberOfWords - 2] = lMessageLength << 3; lWordArray[lNumberOfWords - 1] = lMessageLength >>> 29; return lWordArray; }; var wordToHex = function(lValue) { var WordToHexValue = "", WordToHexValueTemp = "", lByte, lCount; for (lCount = 0; lCount <= 3; lCount++) { lByte = (lValue >>> (lCount * 8)) & 255; WordToHexValueTemp = "0" + lByte.toString(16); WordToHexValue = WordToHexValue + WordToHexValueTemp.substr(WordToHexValueTemp.length - 2, 2); } return WordToHexValue; }; var uTF8Encode = function(string) { string = string.replace(/\x0d\x0a/g, "\x0a"); var output = ""; for (var n = 0; n < string.length; n++) { var c = string.charCodeAt(n); if (c < 128) { output += String.fromCharCode(c); } else if ((c > 127) && (c < 2048)) { output += String.fromCharCode((c >> 6) | 192); output += String.fromCharCode((c & 63) | 128); } else { output += String.fromCharCode((c >> 12) | 224); output += String.fromCharCode(((c >> 6) & 63) | 128); output += String.fromCharCode((c & 63) | 128); } } return output; }; $.extend({ md5: function(string) { var x = Array(); var k, AA, BB, CC, DD, a, b, c, d; var S11=7, S12=12, S13=17, S14=22; var S21=5, S22=9 , S23=14, S24=20; var S31=4, S32=11, S33=16, S34=23; var S41=6, S42=10, S43=15, S44=21; string = uTF8Encode(string); x = convertToWordArray(string); a = 0x67452301; b = 0xEFCDAB89; c = 0x98BADCFE; d = 0x10325476; for (k = 0; k < x.length; k += 16) { AA = a; BB = b; CC = c; DD = d; a = FF(a, b, c, d, x[k+0], S11, 0xD76AA478); d = FF(d, a, b, c, x[k+1], S12, 0xE8C7B756); c = FF(c, d, a, b, x[k+2], S13, 0x242070DB); b = FF(b, c, d, a, x[k+3], S14, 0xC1BDCEEE); a = FF(a, b, c, d, x[k+4], S11, 0xF57C0FAF); d = FF(d, a, b, c, x[k+5], S12, 0x4787C62A); c = FF(c, d, a, b, x[k+6], S13, 0xA8304613); b = FF(b, c, d, a, x[k+7], S14, 0xFD469501); a = FF(a, b, c, d, x[k+8], S11, 0x698098D8); d = FF(d, a, b, c, x[k+9], S12, 0x8B44F7AF); c = FF(c, d, a, b, x[k+10], S13, 0xFFFF5BB1); b = FF(b, c, d, a, x[k+11], S14, 0x895CD7BE); a = FF(a, b, c, d, x[k+12], S11, 0x6B901122); d = FF(d, a, b, c, x[k+13], S12, 0xFD987193); c = FF(c, d, a, b, x[k+14], S13, 0xA679438E); b = FF(b, c, d, a, x[k+15], S14, 0x49B40821); a = GG(a, b, c, d, x[k+1], S21, 0xF61E2562); d = GG(d, a, b, c, x[k+6], S22, 0xC040B340); c = GG(c, d, a, b, x[k+11], S23, 0x265E5A51); b = GG(b, c, d, a, x[k+0], S24, 0xE9B6C7AA); a = GG(a, b, c, d, x[k+5], S21, 0xD62F105D); d = GG(d, a, b, c, x[k+10], S22, 0x2441453); c = GG(c, d, a, b, x[k+15], S23, 0xD8A1E681); b = GG(b, c, d, a, x[k+4], S24, 0xE7D3FBC8); a = GG(a, b, c, d, x[k+9], S21, 0x21E1CDE6); d = GG(d, a, b, c, x[k+14], S22, 0xC33707D6); c = GG(c, d, a, b, x[k+3], S23, 0xF4D50D87); b = GG(b, c, d, a, x[k+8], S24, 0x455A14ED); a = GG(a, b, c, d, x[k+13], S21, 0xA9E3E905); d = GG(d, a, b, c, x[k+2], S22, 0xFCEFA3F8); c = GG(c, d, a, b, x[k+7], S23, 0x676F02D9); b = GG(b, c, d, a, x[k+12], S24, 0x8D2A4C8A); a = HH(a, b, c, d, x[k+5], S31, 0xFFFA3942); d = HH(d, a, b, c, x[k+8], S32, 0x8771F681); c = HH(c, d, a, b, x[k+11], S33, 0x6D9D6122); b = HH(b, c, d, a, x[k+14], S34, 0xFDE5380C); a = HH(a, b, c, d, x[k+1], S31, 0xA4BEEA44); d = HH(d, a, b, c, x[k+4], S32, 0x4BDECFA9); c = HH(c, d, a, b, x[k+7], S33, 0xF6BB4B60); b = HH(b, c, d, a, x[k+10], S34, 0xBEBFBC70); a = HH(a, b, c, d, x[k+13], S31, 0x289B7EC6); d = HH(d, a, b, c, x[k+0], S32, 0xEAA127FA); c = HH(c, d, a, b, x[k+3], S33, 0xD4EF3085); b = HH(b, c, d, a, x[k+6], S34, 0x4881D05); a = HH(a, b, c, d, x[k+9], S31, 0xD9D4D039); d = HH(d, a, b, c, x[k+12], S32, 0xE6DB99E5); c = HH(c, d, a, b, x[k+15], S33, 0x1FA27CF8); b = HH(b, c, d, a, x[k+2], S34, 0xC4AC5665); a = II(a, b, c, d, x[k+0], S41, 0xF4292244); d = II(d, a, b, c, x[k+7], S42, 0x432AFF97); c = II(c, d, a, b, x[k+14], S43, 0xAB9423A7); b = II(b, c, d, a, x[k+5], S44, 0xFC93A039); a = II(a, b, c, d, x[k+12], S41, 0x655B59C3); d = II(d, a, b, c, x[k+3], S42, 0x8F0CCC92); c = II(c, d, a, b, x[k+10], S43, 0xFFEFF47D); b = II(b, c, d, a, x[k+1], S44, 0x85845DD1); a = II(a, b, c, d, x[k+8], S41, 0x6FA87E4F); d = II(d, a, b, c, x[k+15], S42, 0xFE2CE6E0); c = II(c, d, a, b, x[k+6], S43, 0xA3014314); b = II(b, c, d, a, x[k+13], S44, 0x4E0811A1); a = II(a, b, c, d, x[k+4], S41, 0xF7537E82); d = II(d, a, b, c, x[k+11], S42, 0xBD3AF235); c = II(c, d, a, b, x[k+2], S43, 0x2AD7D2BB); b = II(b, c, d, a, x[k+9], S44, 0xEB86D391); a = addUnsigned(a, AA); b = addUnsigned(b, BB); c = addUnsigned(c, CC); d = addUnsigned(d, DD); } var tempValue = wordToHex(a) + wordToHex(b) + wordToHex(c) + wordToHex(d); return tempValue.toLowerCase(); } }); })(jQuery); /** * PHPOK·¨Ê½Öг£Óõ½µÄJS £¬·â×°ÔÚ´Ë * @×÷Õß qinggan
    * @°æȨ ÉîÛÚÊÐï¿èž¿Æ¼¼ÓÐÏÞ¹«Ë¾ * @ÍøÕ¾ http://www.phpok.com * @°æ±¾ 4.x * @ÊÚȨ GNU Lesser General Public License (LGPL) * @ÈÕÆÚ 2017Äê04ÔÂ18ÈÕ **/ ;(function($){ $.phpok = { /** * ˢе±Ç°Ò³Ãæ £¬Ê¹ÓÃÒªÁ죺$.phpok.refresh(); **/ refresh: function() { window.location.reload(true); }, /** * Ë¢ÐÂÒ³Ãæ±ðÃû £¬Ê¹ÓÃÒªÁ죺$.phpok.reload(); **/ reload:function() { this.refresh(); }, /** * Ìøתµ½Ä¿±êÍøÖ· * @²ÎÊý url ÒªÌøתµ½µÄÍøÖ· * @²ÎÊý nocache ÊÇ·ñ½ûÖ¹»º´æ £¬ÉèÖÃÇÒΪtrueʱ £¬·¨Ê½»áÔÚÍøÖ·ºóÃæ²¹Ôö_noCache²ÎÊý **/ go: function(url,nocache) { if(!url){ return false; } if(nocache || nocache == 'undefined'){ url = this.nocache(url); } window.location.href = url; }, /** * µ¯³ö´°¿Ú * @²ÎÊý url Òªµ¯³ö´°¿ÚµÄÍøÖ· * @²ÎÊý nocache ÊÇ·ñ½ûÖ¹»º´æ £¬ÉèÖÃÇÒΪtrueʱ £¬·¨Ê½»áÔÚÍøÖ·ºóÃæ²¹Ôö_noCache²ÎÊý **/ open:function(url,nocache) { if(!url){ return false; } if(nocache || nocache == 'undefined'){ url = this.nocache(url); } window.open(url); }, /** * ¶ÁÈ¡AjaxµÄÄÚÈÝ £¬¶Á³öÀ´µÄÄÚÈÝΪhtml * @²ÎÊý url Ä¿±êÍøÖ· * @²ÎÊý obj Ö´ÐÐÒªÁì £¬Îª¿Õ»òδÉèÖà £¬Ôò·µ»ØHTML´úÂë £¬´ËʱΪͬ²½ÇëÇó **/ ajax:function(url,obj) { if(!url){ return false; } var cls = {'url':url,'cache':false,'dataType':'html'}; cls.beforeSend = function(XMLHttpRequest){XMLHttpRequest.setRequestHeader("request_type","ajax");}; if(!obj || obj == 'undefined'){ cls.async = false; return $.ajax(cls).responseText; } cls.success = function(rs){(obj)(rs)}; $.ajax(cls); }, /** * ¶ÁÈ¡ Ajax ÄÚÈÝ £¬·µ»ØJSONÊý¾Ý * @²ÎÊý url Ä¿±êÍøÖ· * @²ÎÊý obj Ö´ÐÐÒªÁì £¬Îª¿Õ»òδÉèÖà £¬Ôò·µ»ØJSON¹¤¾ß £¬´ËʱΪͬ²½ÇëÇó **/ json:function(url,obj) { if(!url){ return false; } var self = this; var cls = {'url':url,'cache':false,'dataType':'json'}; cls.beforeSend = function(XMLHttpRequest){XMLHttpRequest.setRequestHeader("request_type","ajax");}; if(!obj || obj == 'undefined'){ cls.async = false; var info = $.ajax(cls).responseText; return self.json_decode(info); } cls.success = function(rs){(obj)(rs)}; $.ajax(cls); }, /** * ¸ñʽ»¯ÍøÖ· £¬Ôö¼Ó_noCacheβ°Í £¬ÒÔ±£Ö¤²»´Ó»º´æÖжÁÈ¡Êý¾Ý * @²ÎÊý url Òª¸ñʽ»¯µÄÍøÖ· **/ nocache: function(url) { url = url.replace(/&/g,'&'); if(url.indexOf('_noCache') != -1){ url = url.replace(/\_noCache=[0-9\.]+/,'_noCache='+Math.random()); }else{ url += url.indexOf('?') != -1 ? '&' : '?'; url += '_noCache='+Math.random(); } return url; }, json_encode:function(obj) { if(!obj || obj == 'undefined'){ return false; } return JSON.stringify(obj); }, json_decode:function(str) { if(!str || str == 'undefined'){ return false; } return $.parseJSON(str); }, /** * Éú³ÉËæ»úÊý * @²ÎÊý len ³¤¶È £¬Áô¿ÕʹÓó¤¶È10 * @²ÎÊý type ÀàÐÍ £¬Ö§³Ö letter,num,fixed,all £¬ÆäÖÐ fixed ÌåÏÖ×ÖĸÊý×Ö»ìºÏ £¬all ÌåÏÖ×Öĸ £¬Êý×Ö £¬¼°ÌØÊâ·ûºÅ £¬letter ÌåÏÖ×Öĸ £¬num ÌåÏÖÊý×Ö **/ rand:function(len,type) { len = len || 10; if(!type || type == 'undefined'){ type = 'letter'; } var types = {'letter':'abcdefhijkmnprstwxyz','num':'0123456789','fixed':'abcdefhijkmnprstwxyz0123456789','all':'abcdefhijkmnprstwxyz0123456789-,.*!@#$%=~'} if(type != 'letter' && type != 'num' && type != 'all' && type != 'fixed'){ type = 'letter'; } var string = types[type]; var length = string.length; var val = ''; for (i = 0; i < len; i++) { val += string.charAt(Math.floor(Math.random() * length)); } return val; } }; /** * JSON×Ö´®Ó빤¾ßת»»²Ù×÷ **/ $.json = { /** * ×Ö·û´®×ª¹¤¾ß * @²ÎÊý str Ҫת»¯µÄ×Ö·û´® **/ decode:function(str) { if(!str || str == 'undefined'){ return false; } return JSON.parse(str); }, /** * ¹¤¾ßת³É×Ö·û´® * @²ÎÊý obj Ҫת»¯µÄ¹¤¾ß **/ encode:function(obj) { if(!obj || obj == 'undefined'){ return false; } return JSON.stringify(obj); } }; $.checkbox = { _obj:function(id) { if(id && id != 'undefined' && typeof id == 'string'){ if(id.match(/^[a-zA-Z0-9\-\_]{1,}$/)){ if($("#"+id).is('input')){ return $("#"+id); } return $("#"+id+" input[type=checkbox]"); } if($(id).is('input')){ return $(id); } return $(id+" input[type=checkbox]"); } return $("input[type=checkbox]"); }, /** * È«Ñ¡ * @²ÎÊý id Òª²Ù×÷µÄID **/ all:function(id) { var obj = this._obj(id); obj.prop('checked',true); return true; }, /** * ·µÏÈ * @²ÎÊý id Òª²Ù×÷µÄID **/ none:function(id) { var obj = this._obj(id); obj.removeAttr('checked'); return true; }, /** * ¸ü¶àÑ¡Ôñ £¬Ä¬ÈÏֻѡ5¸ö£¨countĬÈÏֵΪ5£© $.checkbox.more(id,5); * @²ÎÊý id Òª²Ù×÷µÄID * @²ÎÊý count ÿ´Î´Î×î¶àÑ¡¼¸¸ö **/ more: function(id,count){ var obj = this._obj(id); var num = 0; if(!count || count == 'undefined' || parseInt(count)<5){ count = 5; } obj.each(function(){ if(!$(this).is(":checked") && num * @°æȨ ÉîÛÚÊÐï¿èž¿Æ¼¼ÓÐÏÞ¹«Ë¾ * @ÍøÕ¾ http://www.phpok.com * @°æ±¾ 4.x * @ÊÚȨ http://www.phpok.com/lgpl.html PHPOK¿ªÔ´ÊÚȨЭÒ飺GNU Lesser General Public License * @ÈÕÆÚ 2017Äê03ÔÂ22ÈÕ **/ //Òì²½¼ÓÔØjs function load_js(url) { if(!url || url == "undefined") return false; var lst = url.split(","); var lst_count = lst.length; var elist = new Array(); var tm = 0; $("script").each(function(t){ var src = $(this).attr("src"); if(src && src != 'undefined'){ elist[tm] = src; tm++; } }); var html = ''; for(var i=0;i'; } } $("head").append(html); } // ͬ²½¼ÓÔØAjax £¬·µ»Ø×Ö·û´® function get_ajax(turl) { return $.phpok.ajax(turl); } // ͬ²½¼ÓÔØAjax £¬·µ»ØJSONÊý×é function json_ajax(turl) { return $.phpok.json(turl); } /** * JSÓï·¨ÖÐÉæ¼°µ½µÄÓïÑÔ°üÌæ»» * @²ÎÊý str ÒªÌæ»»µÄÓïÑÔ°ü £¬Ö§³ÖʹÓÃ{}°üÆðÀ´µÄ±äÁ¿ * @²ÎÊý info Ö§³Ö×Ö·û´® £¬¶ÔÊýÊý¾Ý £¬ÒªÌæ»»µÄ±äÁ¿ £¬Îª¿ÕÌåÏÖûÓбäÁ¿ÐÅÏ¢ * @·µ»Ø Ìæ»»ºóµÄÊý¾Ý * @¸üÐÂʱ¼ä **/ function p_lang(str,info) { if(!str || str == 'undefined'){ return false; } if(lang && lang[str]){ if(!info || info == 'undefined' || typeof info == 'boolean'){ return lang[str]; } str = lang[str]; if(typeof info == 'string' || typeof info == 'number'){ return str.replace(/\{\w+\}/,info); } for(var i in info){ str = str.replace('{'+i+'}',info[i]); } return str; } if(!info || info == 'undefined' || typeof info == 'boolean'){ return str; } if(typeof info == 'string' || typeof info == 'number'){ return str.replace(/\{\w+\}/,info); } for(var i in info){ str = str.replace('{'+i+'}',info[i]); } return str; } // Òì²½¼ÓÔØAjax £¬Ö´Ðк¯Êý function ajax_async(turl,func,type) { if(!turl || turl == "undefined") { return false; } if(!func || func == "undefined") { return false; } if(!type || type == "undefined") { type = "json"; } if(type != "html" && type != "json" && type != "text" && type != "xml") { type = "json"; } turl = $.phpok.nocache(turl); $.ajax({ 'url': turl, 'cache': false, 'async': true, 'dataType': type, 'success': function(rs){ (func)(rs); } }); } // ÌøתҳÃæ function direct(url) { if(!url || url == "undefined") url = window.location.href; $.phpok.go(url); } //×Ô¶¯Ë¢Ð function auto_refresh(rs) { $.phpok.reload(); } function autosave_callback(rs) { return true; } /* ¼ÆËã×Ö·ûÊý³¤¶È £¬ÖÐÎĵÈͬÓÚÈý¸ö×Ö·û £¬Ó¢ÎÄΪһ¸ö×Ö·û */ function strlen(str) { var len = str.length; var reLen = 0; for (var i = 0; i < len; i++) { if (str.charCodeAt(i) < 27 || str.charCodeAt(i) > 126) { reLen += 3; } else { reLen++; } } if(reLen > 1024 && reLen < (1024 * 1024)) { var reLen = (parseFloat(reLen / 1024).toFixed(3)).toString() + "KB"; } else if(reLen > (1024 * 1024) && reLen < (1024 * 1024 * 1024)) { var reLen = (parseFloat(reLen / (1024 * 1024)).toFixed(3)).toString() + "MB"; } if(!reLen) reLen = "0"; return reLen; } //ÓÑÇéÌáʾ function tips(content,time,id) { if(!time || time == "undefined") time = 1.5; if(!id || id == "undefind") { $.dialog.tips(content,time); } else { return $.dialog({ id: 'Tips', title: false, cancel: false, fixed: true, lock: false, focus: id, resize: false }).content(content).time(time || 1.5); } } /* ¼ÆËãÊý×é»ò¶ÔÏñÖеĸöÊý */ function count(id) { var t = typeof id; if(t == 'string') return id.length; if(t == 'object') { var n = 0; for(var i in id) { n++; } return n; } return false; } /*! * jQuery Form Plugin * version: 3.51.0-2014.06.20 * Requires jQuery v1.5 or later * Copyright (c) 2014 M. Alsup * Examples and documentation at: http://malsup.com/jquery/form/ * Project repository: https://github.com/malsup/form * Dual licensed under the MIT and GPL licenses. * https://github.com/malsup/form#copyright-and-license */ !function(e){"use strict";"function"==typeof define&&define.amd?define(["jquery"],e):e("undefined"!=typeof jQuery?jQuery:window.Zepto)}(function(e){"use strict";function t(t){var r=t.data;t.isDefaultPrevented()||(t.preventDefault(),e(t.target).ajaxSubmit(r))}function r(t){var r=t.target,a=e(r);if(!a.is("[type=submit],[type=image]")){var n=a.closest("[type=submit]");if(0===n.length)return;r=n[0]}var i=this;if(i.clk=r,"image"==r.type)if(void 0!==t.offsetX)i.clk_x=t.offsetX,i.clk_y=t.offsetY;else if("function"==typeof e.fn.offset){var o=a.offset();i.clk_x=t.pageX-o.left,i.clk_y=t.pageY-o.top}else i.clk_x=t.pageX-r.offsetLeft,i.clk_y=t.pageY-r.offsetTop;setTimeout(function(){i.clk=i.clk_x=i.clk_y=null},100)}function a(){if(e.fn.ajaxSubmit.debug){var t="[jquery.form] "+Array.prototype.join.call(arguments,"");window.console&&window.console.log?window.console.log(t):window.opera&&window.opera.postError&&window.opera.postError(t)}}var n={};n.fileapi=void 0!==e("").get(0).files,n.formdata=void 0!==window.FormData;var i=!!e.fn.prop;e.fn.attr2=function(){if(!i)return this.attr.apply(this,arguments);var e=this.prop.apply(this,arguments);return e&&e.jquery||"string"==typeof e?e:this.attr.apply(this,arguments)},e.fn.ajaxSubmit=function(t){function r(r){var a,n,i=e.param(r,t.traditional).split("&"),o=i.length,s=[];for(a=0;o>a;a++)i[a]=i[a].replace(/\+/g," "),n=i[a].split("="),s.push([decodeURIComponent(n[0]),decodeURIComponent(n[1])]);return s}function o(a){for(var n=new FormData,i=0;i').val(m.extraData[d].value).appendTo(w)[0]:e('').val(m.extraData[d]).appendTo(w)[0]);m.iframeTarget||v.appendTo("body"),g.attachEvent?g.attachEvent("onload",s):g.addEventListener("load",s,!1),setTimeout(t,15);try{w.submit()}catch(h){var x=document.createElement("form").submit;x.apply(w)}}finally{w.setAttribute("action",i),w.setAttribute("enctype",c),r?w.setAttribute("target",r):f.removeAttr("target"),e(l).remove()}}function s(t){if(!x.aborted&&!F){if(M=n(g),M||(a("cannot access response document"),t=k),t===D&&x)return x.abort("timeout"),void S.reject(x,"timeout");if(t==k&&x)return x.abort("server abort"),void S.reject(x,"error","server abort");if(M&&M.location.href!=m.iframeSrc||T){g.detachEvent?g.detachEvent("onload",s):g.removeEventListener("load",s,!1);var r,i="success";try{if(T)throw"timeout";var o="xml"==m.dataType||M.XMLDocument||e.isXMLDoc(M);if(a("isXml="+o),!o&&window.opera&&(null===M.body||!M.body.innerHTML)&&--O)return a("requeing onLoad callback, DOM not available"),void setTimeout(s,250);var u=M.body?M.body:M.documentElement;x.responseText=u?u.innerHTML:null,x.responseXML=M.XMLDocument?M.XMLDocument:M,o&&(m.dataType="xml"),x.getResponseHeader=function(e){var t={"content-type":m.dataType};return t[e.toLowerCase()]},u&&(x.status=Number(u.getAttribute("status"))||x.status,x.statusText=u.getAttribute("statusText")||x.statusText);var c=(m.dataType||"").toLowerCase(),l=/(json|script|text)/.test(c);if(l||m.textarea){var f=M.getElementsByTagName("textarea")[0];if(f)x.responseText=f.value,x.status=Number(f.getAttribute("status"))||x.status,x.statusText=f.getAttribute("statusText")||x.statusText;else if(l){var p=M.getElementsByTagName("pre")[0],h=M.getElementsByTagName("body")[0];p?x.responseText=p.textContent?p.textContent:p.innerText:h&&(x.responseText=h.textContent?h.textContent:h.innerText)}}else"xml"==c&&!x.responseXML&&x.responseText&&(x.responseXML=X(x.responseText));try{E=_(x,c,m)}catch(y){i="parsererror",x.error=r=y||i}}catch(y){a("error caught: ",y),i="error",x.error=r=y||i}x.aborted&&(a("upload aborted"),i=null),x.status&&(i=x.status>=200&&x.status<300||304===x.status?"success":"error"),"success"===i?(m.success&&m.success.call(m.context,E,"success",x),S.resolve(x.responseText,"success",x),d&&e.event.trigger("ajaxSuccess",[x,m])):i&&(void 0===r&&(r=x.statusText),m.error&&m.error.call(m.context,x,i,r),S.reject(x,"error",r),d&&e.event.trigger("ajaxError",[x,m,r])),d&&e.event.trigger("ajaxComplete",[x,m]),d&&!--e.active&&e.event.trigger("ajaxStop"),m.complete&&m.complete.call(m.context,x,i),F=!0,m.timeout&&clearTimeout(j),setTimeout(function(){m.iframeTarget?v.attr("src",m.iframeSrc):v.remove(),x.responseXML=null},100)}}}var c,l,m,d,p,v,g,x,y,b,T,j,w=f[0],S=e.Deferred();if(S.abort=function(e){x.abort(e)},r)for(l=0;l'+''+""+""+''+''+''+""+""+''+'"+''+""+""+''+''+''+""+""+"
    '+'
    '+''+""+""+'"+""+""+'"+'"+""+""+'"+""+""+"
    '+'
    '+'
    '+''+"\xd7"+""+"
    "+"
    '+'
    '+"
    '+'
    '+"
    "+"
    "+"
    "+"";artDialog.defaults={content:'
    loading..
    ',title:"\u6d88\u606f",button:null,ok:null,cancel:null,init:null,close:null,okVal:"\u786E\u5B9A",cancelVal:"\u53D6\u6D88",width:"auto",height:"auto",minWidth:96,minHeight:32,padding:"20px 25px",skin:"",icon:null,time:null,esc:true,focus:true,show:true,follow:null,path:_path,lock:false,background:"#000",opacity:0.7,duration:300,fixed:false,left:"50%",top:"38.2%",zIndex:1987,resize:true,drag:true};window.artDialog=$.dialog=$.artDialog=artDialog;}(this.art||this.jQuery&&(this.art=jQuery),this));(function($){var _dragEvent,_use,_$window=$(window),_$document=$(document),_elem=document.documentElement,_isIE6=!("minWidth" in _elem.style),_isLosecapture="onlosecapture" in _elem,_isSetCapture="setCapture" in _elem;artDialog.dragEvent=function(){var that=this,proxy=function(name){var fn=that[name];that[name]=function(){return fn.apply(that,arguments);};};proxy("start");proxy("move");proxy("end");};artDialog.dragEvent.prototype={onstart:$.noop,start:function(event){_$document.bind("mousemove",this.move).bind("mouseup",this.end);this._sClientX=event.clientX;this._sClientY=event.clientY;this.onstart(event.clientX,event.clientY);return false;},onmove:$.noop,move:function(event){this._mClientX=event.clientX;this._mClientY=event.clientY;this.onmove(event.clientX-this._sClientX,event.clientY-this._sClientY);return false;},onend:$.noop,end:function(event){_$document.unbind("mousemove",this.move).unbind("mouseup",this.end);this.onend(event.clientX,event.clientY);return false;}};_use=function(event){var limit,startWidth,startHeight,startLeft,startTop,isResize,api=artDialog.focus,DOM=api.DOM,wrap=DOM.wrap,title=DOM.title,main=DOM.main;var clsSelect="getSelection" in window?function(){window.getSelection().removeAllRanges();}:function(){try{document.selection.empty();}catch(e){}};_dragEvent.onstart=function(x,y){if(isResize){startWidth=main[0].offsetWidth;startHeight=main[0].offsetHeight;}else{startLeft=wrap[0].offsetLeft;startTop=wrap[0].offsetTop;}_$document.bind("dblclick",_dragEvent.end);!_isIE6&&_isLosecapture?title.bind("losecapture",_dragEvent.end):_$window.bind("blur",_dragEvent.end);_isSetCapture&&title[0].setCapture();wrap.addClass("aui_state_drag");api.focus();};_dragEvent.onmove=function(x,y){if(isResize){var wrapStyle=wrap[0].style,style=main[0].style,width=x+startWidth,height=y+startHeight;wrapStyle.width="auto";style.width=Math.max(0,width)+"px";wrapStyle.width=wrap[0].offsetWidth+"px";style.height=Math.max(0,height)+"px";}else{var style=wrap[0].style,left=Math.max(limit.minX,Math.min(limit.maxX,x+startLeft)),top=Math.max(limit.minY,Math.min(limit.maxY,y+startTop));style.left=left+"px";style.top=top+"px";}clsSelect();api._ie6SelectFix();};_dragEvent.onend=function(x,y){_$document.unbind("dblclick",_dragEvent.end);!_isIE6&&_isLosecapture?title.unbind("losecapture",_dragEvent.end):_$window.unbind("blur",_dragEvent.end);_isSetCapture&&title[0].releaseCapture();_isIE6&&!api.closed&&api._autoPositionType();wrap.removeClass("aui_state_drag");};isResize=event.target===DOM.se[0]?true:false;limit=(function(){var maxX,maxY,wrap=api.DOM.wrap[0],fixed=wrap.style.position==="fixed",ow=wrap.offsetWidth,oh=wrap.offsetHeight,ww=_$window.width(),wh=_$window.height(),dl=fixed?0:_$document.scrollLeft(),dt=fixed?0:_$document.scrollTop(),maxX=ww-ow+dl;maxY=wh-oh+dt;return{minX:dl,minY:dt,maxX:maxX,maxY:maxY};})();_dragEvent.start(event);};_$document.bind("mousedown",function(event){var api=artDialog.focus;if(!api){return;}var target=event.target,config=api.config,DOM=api.DOM;if(config.drag!==false&&target===DOM.title[0]||config.resize!==false&&target===DOM.se[0]){_dragEvent=_dragEvent||new artDialog.dragEvent();_use(event);return false;}});})(this.art||this.jQuery&&(this.art=jQuery)); /*! * artDialog iframeTools * Date: 2011-11-25 13:54 * http://code.google.com/p/artdialog/ * (c) 2009-2011 TangBin, http://www.planeArt.cn * * This is licensed under the GNU LGPL, version 2.1 or later. * For details, see: http://creativecommons.org/licenses/LGPL/2.1/ */ ;(function($,window,artDialog,undefined){var _topDialog,_proxyDialog,_zIndex,_data="@ARTDIALOG.DATA",_open="@ARTDIALOG.OPEN",_opener="@ARTDIALOG.OPENER",_winName=window.name=window.name||"@ARTDIALOG.WINNAME"+ +new Date,_isIE6=window.VBArray&&!window.XMLHttpRequest;$(function(){!window.jQuery&&document.compatMode==="BackCompat"&&alert('artDialog Error: document.compatMode === "BackCompat"');});var _top=artDialog.top=function(){var top=window,test=function(name){try{var doc=window[name].document;doc.getElementsByTagName;}catch(e){return false;}return window[name].artDialog&&doc.getElementsByTagName("frameset").length===0;};if(test("top")){top=window.top;}else{if(test("parent")){top=window.parent;}}return top;}();artDialog.parent=_top;_topDialog=_top.artDialog;_zIndex=function(){return _topDialog.defaults.zIndex;};artDialog.data=function(name,value){var top=artDialog.top,cache=top[_data]||{};top[_data]=cache;if(value!==undefined){cache[name]=value;}else{return cache[name];}return cache;};artDialog.removeData=function(name){var cache=artDialog.top[_data];if(cache&&cache[name]){delete cache[name];}};artDialog.through=_proxyDialog=function(){var api=_topDialog.apply(this,arguments);if(_top!==window){artDialog.list[api.config.id]=api;}return api;};_top!==window&&$(window).bind("unload",function(){var list=artDialog.list,config;for(var i in list){if(list[i]){config=list[i].config;if(config){config.duration=0;}list[i].close();}}});artDialog.open=function(url,options,cache){options=options||{};var api,DOM,$content,$main,iframe,$iframe,$idoc,iwin,ibody,top=artDialog.top,initCss="position:absolute;left:-9999em;top:-9999em;border:none 0;background:transparent",loadCss="width:100%;height:100%;border:none 0";if(cache===false){var ts=+new Date,ret=url.replace(/([?&])_=[^&]*/,"$1_="+ts);url=ret+((ret===url)?(/\?/.test(url)?"&":"?")+"_="+ts:"");}var load=function(){var iWidth,iHeight,loading=DOM.content.find(".aui_loading"),aConfig=api.config;$content.addClass("aui_state_full");loading&&loading.hide();try{iwin=iframe.contentWindow;$idoc=$(iwin.document);ibody=iwin.document.body;}catch(e){iframe.style.cssText=loadCss;aConfig.follow?api.follow(aConfig.follow):api.position(aConfig.left,aConfig.top);options.init&&options.init.call(api,iwin,top);options.init=null;return;}iWidth=aConfig.width==="auto"?$idoc.width()+(_isIE6?0:parseInt($(ibody).css("marginLeft"))):aConfig.width;iHeight=aConfig.height==="auto"?$idoc.height():aConfig.height;setTimeout(function(){iframe.style.cssText=loadCss;},0);api.size(iWidth,iHeight);aConfig.follow?api.follow(aConfig.follow):api.position(aConfig.left,aConfig.top);options.init&&options.init.call(api,iwin,top);options.init=null;};var config={zIndex:_zIndex(),init:function(){api=this;DOM=api.DOM;$main=DOM.main;$content=DOM.content;iframe=api.iframe=top.document.createElement("iframe");iframe.src=url;iframe.name="Open"+api.config.id;iframe.style.cssText=initCss;iframe.setAttribute("frameborder",0,0);iframe.setAttribute("allowTransparency",true);$iframe=$(iframe);api.content().appendChild(iframe);iwin=iframe.contentWindow;try{iwin.name=iframe.name;artDialog.data(iframe.name+_open,api);artDialog.data(iframe.name+_opener,window);}catch(e){}$iframe.bind("load",load);},close:function(){$iframe.css("display","none").unbind("load",load);if(options.close&&options.close.call(this,iframe.contentWindow,top)===false){return false;}$content.removeClass("aui_state_full");$iframe[0].src="about:blank";$iframe.remove();try{artDialog.removeData(iframe.name+_open);artDialog.removeData(iframe.name+_opener);}catch(e){}}};if(typeof options.ok==="function"){config.ok=function(){return options.ok.call(api,iframe.contentWindow,top);};}if(typeof options.cancel==="function"){config.cancel=function(){return options.cancel.call(api,iframe.contentWindow,top);};}delete options.content;for(var i in options){if(config[i]===undefined){config[i]=options[i];}}return _proxyDialog(config);};artDialog.open.api=artDialog.data(_winName+_open);artDialog.opener=artDialog.data(_winName+_opener)||window;artDialog.open.origin=artDialog.opener;artDialog.close=function(){var api=artDialog.data(_winName+_open);api&&api.close();return false;};_top!=window&&$(document).bind("mousedown",function(){var api=artDialog.open.api;api&&api.zIndex();});artDialog.load=function(url,options,cache){cache=cache||false;var opt=options||{};var config={zIndex:_zIndex(),init:function(here){var api=this,aConfig=api.config;$.ajax({url:url,success:function(content){api.content(content);opt.init&&opt.init.call(api,here);},cache:cache});}};delete options.content;for(var i in opt){if(config[i]===undefined){config[i]=opt[i];}}return _proxyDialog(config);};artDialog.alert=function(content,callback,iconid){if(!iconid||iconid=="undefined"){iconid="warning";}return _proxyDialog({id:"Alert",zIndex:_zIndex(),icon:iconid,fixed:true,lock:true,content:content,ok:true,close:callback});};artDialog.confirm=function(content,yes,no){return _proxyDialog({id:"Confirm",zIndex:_zIndex(),icon:"question",fixed:true,lock:true,opacity:0.1,content:content,ok:function(here){return yes.call(this,here);},cancel:function(here){return no&&no.call(this,here);}});};artDialog.prompt=function(content,yes,value){value=value||"";var input;return _proxyDialog({id:"Prompt",zIndex:_zIndex(),icon:"question",fixed:true,lock:true,opacity:0.1,content:['
    ',content,"
    ","
    ",'',"
    "].join(""),init:function(){input=this.DOM.content.find("input")[0];input.select();input.focus();},ok:function(here){return yes&&yes.call(this,input.value,here);},cancel:true});};artDialog.tips=function(content,time){return _proxyDialog({id:"Tips",zIndex:_zIndex(),title:false,cancel:false,fixed:true,lock:false}).content('
    '+content+"
    ").time(time||1.5);};$(function(){var event=artDialog.dragEvent;if(!event){return;}var $window=$(window),$document=$(document),positionType=_isIE6?"absolute":"fixed",dragEvent=event.prototype,mask=document.createElement("div"),style=mask.style;style.cssText="display:none;position:"+positionType+";left:0;top:0;width:100%;height:100%;"+"cursor:move;filter:alpha(opacity=0);opacity:0;background:#FFF";document.body.appendChild(mask);dragEvent._start=dragEvent.start;dragEvent._end=dragEvent.end;dragEvent.start=function(){var DOM=artDialog.focus.DOM,main=DOM.main[0],iframe=DOM.content[0].getElementsByTagName("iframe")[0];dragEvent._start.apply(this,arguments);style.display="block";style.zIndex=artDialog.defaults.zIndex+3;if(positionType==="absolute"){style.width=$window.width()+"px";style.height=$window.height()+"px";style.left=$document.scrollLeft()+"px";style.top=$document.scrollTop()+"px";}if(iframe&&main.offsetWidth*main.offsetHeight>307200){main.style.visibility="hidden";}};dragEvent.end=function(){var dialog=artDialog.focus;dragEvent._end.apply(this,arguments);style.display="none";if(dialog){dialog.DOM.main[0].style.visibility="visible";}};});})(this.art||this.jQuery,this,this.artDialog);artDialog.notice=function(options){var opt=options||{},api,aConfig,hide,wrap,top,duration=800;var config={id:"Notice",left:"100%",top:"100%",fixed:true,drag:false,resize:false,follow:null,lock:false,init:function(here){api=this;aConfig=api.config;wrap=api.DOM.wrap;top=parseInt(wrap[0].style.top);hide=top+wrap[0].offsetHeight;wrap.css("top",hide+"px").animate({top:top+"px"},duration,function(){opt.init&&opt.init.call(api,here);});},close:function(here){wrap.animate({top:hide+"px"},duration,function(){opt.close&&opt.close.call(this,here);aConfig.close=$.noop;api.close();});return false;}};for(var i in opt){if(config[i]===undefined){config[i]=opt[i];}}return artDialog(config);}; (function (config) { config["title"] = "ÏûÏ¢"; config["okVal"] = "È·¶¨"; config["cancelVal"] = "È¡Ïû"; })(art.dialog.defaults); /** * ¹ºÎï³µÖÐÉæ¼°µ½µÄJS²Ù×÷ £¬´Ë´¦Ê¹ÓÃjQuery·â×° * @×÷Õß qinggan
    * @°æȨ 2015-2016 ÉîÛÚÊÐï¿èž¿Æ¼¼ÓÐÏÞ¹«Ë¾ * @ÍøÕ¾ http://www.phpok.com * @°æ±¾ 4.x * @ÊÚȨ http://www.phpok.com/lgpl.html PHPOK¿ªÔ´ÊÚȨЭÒ飺GNU Lesser General Public License * @ÈÕÆÚ 2016Äê09ÔÂ01ÈÕ **/ ;(function($){ $.cart = { //Ìí¼Óµ½¹ºÎï³µÖÐ //idΪ²úÎïID add: function(id,qty){ var url = this._addurl(id,qty); if(!url){ return false; } $.phpok.json(url,function(rs){ if(rs.status){ $.dialog.tips(p_lang('ÀֳɼÓÈ빺Îï³µ')); this.total(); return true; } $.dialog.alert(rs.info); return false; }); return false; }, /** * ×Ô½ç˵²úÎï¼ÓÈ빺Îï³µ * @²ÎÊý title ²úÎïÃû³Æ * @²ÎÊý price ¼Û¸ñ * @²ÎÊý qty ÊýÁ¿ * @²ÎÊý thumb ËõÂÔͼ **/ add2: function(title,price,qty,thumb){ var url = this._addurl2(title,price,qty,thumb); if(!url){ return false; } $.phpok.json(url,function(rs){ if(rs.status){ $.dialog.tips(p_lang('ÀֳɼÓÈ빺Îï³µ')); this.total(); return true; } $.dialog.alert(rs.info); return false; }); return false; }, /** * ×Ô½ç˵²úÎïÁ¢¼´¶©¹º * @²ÎÊý title ²úÎïÃû³Æ * @²ÎÊý price ¼Û¸ñ * @²ÎÊý qty ÊýÁ¿ * @²ÎÊý thumb ËõÂÔͼ **/ onebuy2: function(title,price,qty,thumb){ var url = this._addurl2(title,price,qty,thumb); if(!url){ return false; } $.phpok.json(url+"&_clear=1",function(data){ if(data.status){ $.phpok.go(get_url('cart','checkout','id[]='+data.info)); return true; } $.dialog.alert(data.info); return false; }); return false; }, /** * ϵͳ²úÎïÁ¢¼´¶©¹º * @²ÎÊý id ²úÎïID * @²ÎÊý qty ÊýÁ¿ **/ onebuy: function(id,qty){ var url = this._addurl(id,qty); if(!url){ return false; } $.phpok.json(url+"&_clear=1",function(data){ if(data.status){ $.phpok.go(get_url('cart','checkout','id[]='+data.info)); return true; } $.dialog.alert(data.info); return false; }); return false; }, _addurl2: function(title,price,qty,thumb){ if(!title || title == 'undefined'){ $.dialog.alert(p_lang('Ãû³Æ²»ÄÜΪ¿Õ')); return false; } if(!price || price == 'undefined'){ $.dialog.alert(p_lang('¼Û¸ñ²»ÄÜΪ¿Õ')); return false; } if(!qty || qty == 'undefined'){ qty = 1; } qty = parseInt(qty,10); if(qty < 1){ qty = 1; } var url = api_url('cart','add','title='+$.str.encode(title)+"&price="+$.str.encode(price)+"&qty="+qty); if(thumb && thumb != 'undefined'){ url += "&thumb="+$.str.encode(thumb); } return url; }, _addurl:function(id,qty){ var url = api_url('cart','add','id='+id); if(qty && qty != 'undefined'){ url += "&qty="+qty; } //ÅжÏÊôÐÔ if($("input[name=attr]").length>0){ var attr = ''; var showalert = false; $("input[name=attr]").each(function(i){ var val = $(this).val(); if(!val){ showalert = true; } if(attr){ attr += ","; } attr += val; }); if(!attr || showalert){ $.dialog.alert(p_lang('ÇëÑ¡ÔñÉÌÆ·ÊôÐÔ')); return false; } url += "&ext="+attr; } return url; }, //È¡µÃÑ¡ÖеIJúÎï¼Û¸ñ price:function() { var ids = $.checkbox.join(); if(!ids){ $.dialog.alert(p_lang('ÇëÑ¡ÔñÒª½øÈë½áËãµÄ²úÎï'),function(){ $("#total_price").text('--.--'); }); return true; } var url = api_url('cart','price','id='+$.str.encode(ids)); $.phpok.json(url,function(data){ if(data.status){ $("#total_price").html(data.info.price); return true; } $("#total_price").text('--.--'); $.dialog.alert(data.info); return false; }); }, //¸üвúÎïÊýÁ¿ //idΪ¹ºÎï³µ×Ô¶¯Éú³ÉµÄIDºÅ£¨²»ÊDzúÎïIDºÅ £¬Çë×¢Ò⣩ update: function(id,showtip) { var qty = $("#qty_"+id).val(); if(!qty || parseInt(qty) < 1){ $.dialog.alert("¹ºÎï³µ²úÎïÊýÁ¿²»ÄÜΪ¿Õ"); return false; } var url = api_url('cart','qty')+"&id="+id+"&qty="+qty; if(showtip && showtip != 'undefined'){ var tip = $.dialog.tips(showtip); } $.phpok.json(url,function(rs){ if(showtip && showtip != 'undefined'){ tip.close(); } if(rs.status){ $.phpok.reload(); }else{ if(!rs.info) rs.info = '¸üÐÂʧ°Ü'; $.dialog.alert(rs.info); return false; } }); }, //¼ÆË㹺Îï³µÊýÁ¿ //ÕâÀïʹÓÃÒì²½Ajax´¦Öà total:function(func){ $.phpok.json(api_url('cart','total'),function(rs){ if(rs.status && rs.info){ $("#head_cart_num").html(rs.info); if(func && func != 'undefined'){ (func)(rs); } } }); return false; }, //²úÎïÔö¼Ó²Ù×÷ //idΪ¹ºÎï³µÀïµÄID £¬²»ÊDzúÎïID //qty £¬ÊÇÒªÔö¼ÓµÄÊýÖµ £¬ plus:function(id,num){ var qty = $("#qty_"+id).val(); if(!qty){ qty = 1; } if(!num || num == 'undefined'){ num = 1; } qty = parseInt(qty) + parseInt(num); $("#qty_"+id).val(qty); this.update(id); }, minus:function(id,num){ var qty = $("#qty_"+id).val(); if(!qty){ qty = 1; } if(qty<2){ $.dialog.alert('²úÎïÊýÁ¿²»ÄÜÉÙÓÚ1'); return false; } if(!num || num == 'undefined'){ num = 1; } qty = parseInt(qty) - parseInt(num); $("#qty_"+id).val(qty); this.update(id); }, //ɾ³ý²úÎïÐÅÏ¢ //idΪ¹ºÎï³µ×Ô¶¯Éú³ÉµÄIDºÅ£¨²»ÊDzúÎïIDºÅ £¬Çë×¢Ò⣩ del: function(id){ if(!id || id == 'undefined'){ var id = $.checkbox.join(); if(!id){ $.dialog.alert(p_lang('ÇëÑ¡ÔñҪɾ³ýµÄ²úÎï')); return false; } var tmplist = id.split(','); var title = []; for(var i in tmplist){ var t = $("#title_"+tmplist[i]).text(); if(t){ title.push(t); } } var tip = p_lang('È·¶¨ÒªÉ¾³ý²úÎï

    ɾ³ýºó²»Äָܻ´',title.join("
    ")); }else{ title = $("#title_"+id).text(); var tip = p_lang('È·¶¨ÒªÉ¾³ý²úÎï

    ɾ³ýºó²»Äָܻ´',title); } $.dialog.confirm(tip,function(){ var url = api_url('cart','delete','id='+$.str.encode(id)); $.phpok.json(url,function(data){ if(data.status){ $.phpok.reload(); return true; } if(!data.info){ data.info = p_lang('ɾ³ýʧ°Ü'); } $.dialog.alert(data.info); return false; }); }); } }; })(jQuery);