templates/security/login.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <html lang="es" >
  3. <!-- begin::Head -->
  4. <head>
  5.     <meta charset="utf-8" />
  6.     <title>
  7.         Almacén | Entrada
  8.     </title>
  9.     <meta name="description" content="Extranet de GARTEL">
  10.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  12.     <!--begin::Web font -->
  13.     <script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.16/webfont.js"></script>
  14.     <script>
  15.         WebFont.load({
  16.             google: {"families":["Poppins:300,400,500,600,700","Roboto:300,400,500,600,700"]},
  17.             active: function() {
  18.                 sessionStorage.fonts = true;
  19.             }
  20.         });
  21.     </script>
  22.     <!--end::Web font -->
  23.     <!--begin::Page Custom Styles(used by this page) -->
  24.     <link href=" assets/app/custom/login/login-v2.default.css" rel="stylesheet" type="text/css" />
  25.     <!--end::Page Custom Styles -->
  26.     <!--begin:: Global Mandatory Vendors -->
  27.     <link href=" assets/vendors/general/perfect-scrollbar/css/perfect-scrollbar.css" rel="stylesheet" type="text/css" />
  28.     <!--end:: Global Mandatory Vendors -->
  29.     <!--begin:: Global Optional Vendors -->
  30.     <link href=" assets/vendors/general/tether/dist/css/tether.css" rel="stylesheet" type="text/css" />
  31.     <link href=" assets/vendors/general/bootstrap-datepicker/dist/css/bootstrap-datepicker3.css" rel="stylesheet" type="text/css" />
  32.     <link href=" assets/vendors/general/bootstrap-datetime-picker/css/bootstrap-datetimepicker.css" rel="stylesheet" type="text/css" />
  33.     <link href=" assets/vendors/general/bootstrap-timepicker/css/bootstrap-timepicker.css" rel="stylesheet" type="text/css" />
  34.     <link href=" assets/vendors/general/bootstrap-daterangepicker/daterangepicker.css" rel="stylesheet" type="text/css" />
  35.     <link href=" assets/vendors/general/bootstrap-touchspin/dist/jquery.bootstrap-touchspin.css" rel="stylesheet" type="text/css" />
  36.     <link href=" assets/vendors/general/bootstrap-select/dist/css/bootstrap-select.css" rel="stylesheet" type="text/css" />
  37.     <link href=" assets/vendors/general/bootstrap-switch/dist/css/bootstrap3/bootstrap-switch.css" rel="stylesheet" type="text/css" />
  38.     <link href=" assets/vendors/general/select2/dist/css/select2.css" rel="stylesheet" type="text/css" />
  39.     <link href=" assets/vendors/general/ion-rangeslider/css/ion.rangeSlider.css" rel="stylesheet" type="text/css" />
  40.     <link href=" assets/vendors/general/nouislider/distribute/nouislider.css" rel="stylesheet" type="text/css" />
  41.     <link href=" assets/vendors/general/owl.carousel/dist/assets/owl.carousel.css" rel="stylesheet" type="text/css" />
  42.     <link href=" assets/vendors/general/owl.carousel/dist/assets/owl.theme.default.css" rel="stylesheet" type="text/css" />
  43.     <link href=" assets/vendors/general/dropzone/dist/dropzone.css" rel="stylesheet" type="text/css" />
  44.     <link href=" assets/vendors/general/summernote/dist/summernote.css" rel="stylesheet" type="text/css" />
  45.     <link href=" assets/vendors/general/bootstrap-markdown/css/bootstrap-markdown.min.css" rel="stylesheet" type="text/css" />
  46.     <link href=" assets/vendors/general/animate.css/animate.css" rel="stylesheet" type="text/css" />
  47.     <link href=" assets/vendors/general/toastr/build/toastr.css" rel="stylesheet" type="text/css" />
  48.     <link href=" assets/vendors/general/morris.js/morris.css" rel="stylesheet" type="text/css" />
  49.     <link href=" assets/vendors/general/sweetalert2/dist/sweetalert2.css" rel="stylesheet" type="text/css" />
  50.     <link href=" assets/vendors/general/socicon/css/socicon.css" rel="stylesheet" type="text/css" />
  51.     <link href="assets/vendors/custom/vendors/line-awesome/css/line-awesome.css" rel="stylesheet" type="text/css" />
  52.     <link href=" assets/vendors/custom/vendors/flaticon/flaticon.css" rel="stylesheet" type="text/css" />
  53.     <link href=" assets/vendors/custom/vendors/flaticon2/flaticon.css" rel="stylesheet" type="text/css" />
  54.     <link href=" assets/vendors/custom/vendors/fontawesome5/css/all.min.css" rel="stylesheet" type="text/css" />
  55.     <!--end:: Global Optional Vendors -->
  56.     <!--begin::Global Theme Styles(used by all pages) -->
  57.     <link href=" assets/demo/default/base/style.bundle.css" rel="stylesheet" type="text/css" />
  58.     <!--end::Global Theme Styles -->
  59.     <!--begin::Layout Skins(used by all pages) -->
  60.     <link href=" assets/demo/default/skins/header/base/light.css" rel="stylesheet" type="text/css" />
  61.     <link href=" assets/demo/default/skins/header/menu/light.css" rel="stylesheet" type="text/css" />
  62.     <link href=" assets/demo/default/skins/brand/dark.css" rel="stylesheet" type="text/css" />
  63.     <link href=" assets/demo/default/skins/aside/dark.css" rel="stylesheet" type="text/css" />
  64.     <!--end::Layout Skins -->
  65.     <link rel="shortcut icon" href=" assets/media/logos/favicon.ico" />
  66. </head>
  67. <!-- end::Head -->
  68. <body class="kt-header--fixed kt-header-mobile--fixed kt-subheader--fixed kt-subheader--enabled kt-subheader--solid kt-aside--enabled kt-aside--fixed kt-page--loading">
  69. <!-- begin:: Page -->
  70. <div class="kt-grid kt-grid--ver kt-grid--root">
  71.     <div class="kt-grid kt-grid--hor kt-grid--root kt-login kt-login--v2 kt-login--signin" id="kt_login">
  72.         <div class="kt-grid__item kt-grid__item--fluid kt-grid kt-grid--hor" style="background-image: url(assets/media//bg/bg-1.jpg);">
  73.             <div class="kt-grid__item kt-grid__item--fluid kt-login__wrapper">
  74.                 <div class="kt-login__container">
  75.                     <div class="kt-login__logo">
  76.                         <a href="#">
  77.                             <img src="{{ asset('datono.png') }}">
  78.                         </a>
  79.                     </div>
  80.                     <div class="kt-login__signin">
  81.                         <div class="kt-login__head">
  82.                             <h3 class="kt-login__title">Entrada al almacén</h3>
  83.                         </div>
  84.                         {% if error.messageKey is defined %}
  85.                             <div class="alert alert-danger alert-dismissible fade show" role="alert">
  86.                                 <button type="button" class="close" data-dismiss="alert" aria-label="Close"></button>
  87.                                 <strong>
  88.                                     Error:
  89.                                 </strong>
  90.                                 {{ error.messageKey|trans(error.messageData, 'security') }}
  91.                             </div>
  92.                         {% endif %}
  93.                         {% for flashMessage in app.session.flashbag.get('info') %}
  94.                             <div class="alert alert-danger alert-dismissible fade show" role="alert">
  95.                                 <button type="button" class="close" data-dismiss="alert" aria-label="Close"></button>
  96.                                 <p>{{ flashMessage }}</p>
  97.                             </div>
  98.                         {% endfor %}
  99.                         <form class="kt-form" action="{{ path('app_login') }}" method="post">
  100.                             <div class="input-group">
  101.                                 <input class="form-control" type="text" placeholder="Usuario" name="username" autocomplete="off"
  102.                                        value="{% if last_username is defined %}{{ last_username }} {% endif %}">
  103.                             </div>
  104.                             <div class="input-group">
  105.                                 <input class="form-control" type="password" placeholder="Password" name="password">
  106.                             </div>
  107.                             <div class="row kt-login__extra">
  108.                                 <div class="col">
  109.                                     <label class="kt-checkbox">
  110.                                         <input type="checkbox" name="_remember_me"> Recuérdame
  111.                                         <span></span>
  112.                                     </label>
  113.                                 </div>
  114.                                 <input type="hidden" name="_csrf_token" value="{{ csrf_token('authenticate') }}">
  115.                             </div>
  116.                             <div class="kt-login__actions">
  117.                                 <button id="kt_login_signin_submit" class="btn btn-pill kt-login__btn-primary">Entrar</button>
  118.                             </div>
  119.                         </form>
  120.                     </div>
  121.                 </div>
  122.             </div>
  123.         </div>
  124.     </div>
  125. </div>
  126. <!-- end:: Page -->
  127. <!-- end::Body -->
  128. </html>