%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/thread-self/root/var/www/html/old/media/system/js/ |
Upload File : |
var JSwitcher=new Class({Implements:[Options,Events],togglers:null,elements:null,current:null,options:{onShow:function(){},onHide:function(){},cookieName:"switcher",togglerSelector:"a",elementSelector:"div.tab",elementPrefix:"page-"},initialize:function(c,b,a){this.setOptions(a);this.togglers=document.id(c).getElements(this.options.togglerSelector);this.elements=document.id(b).getElements(this.options.elementSelector);if((this.togglers.length==0)||(this.togglers.length!=this.elements.length)){return}this.hideAll();this.togglers.each(function(e){e.addEvent("click",this.display.bind(this,e.id))}.bind(this));var d=[Cookie.read(this.options.cookieName),this.togglers[0].id].pick();this.display(d)},display:function(a){var c=document.id(a);var b=document.id(this.options.elementPrefix+a);if(c==null||b==null||c==this.current){return this}if(this.current!=null){this.hide(document.id(this.options.elementPrefix+this.current));document.id(this.current).removeClass("active")}this.show(b);c.addClass("active");this.current=c.id;Cookie.write(this.options.cookieName,this.current)},hide:function(a){this.fireEvent("hide",a);a.setStyle("display","none")},hideAll:function(){this.elements.setStyle("display","none");this.togglers.removeClass("active")},show:function(a){this.fireEvent("show",a);a.setStyle("display","block")}});