Advertisement
Guest User

Untitled

a guest
May 30th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.70 KB | None | 0 0
  1. <header class="header black-bg">
  2. <div class = "row">
  3.  
  4.             <!--logo start-->
  5.            
  6.         <div class = "col-lg-4">
  7.    
  8.             <a href = "{{siteUrl('/')}}" class = "logo"><img src = "{{assetUrl}}img/gear.png" alt = ""><h1>TARGET<span>VK</span>.RU</h1></a>
  9.         </div>
  10.         <div class = "col-lg-8">
  11.             <!--logo end-->
  12.             <div class="nav notify-row" id="top_menu" style="margin-top: 0px;">
  13.                 <!--  notification start -->
  14. <!-- Yandex.Metrika counter -->
  15. <script type="text/javascript">
  16. (function (d, w, c) {
  17.     (w[c] = w[c] || []).push(function() {
  18.         try {
  19.             w.yaCounter30568312 = new Ya.Metrika({id:30568312,
  20.                     clickmap:true,
  21.                     trackLinks:true,
  22.                     accurateTrackBounce:true});
  23.         } catch(e) { }
  24.     });
  25.  
  26.     var n = d.getElementsByTagName("script")[0],
  27.         s = d.createElement("script"),
  28.         f = function () { n.parentNode.insertBefore(s, n); };
  29.     s.type = "text/javascript";
  30.     s.async = true;
  31.     s.src = (d.location.protocol == "https:" ? "https:" : "http:") + "//mc.yandex.ru/metrika/watch.js";
  32.  
  33.     if (w.opera == "[object Opera]") {
  34.         d.addEventListener("DOMContentLoaded", f, false);
  35.     } else { f(); }
  36. })(document, window, "yandex_metrika_callbacks");
  37. </script>
  38. <noscript><div><img src="//mc.yandex.ru/watch/30568312" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
  39. <!-- /Yandex.Metrika counter -->
  40.                 <ul class="nav top-menu" style="margin-top: 7px; margin-bottom: 5px;">
  41.                     <li><a class="logout" href="{{ urlFor('userapp') }}"><h5>Ретаргетинг</h5></a></li>
  42.                     <!--li><a class="logout" href="{{ urlFor('userapp_search') }}"><h5>Лидсканер</h5></a></li-->
  43.                     <li><a class="logout" href="{{ urlFor('userapp_search') }}"><h5>Поиск ЦА</h5></a></li>
  44.                     <li><a class="logout" href="{{ urlFor('docs') }}/utm"><h5>Utm-метки <img src = "{{assetUrl}}img/glyphicons-503-map.png" alt = "vk.com" style = "height:20px; width:20px; display:inline-block; margin-top:-2px; margin-left:5px;"></h5></a></li>
  45.                    
  46.                     <li><a class="logout" href="{{ urlFor('docs') }}"><h5>Нужна помощь?</h5></a></li>
  47.                     <li><a class="logout" href="https://vk.com/targetvkru" target="_blank"><h5>Группа вконтакте<img src = "{{assetUrl}}img/vkico.png" alt = "vk.com" style = "height:20px; width:20px; display:inline-block; margin-top:-2px; margin-left:5px;"></h5></a></li>
  48.                 </ul>
  49.                 <!--  notification end -->
  50.             </div>
  51.             <div class="top-menu dont-show">
  52.  
  53.                                
  54.                 <ul class="nav pull-right top-menu dropdown-toggle" style="margin: 10px 30px 0 0; margin-bottom: 5px;">
  55.                     <li class="dropdown"><a class="logout dropdown-toggle" id="dropdownMenu1" data-toggle="dropdown" aria-expanded="true"><h5 class="centered">{{username}}<span class="caret"></span></h5></a>
  56.                         <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu1">
  57.                         <li role="presentation"><a role="menuitem" tabindex="-1" href="{{ urlFor('logout') }}">Выход</a></li>
  58.                         <li role="presentation"><a role="menuitem" tabindex="-1" href="#"> </a></li>
  59.                         </ul>
  60.                     </li>
  61.                 </ul>
  62.                    
  63.                
  64.  
  65.                 <div class="pull-right" style="margin-right:10px; margin-top: 5px; margin-bottom: 5px;"><img src="{{userphoto}}" class="img-circle" width="60"></div>
  66.             </div>
  67.             </div>
  68.             </div>
  69.         </header>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement