Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /* Изменить http://www.vsevsalon.ru/online-record/api/api.js на: */
  2.  
  3. function show_online_record(b){var c=((location.hostname=="127.0.0.1")?"127.0.0.1":"vsevsalon.ru"),f=getIsMobileDevice();if(f){location.href="http://vsevsalon.ru/online-record/"+b+"/?r="+encodeURIComponent(location.href);}else{document.getElementsByTagName("html")[0].style.overflow="hidden";var a=document.getElementById("vvs-place-holder");var d='background: url("http://'+c+'/online-record/api/img/background.png") repeat left top; position: fixed; left: 0px; top: 0px; overflow: hidden; height: 100%; width: 100%; z-index: 65500;';var g="background-clip: border-box; background-color: transparent; background-image: url('http://"+c+"/online-record/api/img/btn-close.png'); background-origin: padding-box; background-size: auto auto; cursor: pointer; position: absolute; right: 0px; top: 2px; height: 30px; width: 30px; z-index: 1109;";var e='<iframe scrolling="yes" style="border-radius:4px; overflow-y: auto; overflow-x: hidden; border: 0px solid #fff; width: 100%; height: 100%;" src="http://'+c+"/online-record/"+b+'"></iframe>';a.setAttribute("style",d);a.setAttribute("onclick","close_online_record();");a.innerHTML='<div style="overflow: hidden; padding: 10px; position: absolute; top: 50%; left: 50%;  margin: -330px 0 0 -300px; height: 660px; width: 600px;"><div style="border-radius:4px; background: rgba(0,0,0,0.3); padding: 10px; height:100%; box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.6); -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; "><a style="'+g+'" onclick="close_online_record();"></a>'+e+"</div></div></div>";}}function close_online_record(){var b=getIsMobileDevice();if(!b){document.getElementsByTagName("html")[0].style.overflow="auto";var a=document.getElementById("vvs-place-holder");a.removeAttribute("style");a.removeAttribute("onclick");a.innerHTML="";}}function vvs_api_init(b,c){$("#page").prepend('<div id="vvs-button" style="z-index: 65000; background-color: '+c+'" ><div class="vvs-button-img" onclick="show_online_record(\''+b+'\'); return false;"></div></div><div id="vvs-place-holder"></div>');}function getIsMobileDevice(){return navigator.userAgent.match(/(iPhone)|(iPad)|(iPod)|(Android)|(webOS)|(BlackBerry)/i);}
  4.  
  5.  
  6. /* Подключить скрипты */
  7. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
  8. <script src="http://www.vsevsalon.ru/online-record/api/api.js" type="text/javascript"></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement