templates/base.html.twig line 1
<!DOCTYPE html><html lang="de" class="light"><!-- BEGIN: Head --><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><meta name="description" content="MSU Wassportal"><meta name="keywords" content=""><meta name="author" content="msu-solutions GmbH"><title>{% if app.session.get('texte') %}{{ app.session.get('texte')["portalname"]|raw }}{% else %}Wasserportal{% endif %}{% block title %}{% endblock %}</title>{% set appIcon = "/dist/images/logo.svg" %}{% if app.session.get('favicon') %}{% set appIcon = "/customerdata/"~ app.session.get('favicon') %}{% endif %}<!-- BEGIN: Favicon & App Icon--><link href="{{ asset( appIcon) }}" rel="shortcut icon"><link rel="icon" type="image/png" href="{{ asset( appIcon) }}"><!-- BEGIN: CSS Assets--><link rel="stylesheet" href="{{ asset('dist/css/app.css')}}" /><link rel="stylesheet" href="{{ asset('css/custom.css')}}" /><link rel="stylesheet" href="{{ asset('css/customer.css')}}" /><link rel="stylesheet" type="text/css" href="{{ asset('/dist/plugins/DataTables/datatables.css')}}"/><script async defer src="{{ asset('js/altcha/altcha.min.js') }}" type="module"></script><!-- END: CSS Assets-->{% block stylesheets %}{{ encore_entry_link_tags('app') }}{% endblock %}{% block javascripts %}{{ encore_entry_script_tags('app') }}{% endblock %}<!--<script src="https://cloud.ccm19.de/app.js?apiKey=26ba405af2c9574525ef8b006188e7b27b7e1043c7f5b068&domain=649f0b7c743ab2b7df016ab2&lang=de_DE" referrerpolicy="origin"></script>--><script src="{{ asset('/js/jquery-3.6.0.min.js')}}"></script><script src="{{ asset('/js/barrierefreiheit.js')}}"></script></head>{% if (is_granted('ROLE_USER') or is_granted('ROLE_ADMIN')) and app.request.get('edit') == "" %}<body class="py-5 md:py-0 no-js"><div class="loadingscreen hidden"><i data-loading-icon="ball-triangle" class="w-8 h-8 text-white"></i></div><noscript><div class="-intro-y alert alert-danger text-left no-js-info" role="alert"><p class="font-bold">Hinweis</p><p>JavaScript ist in Ihrem Browser deaktiviert. Um alle Funktionen dieser Webseite nutzen zu können, aktivieren Sie bitte JavaScript in Ihren Browsereinstellungen.</p></div></noscript>{% for message in app.flashes('neu') %}<div class="toastify on toastify-right toastify-top" style="transform: translate(0px); top: 15px;"><div id="success-notification-content" class="toastify-content flex"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"icon-name="check-circle" class="lucide lucide-check-circle text-success"data-lucide="check-circle"><path d="m²2 11.08V12a10 10 0 11-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg><div class="ml-4 mr-4"><div class="font-medium">Info</div><div class="text-slate-500 mt-1">{{ message }}</div></div></div><span class="toast-close">✖</span></div>{% endfor %}{% for message in app.flashes('error') %}<div class="toastify on toastify-right toastify-top" style="transform: translate(0px); top: 15px;"><div id="success-notification-content-2" class="toastify-content flex"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"icon-name="check-circle" class="lucide lucide-check-circle text-danger"data-lucide="x"><path d="m²2 11.08V12a10 10 0 11-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg><div class="ml-4 mr-4"><div class="font-medium">Info</div><div class="text-slate-500 mt-1">{{ message }}</div></div></div><span class="toast-close">✖</span></div>{% endfor %}{% include 'global/notifications.html.twig' %}{% include 'menu/menu.html.twig' %}{% else %}<body class="login no-js"><div class="loadingscreen hidden"><i data-loading-icon="ball-triangle" class="w-8 h-8 text-white"></i></div><noscript><div class="-intro-y alert alert-danger text-left no-js-info" role="alert"><p class="font-bold">Hinweis</p><p>JavaScript ist in Ihrem Browser deaktiviert. Um alle Funktionen dieser Webseite nutzen zu können, aktivieren Sie bitte JavaScript in Ihren Browsereinstellungen.</p></div></noscript>{% for message in app.flashes('neu') %}<div class="toastify on toastify-right toastify-top" style="transform: translate(0px); top: 15px;"><div id="success-notification-content" class="toastify-content flex"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"icon-name="check-circle" class="lucide lucide-check-circle text-success"data-lucide="check-circle"><path d="m²2 11.08V12a10 10 0 11-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg><div class="ml-4 mr-4"><div class="font-medium">Info</div><div class="text-slate-500 mt-1">{{ message }}</div></div></div><span class="toast-close">✖</span></div>{% endfor %}{% for message in app.flashes('error') %}<div class="toastify on toastify-right toastify-top" style="transform: translate(0px); top: 15px;"><div id="success-notification-content-2" class="toastify-content flex"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"icon-name="check-circle" class="lucide lucide-check-circle text-danger"data-lucide="x"><path d="m²2 11.08V12a10 10 0 11-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg><div class="ml-4 mr-4"><div class="font-medium">Info</div><div class="text-slate-500 mt-1">{{ message }}</div></div></div><span class="toast-close">✖</span></div>{% endfor %}{% include 'global/notifications.html.twig' %}{% endif %}{% block body %}{% endblock %}{% if is_granted('ROLE_USER') or is_granted('ROLE_ADMIN') %}</div>{% endif %}{% include 'cookie/cookie.html.twig' %}{% include 'global/modal.html.twig' %}{% include 'global/barrierefreiheit.html.twig' %}{% include 'global/edittext.html.twig' %}<script src="{{ asset('/dist/js/app.js')}}"></script><script src="{{ asset('/js/jquery-3.6.0.min.js')}}"></script><!-- END: JS Assets--><script type="text/javascript" src="{{ asset('/dist/plugins/DataTables/datatables.js')}}"></script><script type="text/javascript" src="{{ asset('/dist/plugins/DataTables/dataTables.fixedHeader.min.js')}}"></script>{% block scripts %}{% endblock %}<script src="{{ asset('/js/chart.js')}}"></script><script src="{{ asset('/js/custom.js')}}"></script><script src="{{ asset('/js/utilities.js')}}"></script>{# <script src="https://cloud.ccm19.de/app.js?apiKey=26ba405af2c9574525ef8b006188e7b27b7e1043c7f5b068&domain=649f0b7c743ab2b7df016ab2&lang=de_DE" referrerpolicy="origin"></script> #}</body></html>