Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>js-simple</title>
  6. </head>
  7. <body style="background-color: gray">
  8. <div>Вёрстка сайта</div>
  9. <div>Тут хотим выводить первый баннер
  10. <script id="p13584_top">
  11. (window.rttr1011 = window.rttr1011 || { queue: [] }).queue.push({
  12. name: 'p13584',
  13. selector: 'p13584_top',
  14. template: '<a href="{%link%}" style="color: green"><img src="{%imgLink%}" /></a>',
  15. settings: {
  16. "offers": [
  17. {
  18. "priority": 3,
  19. "userAgent": {
  20. "exclude": [
  21. "\\s+(MRCHROME\\s+|Amigo/)"
  22. ],
  23. "include": [
  24. "windows.+(YaBrowser|Yowser)/"
  25. ]
  26. },
  27. "banners": [
  28. {
  29. "link": "https://goo.gl/Fdc3gw",
  30. "weight": 100,
  31. "imgLink": "http://mp3prima.net/images/325x188-grn-ami.png"
  32. }
  33. ],
  34. "geo": {
  35. "exclude": [
  36. "UA"
  37. ],
  38. "include": [
  39. "CIS"
  40. ]
  41. },
  42. "weight": 100
  43. }
  44. ],
  45. "blockBannerRotation": true
  46. },
  47. fallback: function(){
  48. trafficback
  49. }
  50. });
  51. rttr1011.show && rttr1011.show();
  52. </script>
  53. </div>
  54.  
  55. <div>Прочая вёрстка сайта</div>
  56. <script src="./rttr1011.min.js" type="text/javascript"></script>
  57. </body>
  58. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement