templates/flex/base_block.html line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     {% include 'flex/head.html' %}
  5. </head>
  6. <body class="{{theme}}">
  7.     <section id="login" class="enter">
  8.         <div class="container-fluid">
  9.             <div class="entersubcont">
  10.                 <div class="enterforms">
  11.                     <div class="logo mainlogo"><a href="{{ path('homepage') }}"><img src="/img/logo.png" alt="{{ constant('App\\Configs\\Constants::SITENAME') }}"></a>{#<span>Ваш надежный В2В партнер</span>#}</div>
  12.                     {% block body %}{% endblock %}
  13.                     <div class="themeselect">
  14.                         <button class="darktheme"><svg width="10" height="11" viewBox="0 0 10 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.8568 4.31386C4.8568 3.2983 4.43482 2.35161 3.70483 1.67419L2.94487 0.96897L3.96616 0.790546C4.25842 0.739486 4.55609 0.713624 4.8568 0.713623C7.69731 0.713623 10 3.01631 10 5.85682C10 8.69733 7.69731 11 4.8568 11C3.11564 11 1.52181 10.1277 0.57426 8.70592L6.23383e-07 7.84429L1.03354 7.90732C1.10754 7.91183 1.1819 7.9141 1.25656 7.9141C3.24492 7.9141 4.8568 6.30222 4.8568 4.31386ZM4.85671 9.97148C7.12912 9.97148 8.97127 8.12933 8.97127 5.85693C8.97127 3.66999 7.26509 1.88156 5.11123 1.75011C5.60933 2.49764 5.88535 3.38399 5.88535 4.31397C5.88535 6.59704 4.23248 8.49406 2.05809 8.87369C2.80569 9.56792 3.79672 9.97148 4.85671 9.97148Z" fill="#727272"/></svg></button>
  15.                         <button class="lighttheme" class="active"><svg width="11" height="12" viewBox="0 0 11 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.99994 2.53543C5.83664 2.51207 5.66971 2.49998 5.49995 2.49998C5.33019 2.49998 5.16325 2.51207 4.99995 2.53543V0.522421C5.16463 0.507581 5.3314 0.5 5.49995 0.5C5.66849 0.5 5.83526 0.507581 5.99994 0.522421V2.53543ZM2.99976 5.99994C2.99976 7.38064 4.11903 8.49992 5.49973 8.49992C6.88043 8.49992 7.99971 7.38064 7.99971 5.99994C7.99971 4.61924 6.88043 3.49996 5.49973 3.49996C4.11903 3.49996 2.99976 4.61924 2.99976 5.99994ZM6.99983 5.99993C6.99983 6.82835 6.32826 7.49992 5.49984 7.49992C4.67142 7.49992 3.99985 6.82835 3.99985 5.99993C3.99985 5.17151 4.67142 4.49994 5.49984 4.49994C6.32826 4.49994 6.99983 5.17151 6.99983 5.99993ZM5.99994 11.4776V9.46456C5.83664 9.48792 5.66971 9.5 5.49995 9.5C5.33019 9.5 5.16325 9.48792 4.99995 9.46456V11.4776C5.16463 11.4924 5.3314 11.5 5.49995 11.5C5.66849 11.5 5.83526 11.4924 5.99994 11.4776ZM8.96462 5.49992H10.9776C10.9925 5.6646 11.0001 5.83137 11.0001 5.99991C11.0001 6.16846 10.9925 6.33523 10.9776 6.49991H8.96462C8.98798 6.33661 9.00007 6.16967 9.00007 5.99991C9.00007 5.83015 8.98798 5.66322 8.96462 5.49992ZM1.99998 5.99991C1.99998 5.83015 2.01207 5.66322 2.03543 5.49992H0.0224213C0.00758124 5.6646 0 5.83137 0 5.99991C0 6.16846 0.00758124 6.33523 0.0224213 6.49991H2.03543C2.01207 6.33661 1.99998 6.16967 1.99998 5.99991ZM7.59607 3.19672L9.0195 1.77328C9.27602 1.98712 9.51277 2.22387 9.7266 2.48039L8.30317 3.90382C8.10242 3.63577 7.86412 3.39747 7.59607 3.19672ZM1.27322 2.48039L2.69665 3.90382C2.8974 3.63577 3.1357 3.39747 3.40375 3.19672L1.98032 1.77328C1.7238 1.98712 1.48705 2.22387 1.27322 2.48039ZM8.30317 8.09597L9.7266 9.5194C9.51277 9.77592 9.27602 10.0127 9.0195 10.2265L7.59607 8.80307C7.86412 8.60231 8.10242 8.36401 8.30317 8.09597ZM1.98032 10.2265L3.40375 8.80307C3.1357 8.60231 2.8974 8.36401 2.69665 8.09597L1.27322 9.5194C1.48705 9.77592 1.7238 10.0127 1.98032 10.2265Z" fill="#727272"/></svg></button>
  16.                     </div>
  17.                 </div>
  18.             </div>
  19.             <div class="enterimage">
  20.                 <div class="btmblock">
  21.                     <a href="{{ path('demo') }}"><button type="button" class="btn btn-light">Получить демо-доступ</button></a>
  22.                     <p>Если вы хотите ознакомиться с каталогом продукции <br class="hidden-xs">и интерфейсом платформы - воспользуйтесь <br class="hidden-xs">демо-доступом</p>
  23.                 </div>
  24.             </div>
  25.         </div>
  26.     </section>
  27.     <script src="/js/jquery-3.3.1.min.js"></script>
  28.     <script src="/js/jquery-ui.min.js"></script>
  29.     <script src="/slick/slick.min.js"></script>
  30.     <script src="/js/bootstrap.min.js"></script>
  31.     <script src="/js/inputmask.js"></script>
  32.     <script src="/js/jquery.inputmask.js"></script>
  33.     <script src="/js/main.js?v=4"></script>
  34.     <script src="/js/index.js?v=2"></script>
  35. <!--    <script>$('form input[type="submit"]').click(function(e){ e.preventDefault(); window.location.href = "catalog" });</script>-->
  36. </body>
  37. </html>