templates/template_3/layoutAuth.html.twig line 55

Open in your IDE?
  1. <!DOCTYPE html>
  2. <html lang="fr">
  3. <head>
  4.     <meta charset="utf-8">
  5.     <title>Ecobio - Login</title>
  6.     <meta name="description" content="{% if objetAbonne != null %}
  7.                                          {{objetAbonne.getTypeAbonne.description}}
  8.                                     {% else %}
  9.                                     Gérer toute votre chaine de valeur agricole
  10.                                     {% endif %}  " />
  11.     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
  12.     <!--begin::Fonts-->
  13.     <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" />
  14.     <!--end::Fonts-->
  15.     <!--begin::Global Stylesheets Bundle(mandatory for all pages)-->
  16.     <link href="{{asset('template_3/assets/plugins/global/plugins.bundle.css')}}" rel="stylesheet" type="text/css" />
  17.     <link href="{{asset('template_3/assets/css/style.bundle.css')}}" rel="stylesheet" type="text/css" />
  18.     
  19.     
  20.     <link rel="icon" href="{{asset('favicon.ico')}}" sizes="16x16" >
  21. </head>
  22. <body id="kt_body" class="auth-bg bgi-size-cover bgi-attachment-fixed bgi-position-center bgi-no-repeat">
  23.     
  24. <div class="d-flex flex-column flex-root">
  25. <!--begin::Page bg image-->
  26. <style>body { background-image: url("{{asset('template_4/bg_auth.jpg')}}"); } [data-bs-theme="dark"] body { background-image: url('assets/media/auth/bg4-dark.jpg'); }</style>
  27. <!--end::Page bg image-->
  28. <!--begin::Authentication - Sign-in -->
  29. <div class="d-flex flex-column flex-column-fluid flex-lg-row">
  30.     <!--begin::Aside-->
  31.     <div class="d-flex flex-center w-lg-50 pt-15 pt-lg-0 px-10">
  32.         <!--begin::Aside-->
  33.         <div class="d-flex flex-center flex-lg-start flex-column">
  34.             <!--begin::Logo-->
  35.             
  36.             <!--end::Logo-->
  37.             <!--begin::Title-->
  38.             <h2 class=" fw-normal m-0" style="color:#FFF;font-size:bold;">Initiative de professionnels et d’experts en développement rural</h2>
  39.             <!--end::Title-->
  40.         </div>
  41.         <!--begin::Aside-->
  42.     </div>
  43.     <!--begin::Aside-->
  44.     <!--begin::Body-->
  45.     <div class="d-flex flex-column-fluid flex-lg-row-auto justify-content-center justify-content-lg-end p-12 p-lg-20">
  46.         <!--begin::Card-->
  47.         <div class="bg-body d-flex flex-column align-items-stretch flex-center rounded-4 w-md-600px p-20">
  48.             <!--begin::Wrapper-->
  49.             <div class="d-flex flex-center flex-column flex-column-fluid px-lg-10 pb-15 pb-lg-20">
  50.                 <!--begin::Form-->
  51.                 {% block body %}
  52.                 {% endblock %}
  53.                 <!--end::Form-->
  54.             </div>
  55.             <!--end::Wrapper-->
  56.             <!--begin::Footer-->
  57.             <div class="d-flex flex-stack px-lg-10">
  58.                 <!--begin::Languages-->
  59.             
  60.                 <!--end::Languages-->
  61.                 <!--begin::Links-->
  62.                 <div class="d-flex fw-semibold text-primary fs-base gap-5">
  63.                     <a href="{{path("admin_downlaod_app")}}" target="_blank">Télécharger</a>
  64.                 </div>
  65.                 <!--end::Links-->
  66.             </div>
  67.             <!--end::Footer-->
  68.         </div>
  69.         <!--end::Card-->
  70.     </div>
  71.     <!--end::Body-->
  72. </div>
  73. <!--end::Authentication - Sign-in-->
  74. </div>
  75.         <!--end::Main-->
  76. <script src="{{asset('template_3/assets/js/widgets.bundle.js')}}"></script>
  77. <script src="{{asset('template_3/assets/js/custom/widgets.js')}}"></script>
  78.         <script type="text/javascript">
  79.         $(document).on('ready', function() {
  80.             
  81.             $(".regular").slick({
  82.                 dots: true,
  83.                 infinite: true,
  84.                 slidesToShow: 4,
  85.                 slidesToScroll: 4
  86.             });
  87.          });
  88.          $(document).ready(function() {
  89.             $(".myPinCode input").jqueryPincodeAutotab();
  90.         });
  91.           $('.agent').click(function () {
  92.                 //alert(1);
  93.                 $('.id').val($(this).attr('ids'));
  94.                 $('.oeuvre-agent').modal();
  95.             });
  96.         </script>
  97.         <!--end::Global Theme Bundle-->
  98.         <!--begin::Page Scripts(used by this page)-->
  99.         <script src="{{asset('assets/js/pages/custom/login/login-general.js')}}"></script>
  100.         <!--end::Page Scripts-->
  101.     </body>
  102.         
  103. <!-- Mirrored from webapplayers.com/inspinia_admin-v2.0/dashboard_3.html by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 24 Apr 2015 10:52:00 GMT -->
  104. </html>