templates/security/layout.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <!--
  3. Author: Keenthemes
  4. Product Name: Metronic | Bootstrap HTML, VueJS, React, Angular, Asp.Net Core, Blazor, Django, Flask & Laravel Admin Dashboard Theme 
  5. Purchase: https://1.envato.market/EA4JP
  6. Website: http://www.keenthemes.com
  7. Contact: support@keenthemes.com
  8. Follow: www.twitter.com/keenthemes
  9. Dribbble: www.dribbble.com/keenthemes
  10. Like: www.facebook.com/keenthemes
  11. License: For each use you must have a valid license purchased only from above link in order to legally use the theme for your project.
  12. -->
  13. <html lang="en">
  14. <meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
  15. <head>
  16.     <title>{% block title %}{% endblock %}</title>
  17.     <meta charset="utf-8"/>
  18.     <meta name="description"
  19.           content="The most advanced Bootstrap Admin Theme on Themeforest trusted by 100,000 beginners and professionals. Multi-demo, Dark Mode, RTL support and complete React, Angular, Vue, Asp.Net Core, Blazor, Django, Flask & Laravel versions. Grab your copy now and get life-time updates for free."/>
  20.     <meta name="keywords"
  21.           content="metronic, bootstrap, bootstrap 5, angular, VueJs, React, Asp.Net Core, Blazor, Django, Flask & Laravel starter kits, admin themes, web design, figma, web development, free templates, free admin themes, bootstrap theme, bootstrap template, bootstrap dashboard, bootstrap dak mode, bootstrap button, bootstrap datepicker, bootstrap timepicker, fullcalendar, datatables, flaticon"/>
  22.     <meta name="viewport" content="width=device-width, initial-scale=1"/>
  23.     <meta property="og:locale" content="en_FR"/>
  24.     <meta property="og:type" content="article"/>
  25.     <meta property="og:title"
  26.           content="Metronic | Bootstrap HTML, VueJS, React, Angular, Asp.Net Core, Blazor, Django, Flask & Laravel Admin Dashboard Theme"/>
  27.     <meta property="og:url" content="https://keenthemes.com/metronic"/>
  28.     <meta property="og:site_name" content="Keenthemes | Metronic"/>
  29.     <!--<link rel="canonical" href="../../../../demo1/index.html" />-->
  30.     <link rel="shortcut icon" href="{{ asset('assets/media/logos/favicon.ico') }}"/>
  31.     <!--begin::Fonts-->
  32.     <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700"/>
  33.     <!--end::Fonts-->
  34.     <!--begin::Global Stylesheets Bundle(used by all pages)-->
  35.     <link href="{{ asset('assets/plugins/global/plugins.bundle.css') }}" rel="stylesheet" type="text/css"/>
  36.     <link href="{{ asset('assets/css/style.bundle.css') }}" rel="stylesheet" type="text/css"/>
  37.     <link href="{{ asset('assets/css/login.css') }}" rel="stylesheet" type="text/css"/>
  38.     <!--Begin::Google Tag Manager -->
  39.     <!--end::Global Stylesheets Bundle-->
  40.     <script>(function (w, d, s, l, i) {
  41.             w[l] = w[l] || [];
  42.             w[l].push({'gtm.start': new Date().getTime(), event: 'gtm.js'});
  43.             var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : '';
  44.             j.async = true;
  45.             j.src = '../../../../../../www.googletagmanager.com/gtm5445.html?id=' + i + dl;
  46.             f.parentNode.insertBefore(j, f);
  47.         })(window, document, 'script', 'dataLayer', 'GTM-5FS8GGP');</script>
  48.     <!--End::Google Tag Manager -->
  49.     {% if menu.findParametre | length > 0 %}
  50.         <style>
  51.             body {
  52.                 /*--color-main: #cf2e2e;*/
  53.                 --color-main: {{ menu.findParametre.mainColorLogin }};
  54.                 --color-blanche: {{ menu.findParametre.mainColorLogin }};
  55.                 --color-default: {{ menu.findParametre.defaultColorLogin }};
  56.                 --color-marron-fonce: #856A3F;
  57.             }
  58.             .image_login {
  59.                 background-image: url({{ asset('uploads/' ~ menu.findParametre.imageLogin.path ~'/'~ menu.findParametre.imageLogin.alt) }})
  60.             }
  61.         </style>
  62.     {% else %}
  63.         <style>
  64.             body {
  65.                 --color-main: #3498db;
  66.                 --color-blanche: white;
  67.                 --color-default: #29282E;
  68.                 --color-marron-fonce: #856A3F;
  69.             }
  70.             .image_login {
  71.                 background-image: url({{ asset('assets/media/bg_default.jpg') }})
  72.             }
  73.         </style>
  74.     {% endif %}
  75. </head>
  76. <!--end::Head-->
  77. <!--begin::Body-->
  78. <body id="kt_body" class="app-blank">
  79.         <!--begin::Theme mode setup on page load-->
  80.         <script>var defaultThemeMode = "light"; var themeMode; if ( document.documentElement ) { if ( document.documentElement.hasAttribute("data-theme-mode")) { themeMode = document.documentElement.getAttribute("data-theme-mode"); } else { if ( localStorage.getItem("data-theme") !== null ) { themeMode = localStorage.getItem("data-theme"); } else { themeMode = defaultThemeMode; } } if (themeMode === "system") { themeMode = window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light"; } document.documentElement.setAttribute("data-theme", themeMode); }</script>
  81.         <!--end::Theme mode setup on page load-->
  82.         <!--Begin::Google Tag Manager (noscript) -->
  83.         <noscript>
  84.             <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5FS8GGP" height="0" width="0" style="display:none;visibility:hidden"></iframe>
  85.         </noscript>
  86.         <!--End::Google Tag Manager (noscript) -->
  87.         <!--begin::Main-->
  88.         <!--begin::Root-->
  89.         <div class="d-flex flex-column flex-root">
  90.             <!--begin::Authentication - Sign-in -->
  91.             <div class="d-flex flex-column flex-lg-row flex-column-fluid">
  92.                 <!--begin::Body-->
  93.                 <div class="d-flex flex-column flex-lg-row-fluid w-lg-50 p-10 order-2 order-lg-1">
  94.                     <!--begin::Form-->
  95.                     <div class="d-flex flex-center flex-column flex-lg-row-fluid">
  96.                         <!--begin::Wrapper-->
  97.                         <div class="w-lg-500px p-10">
  98.                             <!--begin::Form-->
  99.                             {% block body %}
  100.                             {% include "_partial/_flash.html.twig" %}
  101.                             {% endblock %}
  102.                             <!--end::Form-->
  103.                         </div>
  104.                         <!--end::Wrapper-->
  105.                     </div>
  106.                     <!--end::Form-->
  107.                     <!--begin::Footer-->
  108.                     <div class="d-flex flex-center flex-wrap px-5 d-none">
  109.                         <!--begin::Links-->
  110.                         <div class="d-flex fw-semibold text-primary fs-base">
  111.                             <a href="../../../pages/team.html" class="px-5" target="_blank">Terms</a>
  112.                             <a href="../../../pages/pricing/column.html" class="px-5" target="_blank">Plans</a>
  113.                             <a href="../../../pages/contact.html" class="px-5" target="_blank">Contact Us</a>
  114.                         </div>
  115.                         <!--end::Links-->
  116.                     </div>
  117.                     <!--end::Footer-->
  118.                 </div>
  119.                 <!--end::Body-->
  120.                 <!--begin::Aside-->
  121.                 <div class="d-flex flex-lg-row-fluid w-lg-50 bgi-size-cover bgi-position-center order-1 order-lg-2 image_login" >
  122.                     <!--begin::Content-->
  123.                     <div class="d-flex flex-column flex-center py-7 py-lg-15 px-5 px-md-15 w-100">
  124.                         <!--begin::Logo-->
  125.                         
  126.                         
  127.                     </div>
  128.                     <!--end::Content-->
  129.                 </div>
  130.                 <!--end::Aside-->
  131.             </div>
  132.             <!--end::Authentication - Sign-in-->
  133.         </div>
  134.         <!--end::Root-->
  135.         <!--end::Main-->
  136.         <!--begin::Javascript-->
  137.         <!--begin::Global Javascript Bundle(used by all pages)-->
  138.         <script src="{{ asset('assets/plugins/global/plugins.bundle.js') }}"></script>
  139.         <script src="{{ asset('assets/js/scripts.bundle.js') }}"></script>
  140.         <script src="{{ asset('assets/plugins/global/jquery.form.js') }}"></script>
  141.         <script src="{{ asset('assets/scripts/admin.js') }}"></script>
  142.         <script src="{{ asset('assets/scripts/init.js') }}"></script>
  143.         <script>
  144.             if ($('select').length) {
  145.                 console.log('XXXX');
  146.                 $('select').select2();
  147.                 $('.no-auto').each(function () {
  148.                 const $this = $(this);
  149.                 const $id = $('#' + $this.attr('id'));
  150.                 init_date_picker($id,  'up', (start, e) => {
  151.                     //$this.val(start.format('DD/MM/YYYY'));
  152.                 }, null, null, false);
  153.                 $id.on('apply.daterangepicker', function (ev, picker) {
  154.                     $(this).val(picker.startDate.format('DD/MM/YYYY'));
  155.                 });
  156.             });
  157.             }
  158.             
  159.         </script>
  160.         <!--end::Global Javascript Bundle-->
  161.         <!--begin::Custom Javascript(used by this page)-->
  162.         
  163.         <!--end::Custom Javascript-->
  164.         <!--end::Javascript-->
  165.     </body>
  166. <!--end::Body-->
  167. <!-- Mirrored from preview.keenthemes.com/metronic8/demo13/authentication/layouts/corporate/sign-in.html by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 28 Aug 2022 19:15:54 GMT -->
  168. </html>