var/cache/domain_freund_easytransfer24_de/twig/87/870691e738a701935edca8c04d8cc2c5.php line 94

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* base.html.twig */
  14. class __TwigTemplate_d3da4eca6116a9038bef54816ed49fbc extends \Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.             'htmlLanguage' => [$this'block_htmlLanguage'],
  25.             'htmlTagAttributes' => [$this'block_htmlTagAttributes'],
  26.             'headTitle' => [$this'block_headTitle'],
  27.             'stylesheets' => [$this'block_stylesheets'],
  28.             'javascripts' => [$this'block_javascripts'],
  29.             'headAdditionalTags' => [$this'block_headAdditionalTags'],
  30.             'body' => [$this'block_body'],
  31.             'globalScript' => [$this'block_globalScript'],
  32.             'bodyScript' => [$this'block_bodyScript'],
  33.         ];
  34.     }
  35.     protected function doDisplay(array $context, array $blocks = [])
  36.     {
  37.         $macros $this->macros;
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  39.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  40.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  41.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  42.         // line 1
  43.         $context["session"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'1$this->source); })()), "session", [], "any"falsefalsefalse1), "get", [=> "SessionParameters"], "method"falsefalsefalse1);
  44.         // line 2
  45.         echo "<!DOCTYPE html>
  46. <html style=\"height:100%;\" class=\"no-js\" ";
  47.         // line 3
  48.         $this->displayBlock('htmlLanguage'$context$blocks);
  49.         echo " ";
  50.         $this->displayBlock('htmlTagAttributes'$context$blocks);
  51.         echo ">
  52. <head>
  53.     <!-- ";
  54.         // line 5
  55.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'5$this->source); })()), "environment", [], "any"falsefalsefalse5), "html"nulltrue);
  56.         echo " -->
  57.     <meta charset=\"utf-8\">
  58.     <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">
  59.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  60.     <title>";
  61.         // line 9
  62.         $this->displayBlock('headTitle'$context$blocks);
  63.         echo "</title>
  64.     ";
  65.         // line 11
  66.         $this->displayBlock('stylesheets'$context$blocks);
  67.         // line 14
  68.         echo "    ";
  69.         $this->displayBlock('javascripts'$context$blocks);
  70.         // line 17
  71.         echo "
  72.     ";
  73.         // line 34
  74.         echo "
  75.     ";
  76.         // line 35
  77.         $this->displayBlock('headAdditionalTags'$context$blocks);
  78.         // line 37
  79.         echo "</head>
  80. <body style=\"height:100%;\">
  81.     <div id=\"ajax-loading\"><span>Einen Augenblick bitte...</span></div>
  82. ";
  83.         // line 40
  84.         $this->displayBlock('body'$context$blocks);
  85.         // line 43
  86.         echo "
  87. ";
  88.         // line 44
  89.         $this->displayBlock('globalScript'$context$blocks);
  90.         // line 109
  91.         echo "
  92. ";
  93.         // line 110
  94.         $this->displayBlock('bodyScript'$context$blocks);
  95.         // line 112
  96.         echo "
  97. </body>
  98. </html>
  99. <!-- ";
  100.         // line 115
  101.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'115$this->source); })()), "environment", [], "any"falsefalsefalse115), "html"nulltrue);
  102.         echo " -->
  103. ";
  104.         
  105.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  106.         
  107.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  108.     }
  109.     // line 3
  110.     public function block_htmlLanguage($context, array $blocks = [])
  111.     {
  112.         $macros $this->macros;
  113.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  114.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""htmlLanguage"));
  115.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  116.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""htmlLanguage"));
  117.         echo "lang=\"de\"";
  118.         
  119.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  120.         
  121.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  122.     }
  123.     public function block_htmlTagAttributes($context, array $blocks = [])
  124.     {
  125.         $macros $this->macros;
  126.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  127.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""htmlTagAttributes"));
  128.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  129.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""htmlTagAttributes"));
  130.         
  131.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  132.         
  133.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  134.     }
  135.     // line 9
  136.     public function block_headTitle($context, array $blocks = [])
  137.     {
  138.         $macros $this->macros;
  139.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  140.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""headTitle"));
  141.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  142.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""headTitle"));
  143.         echo "...";
  144.         
  145.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  146.         
  147.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  148.     }
  149.     // line 11
  150.     public function block_stylesheets($context, array $blocks = [])
  151.     {
  152.         $macros $this->macros;
  153.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  154.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  155.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  156.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  157.         // line 12
  158.         echo "        ";
  159.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("webdefault");
  160.         echo "
  161.     ";
  162.         
  163.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  164.         
  165.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  166.     }
  167.     // line 14
  168.     public function block_javascripts($context, array $blocks = [])
  169.     {
  170.         $macros $this->macros;
  171.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  172.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  173.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  174.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  175.         // line 15
  176.         echo "        ";
  177.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("webdefault");
  178.         echo "
  179.     ";
  180.         
  181.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  182.         
  183.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  184.     }
  185.     // line 35
  186.     public function block_headAdditionalTags($context, array $blocks = [])
  187.     {
  188.         $macros $this->macros;
  189.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  190.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""headAdditionalTags"));
  191.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  192.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""headAdditionalTags"));
  193.         // line 36
  194.         echo "    ";
  195.         
  196.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  197.         
  198.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  199.     }
  200.     // line 40
  201.     public function block_body($context, array $blocks = [])
  202.     {
  203.         $macros $this->macros;
  204.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  205.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  206.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  207.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  208.         // line 41
  209.         echo "
  210. ";
  211.         
  212.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  213.         
  214.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  215.     }
  216.     // line 44
  217.     public function block_globalScript($context, array $blocks = [])
  218.     {
  219.         $macros $this->macros;
  220.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  221.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""globalScript"));
  222.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  223.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""globalScript"));
  224.         // line 45
  225.         echo "    ";
  226.         // line 80
  227.         echo "    <script src=\"";
  228.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/router.min.js"), "html"nulltrue);
  229.         echo "\"></script>
  230.     <script src=\"";
  231.         // line 81
  232.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_js_routing_js", ["callback" => "fos.Router.setData"]);
  233.         echo "\"></script>
  234.     <script type=\"text/javascript\">
  235.         function getWssUri()
  236.         {
  237. ";
  238.         // line 92
  239.         echo "            return \"wss://";
  240.         echo twig_escape_filter($this->env, (isset($context["env_pie_cluster"]) || array_key_exists("env_pie_cluster"$context) ? $context["env_pie_cluster"] : (function () { throw new RuntimeError('Variable "env_pie_cluster" does not exist.'92$this->source); })()), "html"nulltrue);
  241.         echo ".piesocket.com/v3/";
  242.         echo twig_escape_filter($this->env, (isset($context["env_pie_channel"]) || array_key_exists("env_pie_channel"$context) ? $context["env_pie_channel"] : (function () { throw new RuntimeError('Variable "env_pie_channel" does not exist.'92$this->source); })()), "html"nulltrue);
  243.         echo "?api_key=";
  244.         echo twig_escape_filter($this->env, (isset($context["env_pie_key"]) || array_key_exists("env_pie_key"$context) ? $context["env_pie_key"] : (function () { throw new RuntimeError('Variable "env_pie_key" does not exist.'92$this->source); })()), "html"nulltrue);
  245.         echo "\";
  246.             //return 'wss://connect.websocket.in/v3/";
  247.         // line 94
  248.         echo twig_escape_filter($this->env, (isset($context["env_pie_channel"]) || array_key_exists("env_pie_channel"$context) ? $context["env_pie_channel"] : (function () { throw new RuntimeError('Variable "env_pie_channel" does not exist.'94$this->source); })()), "html"nulltrue);
  249.         echo "?api_key=";
  250.         echo twig_escape_filter($this->env, (isset($context["env_pie_key"]) || array_key_exists("env_pie_key"$context) ? $context["env_pie_key"] : (function () { throw new RuntimeError('Variable "env_pie_key" does not exist.'94$this->source); })()), "html"nulltrue);
  251.         echo "';
  252.         }
  253.         function getAppEnv() {
  254.             return '";
  255.         // line 98
  256.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'98$this->source); })()), "environment", [], "any"falsefalsefalse98), "html"nulltrue);
  257.         echo "';
  258.         }
  259.         // not needed anymore :: webshim.polyfill('forms forms-ext');
  260.         \$(document).ready(function(){
  261.             // window.moment.locale(\"";
  262.         // line 103
  263.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'103$this->source); })()), "request", [], "any"falsefalsefalse103), "locale", [], "any"falsefalsefalse103), "html"nulltrue);
  264.         echo "\");
  265.             // \$.fn.dataTable.moment( 'DD.MM.YYYY' );
  266.            // \$( \".datepicker\" ).datepicker({ \"dateFormat\": \"dd.mm.yy\"});
  267.         });
  268.     </script>
  269. ";
  270.         
  271.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  272.         
  273.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  274.     }
  275.     // line 110
  276.     public function block_bodyScript($context, array $blocks = [])
  277.     {
  278.         $macros $this->macros;
  279.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  280.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""bodyScript"));
  281.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  282.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""bodyScript"));
  283.         
  284.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  285.         
  286.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  287.     }
  288.     public function getTemplateName()
  289.     {
  290.         return "base.html.twig";
  291.     }
  292.     public function isTraitable()
  293.     {
  294.         return false;
  295.     }
  296.     public function getDebugInfo()
  297.     {
  298.         return array (  342 => 110,  326 => 103,  318 => 98,  309 => 94,  299 => 92,  290 => 81,  285 => 80,  283 => 45,  273 => 44,  262 => 41,  252 => 40,  242 => 36,  232 => 35,  219 => 15,  209 => 14,  196 => 12,  186 => 11,  167 => 9,  131 => 3,  111 => 115,  106 => 112,  104 => 110,  101 => 109,  99 => 44,  96 => 43,  94 => 40,  89 => 37,  87 => 35,  84 => 34,  81 => 17,  78 => 14,  76 => 11,  71 => 9,  64 => 5,  57 => 3,  54 => 2,  52 => 1,);
  299.     }
  300.     public function getSourceContext()
  301.     {
  302.         return new Source("{%  set session = app.session.get(\"SessionParameters\") %}
  303. <!DOCTYPE html>
  304. <html style=\"height:100%;\" class=\"no-js\" {% block htmlLanguage %}lang=\"de\"{% endblock %} {% block htmlTagAttributes %}{% endblock %}>
  305. <head>
  306.     <!-- {{ app.environment }} -->
  307.     <meta charset=\"utf-8\">
  308.     <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">
  309.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  310.     <title>{% block headTitle %}...{% endblock %}</title>
  311.     {% block stylesheets %}
  312.         {{ encore_entry_link_tags('webdefault') }}
  313.     {% endblock %}
  314.     {% block javascripts %}
  315.         {{ encore_entry_script_tags('webdefault') }}
  316.     {% endblock %}
  317.     {#
  318. \t\tRemember to do an assetic dump when changes have been made
  319. \t#}
  320. {#    {% stylesheets#}
  321. {#        'bundles/layout/vendor/bootstrap/dist/css/bootstrap.min.css'#}
  322. {#        'bundles/layout/vendor/bootstrap/dist/css/bootstrap-theme.min.css'#}
  323. {#        'bundles/layout/vendor/DataTables/media/css/jquery.dataTables.css'#}
  324. {#        'bundles/layout/vendor/font-awesome/css/font-awesome.min.css'#}
  325. {#        'bundles/layout/vendor/jquery-ui/themes/smoothness/jquery-ui.min.css'#}
  326. {#        'bundles/layout/vendor/jquery-bar-rating/dist/themes/fontawesome-stars.css'#}
  327. {#        'bundles/layout/vendor/select2/dist/css/select2.min.css'#}
  328. {#        'bundles/layout/css/animate.css'#}
  329. {#        'bundles/layout/css/app.css'#}
  330. {#        filter='cssrewrite' %}#}
  331. {#        <link rel=\"stylesheet\" href=\"{{ asset_url }}\" />#}
  332. {#    {% endstylesheets %}#}
  333.     {% block headAdditionalTags %}
  334.     {% endblock %}
  335. </head>
  336. <body style=\"height:100%;\">
  337.     <div id=\"ajax-loading\"><span>Einen Augenblick bitte...</span></div>
  338. {% block body %}
  339. {% endblock body %}
  340. {% block globalScript %}
  341.     {# =========== JavaScript ======================================= #}
  342. {#    {% javascripts#}
  343. {#    'bundles/layout/vendor/jquery/dist/jquery.min.js'#}
  344. {#    'bundles/layout/vendor/bootstrap/dist/js/bootstrap.min.js'#}
  345. {#    'bundles/layout/vendor_unmanaged/notify/notify.min.js'#}
  346. {#    'bundles/layout/vendor/moment/min/moment-with-locales.min.js'#}
  347. {#    'bundles/layout/vendor/DataTables/media/js/jquery.dataTables.min.js'#}
  348. {#    'bundles/layout/vendor_unmanaged/datetime-moment.js'#}
  349. {#    'bundles/layout/vendor/bootstrap3-typeahead/bootstrap3-typeahead.min.js'#}
  350. {#    'bundles/layout/vendor/typeahead.js/dist/bloodhound.min.js'#}
  351. {#    'bundles/layout/vendor/bootbox.js/bootbox.js'#}
  352. {#    'bundles/layout/vendor/jquery-ui/ui/minified/core.min.js'#}
  353. {#    'bundles/layout/vendor/jquery-ui/ui/minified/widget.min.js'#}
  354. {#    'bundles/layout/vendor/jquery-ui/ui/minified/mouse.min.js'#}
  355. {#    'bundles/layout/vendor/jquery-ui/ui/minified/position.min.js'#}
  356. {#    'bundles/layout/vendor/jquery-ui/ui/minified/draggable.min.js'#}
  357. {#    'bundles/layout/vendor/jquery-ui/ui/minified/resizable.min.js'#}
  358. {#    'bundles/layout/vendor/jquery-ui/ui/minified/button.min.js'#}
  359. {#    'bundles/layout/vendor/jquery-ui/ui/minified/dialog.min.js'#}
  360. {#    'bundles/layout/vendor/jquery-ui/ui/minified/datepicker.min.js'#}
  361. {#    'bundles/layout/vendor/underscore/underscore-min.js'#}
  362. {#    'bundles/layout/vendor/clndr/clndr.min.js'#}
  363. {#    'bundles/layout/vendor/jquery-bar-rating/dist/jquery.barrating.min.js'#}
  364. {#    'bundles/layout/vendor/popper.js/dist/umd/popper.js'#}
  365. {#    'bundles/layout/vendor/tooltip.js/index.js'#}
  366. {#    'bundles/goswebsocket/js/vendor/autobahn.min.js'#}
  367. {#    'bundles/goswebsocket/js/gos_web_socket_client.js'#}
  368. {#    'bundles/diplixkmg/js/datatables.js'#}
  369. {#    'bundles/layout/js/functions.js'#}
  370. {#    'bundles/layout/js/core.js'#}
  371. {#    'bundles/layout/js/wss.js'#}
  372. {#    'bundles/fosjsrouting/js/router.js'#}
  373. {#    %}#}
  374. {#    <script type=\"text/javascript\" src=\"{{ asset_url }}\"></script>#}
  375. {#    {% endjavascripts %}#}
  376.     <script src=\"{{ asset('build/router.min.js') }}\"></script>
  377.     <script src=\"{{ path('fos_js_routing_js', {\"callback\": \"fos.Router.setData\"}) }}\"></script>
  378.     <script type=\"text/javascript\">
  379.         function getWssUri()
  380.         {
  381. {#            {% if app.environment == \"prod\" %}#}
  382. {#                return  \"wss://www.kmg-web.de/ws/\";#}
  383. {#            {% else %}#}
  384. {#                return \"ws://{{ gos_web_socket_server_host }}:{{ gos_web_socket_server_port }}\";#}
  385. {#            {% endif %}#}
  386.             return \"wss://{{ env_pie_cluster }}.piesocket.com/v3/{{ env_pie_channel }}?api_key={{ env_pie_key }}\";
  387.             //return 'wss://connect.websocket.in/v3/{{ env_pie_channel }}?api_key={{ env_pie_key }}';
  388.         }
  389.         function getAppEnv() {
  390.             return '{{ app.environment }}';
  391.         }
  392.         // not needed anymore :: webshim.polyfill('forms forms-ext');
  393.         \$(document).ready(function(){
  394.             // window.moment.locale(\"{{ app.request.locale }}\");
  395.             // \$.fn.dataTable.moment( 'DD.MM.YYYY' );
  396.            // \$( \".datepicker\" ).datepicker({ \"dateFormat\": \"dd.mm.yy\"});
  397.         });
  398.     </script>
  399. {% endblock globalScript %}
  400. {% block bodyScript %}
  401. {% endblock bodyScript %}
  402. </body>
  403. </html>
  404. <!-- {{ app.environment }} -->
  405. ""base.html.twig""/var/www/webeasy/htdocs/app/Resources/views/base.html.twig");
  406.     }
  407. }