templates/baseClean.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <html lang="es">
  3. <!--begin::Head-->
  4. <head><base href="">
  5.     <meta charset="utf-8" />
  6.     <title>{% block title %}Inicio | Ventanilla Virtual{% endblock %}</title>
  7.     <meta name="description" content="Ventanilla Virtual" />
  8.     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
  9.     <link rel="canonical" href="https://vuv.iubeo.mx" />
  10.     <!--begin::Fonts-->
  11.     <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" />
  12.     <!--end::Fonts-->
  13.     {% block stylesheet %}
  14.     <!--begin::Page Vendors Styles(used by this page)-->
  15.     <link href="{{ asset('mtr9/plugins/custom/fullcalendar/fullcalendar.bundle.css') }}" rel="stylesheet" type="text/css" />
  16.     <!--end::Page Vendors Styles-->
  17.     <!--begin::Global Theme Styles(used by all pages)-->
  18.     <link href="{{ asset('mtr9/plugins/global/plugins.bundle.css') }}" rel="stylesheet" type="text/css" />
  19.     <link href="{{ asset('mtr9/plugins/custom/prismjs/prismjs.bundle.css') }}" rel="stylesheet" type="text/css" />
  20.     <link href="{{ asset('mtr9/css/style.bundle.css') }}" rel="stylesheet" type="text/css" />
  21.     <!--end::Global Theme Styles-->
  22.     <!--begin::Layout Themes(used by all pages)-->
  23.     <!--end::Layout Themes-->
  24.     <link rel="icon" type="image/png" href="{{ asset('mtr9/media/logos/favicon-96x96.png') }}" sizes="96x96" />
  25.     <link rel="icon" type="image/svg+xml" href="{{ asset('mtr9/media/logos/favicon.svg') }}" />
  26.     <link rel="shortcut icon" href="{{ asset('mtr9/media/logos/favicon.ico') }}" />
  27.     <link rel="apple-touch-icon" sizes="180x180" href="{{ asset('mtr9/media/logos/apple-touch-icon.png') }}" />
  28.     {% endblock %}
  29. </head>
  30. <!--end::Head-->
  31. <!--begin::Body-->
  32. <body id="kt_body" class="header header-mobile-fixed page-loading" style="background: linear-gradient( 174.2deg,  rgba(255,244,228,1) 7.1%, rgba(240,246,238,1) 67.4% ); background-attachment: fixed;">
  33. <!--begin::Main-->
  34. <!--begin::Header Mobile-->
  35. <div id="kt_header_mobile" class="header-mobile bg-primary header-mobile" style="background-color: #962B49 !important;">
  36.     <!--begin::Logo-->
  37.     <a href="{{ path('home') }}">
  38.         <img alt="Logo" src="{{ asset('mtr/media/logos/logoSistema.png') }}" class="max-h-30px" />
  39.     </a>
  40.     <!--end::Logo-->
  41.     <!--begin::Toolbar-->
  42.     <div class="d-flex align-items-center">
  43.         <button class="btn p-0 burger-icon burger-icon-left ml-4" id="kt_header_mobile_toggle">
  44.             <span></span>
  45.         </button>
  46.         <button class="btn p-0 ml-2" id="kt_header_mobile_topbar_toggle">
  47.                     <span class="svg-icon svg-icon-xl">
  48.                         <!--begin::Svg Icon | path:assets/media/svg/icons/General/User.svg-->
  49.                         <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" version="1.1">
  50.                             <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
  51.                                 <polygon points="0 0 24 0 24 24 0 24" />
  52.                                 <path d="M12,11 C9.790861,11 8,9.209139 8,7 C8,4.790861 9.790861,3 12,3 C14.209139,3 16,4.790861 16,7 C16,9.209139 14.209139,11 12,11 Z" fill="#000000" fill-rule="nonzero" opacity="0.3" />
  53.                                 <path d="M3.00065168,20.1992055 C3.38825852,15.4265159 7.26191235,13 11.9833413,13 C16.7712164,13 20.7048837,15.2931929 20.9979143,20.2 C21.0095879,20.3954741 20.9979143,21 20.2466999,21 C16.541124,21 11.0347247,21 3.72750223,21 C3.47671215,21 2.97953825,20.45918 3.00065168,20.1992055 Z" fill="#000000" fill-rule="nonzero" />
  54.                             </g>
  55.                         </svg>
  56.                         <!--end::Svg Icon-->
  57.                     </span>
  58.         </button>
  59.     </div>
  60.     <!--end::Toolbar-->
  61. </div>
  62. <!--end::Header Mobile-->
  63. <div class="d-flex flex-column flex-root">
  64.     <!--begin::Page-->
  65.     <div class="d-flex flex-row flex-column-fluid page">
  66.         <!--begin::Wrapper-->
  67.         <div class="d-flex flex-column flex-row-fluid wrapper" id="kt_wrapper">
  68.             <!--begin::Header-->
  69.             <div id="kt_header" class="header flex-column header-fixed">
  70.                 <!--begin::Top-->
  71.                 <div class="header-top" style="background-color: #962B49;">
  72.                     <!--begin::Container-->
  73.                     <div class="container">
  74.                         <!--begin::Left-->
  75.                         <div class="d-none d-lg-flex align-items-center mr-3">
  76.                             <!--begin::Logo-->
  77.                             <a href="{{ path('home') }}" class="mr-20">
  78.                                 <img alt="Logo" src="{{ asset('mtr/media/logos/logoSistema.png') }}" class="max-h-65px" />
  79.                             </a>
  80.                             <!--end::Logo-->
  81.                         </div>
  82.                         <!--end::Left-->
  83.                         <!--begin::Topbar-->
  84.                         <div class="topbar">
  85.                             <!--begin::Notifications-->
  86.                             <div class="dropdown">
  87.                                 <!--begin::Toggle-->
  88.                                  
  89.                                 <!--begin::Dropdown-->
  90.                                 
  91.                         </div>
  92.                         <!--end::Topbar-->
  93.                     </div>
  94.                     <!--end::Container-->
  95.                 </div>
  96.                 <!--end::Top-->
  97.                 <!--begin::Bottom-->
  98.                 
  99.                 <!--end::Bottom-->
  100.             </div>
  101.             <!--end::Header-->
  102.             <!--begin::Content-->
  103.             <div class="content d-flex flex-column flex-column-fluid" id="kt_content">
  104.                 <!--begin::Entry-->
  105.                 <div class="d-flex flex-column-fluid">
  106.                     <!--begin::Container-->
  107.                     <div class="container">
  108.                         <!--begin::Dashboard-->
  109.                         {% block body %}
  110.                         {% endblock %}
  111.                         <!--end::Dashboard-->
  112.                     </div>
  113.                     <!--end::Container-->
  114.                 </div>
  115.                 <!--end::Entry-->
  116.             </div>
  117.             <!--end::Content-->
  118.             <!--begin::Footer-->
  119.             <div class="footer bg-white py-4 d-flex flex-lg-column" id="kt_footer">
  120.                 <!--begin::Container-->
  121.                 <div class="container d-flex flex-column flex-md-row align-items-center justify-content-between">
  122.                     <!--begin::Copyright-->
  123.                     <div class="text-dark order-2 order-md-1">
  124.                         <span class="text-muted font-weight-bold mr-2">{{ "now"|date("Y") }}© Ventanilla Virtual</span>
  125.                     </div>
  126.                     <!--end::Copyright-->
  127.                     <!--begin::Nav-->
  128.                     <div class="nav nav-dark order-1 order-md-2">
  129.                     </div>
  130.                     <!--end::Nav-->
  131.                 </div>
  132.                 <!--end::Container-->
  133.             </div>
  134.             <!--end::Footer-->
  135.         </div>
  136.         <!--end::Wrapper-->
  137.     </div>
  138.     <!--end::Page-->
  139. </div>
  140. <!--end::Main-->
  141. <!-- begin::User Panel-->
  142. <!-- end::User Panel-->
  143. <!--begin::Scrolltop-->
  144. <div id="kt_scrolltop" class="scrolltop">
  145.             <span class="svg-icon">
  146.                 <!--begin::Svg Icon | path:assets/media/svg/icons/Navigation/Up-2.svg-->
  147.                 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" version="1.1">
  148.                     <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
  149.                         <polygon points="0 0 24 0 24 24 0 24" />
  150.                         <rect fill="#000000" opacity="0.3" x="11" y="10" width="2" height="10" rx="1" />
  151.                         <path d="M6.70710678,12.7071068 C6.31658249,13.0976311 5.68341751,13.0976311 5.29289322,12.7071068 C4.90236893,12.3165825 4.90236893,11.6834175 5.29289322,11.2928932 L11.2928932,5.29289322 C11.6714722,4.91431428 12.2810586,4.90106866 12.6757246,5.26284586 L18.6757246,10.7628459 C19.0828436,11.1360383 19.1103465,11.7686056 18.7371541,12.1757246 C18.3639617,12.5828436 17.7313944,12.6103465 17.3242754,12.2371541 L12.0300757,7.38413782 L6.70710678,12.7071068 Z" fill="#000000" fill-rule="nonzero" />
  152.                     </g>
  153.                 </svg>
  154.                 <!--end::Svg Icon-->
  155.             </span>
  156. </div>
  157. <!--end::Scrolltop-->
  158. <script>var HOST_URL = "";</script>
  159. <!--begin::Global Config(global config for global JS scripts)-->
  160. <script>var KTAppSettings = { "breakpoints": { "sm": 576, "md": 768, "lg": 992, "xl": 1200, "xxl": 1200 }, "colors": { "theme": { "base": { "white": "#ffffff", "primary": "#0BB783", "secondary": "#E5EAEE", "success": "#1BC5BD", "info": "#8950FC", "warning": "#FFA800", "danger": "#F64E60", "light": "#F3F6F9", "dark": "#212121" }, "light": { "white": "#ffffff", "primary": "#D7F9EF", "secondary": "#ECF0F3", "success": "#C9F7F5", "info": "#EEE5FF", "warning": "#FFF4DE", "danger": "#FFE2E5", "light": "#F3F6F9", "dark": "#D6D6E0" }, "inverse": { "white": "#ffffff", "primary": "#ffffff", "secondary": "#212121", "success": "#ffffff", "info": "#ffffff", "warning": "#ffffff", "danger": "#ffffff", "light": "#464E5F", "dark": "#ffffff" } }, "gray": { "gray-100": "#F3F6F9", "gray-200": "#ECF0F3", "gray-300": "#E5EAEE", "gray-400": "#D6D6E0", "gray-500": "#B5B5C3", "gray-600": "#80808F", "gray-700": "#464E5F", "gray-800": "#1B283F", "gray-900": "#212121" } }, "font-family": "Poppins" };</script>
  161. <!--end::Global Config-->
  162. {% block javascript %}
  163. <!--begin::Global Theme Bundle(used by all pages)-->
  164. <script src="{{ asset('mtr9/plugins/global/plugins.bundle.js') }}"></script>
  165. <script src="{{ asset('mtr9/plugins/custom/prismjs/prismjs.bundle.js') }}"></script>
  166. <script src="{{ asset('mtr9/js/scripts.bundle.js') }}"></script>
  167. <script src="{{ asset('vendors/select2/i18n/es.js') }}"></script>
  168. <script src="{{ asset('vendors/formvalidation/js/locales/es_ES.js') }}"></script>
  169. <script src="{{ asset('js/vendors/formvalidation/validaciones/formulario.js') }}"></script>
  170. {% endblock %}
  171. </body>
  172. <!--end::Body-->
  173. </html>