var\cache\dev\twig\ee\eef302892f60340c7fdc75a8e0c9e0cf.php line 53

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. use Twig\TemplateWrapper;
  15. /* @ProjectBizPortal/layout/boilerplate/main.html.twig */
  16. class __TwigTemplate_e0568a934ecf356d0eec3fcf6e906c15 extends Template
  17. {
  18.     private Source $source;
  19.     /**
  20.      * @var array<string, Template>
  21.      */
  22.     private array $macros = [];
  23.     public function __construct(Environment $env)
  24.     {
  25.         parent::__construct($env);
  26.         $this->source $this->getSourceContext();
  27.         $this->parent false;
  28.         $this->blocks = [
  29.             'head' => [$this'block_head'],
  30.             'title' => [$this'block_title'],
  31.             'stylesheets' => [$this'block_stylesheets'],
  32.             'page_css' => [$this'block_page_css'],
  33.             'styles' => [$this'block_styles'],
  34.             'theme_styles' => [$this'block_theme_styles'],
  35.             'body' => [$this'block_body'],
  36.             'nav' => [$this'block_nav'],
  37.             'modals' => [$this'block_modals'],
  38.             'flashbag' => [$this'block_flashbag'],
  39.             'content' => [$this'block_content'],
  40.             'contextmenu' => [$this'block_contextmenu'],
  41.             'footer' => [$this'block_footer'],
  42.             'javascripts' => [$this'block_javascripts'],
  43.             'page_javascripts' => [$this'block_page_javascripts'],
  44.         ];
  45.     }
  46.     protected function doDisplay(array $context, array $blocks = []): iterable
  47.     {
  48.         $macros $this->macros;
  49.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  50.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@ProjectBizPortal/layout/boilerplate/main.html.twig"));
  51.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@ProjectBizPortal/layout/boilerplate/main.html.twig"));
  53.         // line 1
  54.         yield "<!DOCTYPE html>
  55. <html>
  56. \t";
  57.         // line 3
  58.         yield from $this->unwrap()->yieldBlock('head'$context$blocks);
  59.         // line 96
  60.         yield from $this->unwrap()->yieldBlock('body'$context$blocks);
  61.         // line 216
  62.         yield "</html>
  63. ";
  64.         
  65.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  66.         
  67.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  68.         yield from [];
  69.     }
  70.     // line 3
  71.     /**
  72.      * @return iterable<null|scalar|\Stringable>
  73.      */
  74.     public function block_head(array $context, array $blocks = []): iterable
  75.     {
  76.         $macros $this->macros;
  77.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  78.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head"));
  79.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  80.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head"));
  81.         // line 4
  82.         yield "\t\t<head>
  83. \t\t\t<style>
  84. \t\t\t\tbody {
  85. \t\t\t\t\tvisibility: hidden;
  86. \t\t\t\t}
  87. \t\t\t\ttable {
  88. \t\t\t\t\ttable-layout: fixed;
  89. \t\t\t\t\twidth: 100%;
  90. \t\t\t\t}
  91. \t\t\t\ttable th,
  92. \t\t\t\ttable td {
  93. \t\t\t\t\twhite-space: nowrap;
  94. \t\t\t\t\toverflow: hidden;
  95. \t\t\t\t\ttext-overflow: ellipsis;
  96. \t\t\t\t\tbox-sizing: border-box;
  97. \t\t\t\t}
  98. \t\t\t\t/* coloums widths */
  99. \t\t\t\ttable th:nth-child(1),
  100. \t\t\t\ttable td:nth-child(1) {
  101. \t\t\t\t\twidth: 100px;
  102. \t\t\t\t}
  103. \t\t\t\ttable th:nth-child(2),
  104. \t\t\t\ttable td:nth-child(2) {
  105. \t\t\t\t\twidth: 500px;
  106. \t\t\t\t}
  107. \t\t\t\t/* other coloums default */
  108. \t\t\t\ttable th:nth-child(n + 3),
  109. \t\t\t\ttable td:nth-child(n + 3) {
  110. \t\t\t\t\twidth: 140px;
  111. \t\t\t\t}
  112. \t\t\t\t/* özel override - Font Awesome ikon büyütme */
  113. \t\t\t\ta.fa.fa-plus-square {
  114. \t\t\t\t\tfont-size: 3em !important;
  115. \t\t\t\t\tcolor: #2F70C2 !important;
  116. \t\t\t\t\tvertical-align: middle !important;
  117. \t\t\t\t\tline-height: 1 !important;
  118. \t\t\t\t\tmargin-top: 6px !important;
  119. \t\t\t\t}
  120. \t\t\t</style>
  121. \t\t\t<meta charset=\"utf-8\">
  122. \t\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  123. \t\t\t<title>
  124. \t\t\t\t";
  125.         // line 51
  126.         yield from $this->unwrap()->yieldBlock('title'$context$blocks);
  127.         // line 53
  128.         yield "\t\t\t</title>
  129. \t\t\t";
  130.         // line 55
  131.         yield from $this->unwrap()->yieldBlock('stylesheets'$context$blocks);
  132.         // line 73
  133.         yield "
  134. \t\t\t<style type=\"text/css\">
  135. \t\t\t\t.navBg {
  136. \t\t\t\t\tbackground-color: ";
  137.         // line 76
  138.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["colors"]) || array_key_exists("colors"$context) ? $context["colors"] : (function () { throw new RuntimeError('Variable "colors" does not exist.'76$this->source); })()), "navBg", [], "any"falsefalsefalse76), "html"nulltrue);
  139.         yield "
  140. \t\t\t\t}
  141. \t\t\t\t";
  142.         // line 80
  143.         if ( !(isset($context["print_colors"]) || array_key_exists("print_colors"$context) ? $context["print_colors"] : (function () { throw new RuntimeError('Variable "print_colors" does not exist.'80$this->source); })())) {
  144.             // line 81
  145.             yield "\t\t\t\t\t@media print {
  146. \t\t\t\t\t\t* {
  147. \t\t\t\t\t\t\tbackground-color: transparent !important;
  148. \t\t\t\t\t\t\tcolor: #000 !important;
  149. \t\t\t\t\t\t}
  150. \t\t\t\t\t}
  151. \t\t\t\t";
  152.         }
  153.         // line 88
  154.         yield "\t\t\t</style>
  155. \t\t\t";
  156.         // line 89
  157.         yield from $this->unwrap()->yieldBlock('styles'$context$blocks);
  158.         // line 90
  159.         yield "
  160. \t\t\t";
  161.         // line 91
  162.         yield from $this->unwrap()->yieldBlock('theme_styles'$context$blocks);
  163.         // line 94
  164.         yield "\t\t</head>
  165. \t</html>
  166. </head>";
  167.         
  168.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  169.         
  170.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  171.         yield from [];
  172.     }
  173.     // line 51
  174.     /**
  175.      * @return iterable<null|scalar|\Stringable>
  176.      */
  177.     public function block_title(array $context, array $blocks = []): iterable
  178.     {
  179.         $macros $this->macros;
  180.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  181.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  182.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  183.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  184.         yield "Test
  185. \t\t\t\t";
  186.         
  187.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  188.         
  189.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  190.         yield from [];
  191.     }
  192.     // line 55
  193.     /**
  194.      * @return iterable<null|scalar|\Stringable>
  195.      */
  196.     public function block_stylesheets(array $context, array $blocks = []): iterable
  197.     {
  198.         $macros $this->macros;
  199.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  200.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  201.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  202.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  203.         // line 56
  204.         yield "
  205. \t\t\t\t";
  206.         // line 57
  207.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
  208.         yield "
  209. \t\t\t\t";
  210.         // line 58
  211.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("assetic/bootstrap_css");
  212.         yield "
  213. \t\t\t\t<link href=\"";
  214.         // line 59
  215.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/css/b02b8a0.css"), "html"nulltrue);
  216.         yield "\" rel=\"stylesheet\"/>
  217. \t\t\t\t<link href=\"";
  218.         // line 60
  219.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/css/97876bb.css"), "html"nulltrue);
  220.         yield "\" rel=\"stylesheet\"/>
  221. \t\t\t\t<link href=\"";
  222.         // line 61
  223.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/css/font-awesome.min.css"), "html"nulltrue);
  224.         yield "\" rel=\"stylesheet\"/>
  225. \t\t\t\t<link href=\"";
  226.         // line 62
  227.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/css/jquery.multiselect2side.css"), "html"nulltrue);
  228.         yield "\" rel=\"stylesheet\"/>
  229. \t\t\t\t<link href=\"";
  230.         // line 63
  231.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/css/ms2side.css"), "html"nulltrue);
  232.         yield "\" rel=\"stylesheet\"/>
  233. \t\t\t\t<link href=\"";
  234.         // line 64
  235.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/css/jquery-ui-1.11.4.custom.min.css"), "html"nulltrue);
  236.         yield "\" rel=\"stylesheet\"/>
  237. \t\t\t\t";
  238.         // line 65
  239.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("css/flatpickr");
  240.         yield "
  241. \t\t\t\t";
  242.         // line 66
  243.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("css/main");
  244.         yield "
  245. \t\t\t\t<link href=\"";
  246.         // line 67
  247.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/css/submenu.css"), "html"nulltrue);
  248.         yield "\" rel=\"stylesheet\"/>
  249. \t\t\t\t";
  250.         // line 68
  251.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("css/controlling");
  252.         yield "
  253. \t\t\t\t<link href=\"";
  254.         // line 69
  255.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/css/dropzone.min.css"), "html"nulltrue);
  256.         yield "\" rel=\"stylesheet\"/>
  257. \t\t\t\t";
  258.         // line 71
  259.         yield from $this->unwrap()->yieldBlock('page_css'$context$blocks);
  260.         // line 72
  261.         yield "\t\t\t";
  262.         
  263.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  264.         
  265.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  266.         yield from [];
  267.     }
  268.     // line 71
  269.     /**
  270.      * @return iterable<null|scalar|\Stringable>
  271.      */
  272.     public function block_page_css(array $context, array $blocks = []): iterable
  273.     {
  274.         $macros $this->macros;
  275.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  276.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_css"));
  277.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  278.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_css"));
  279.         
  280.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  281.         
  282.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  283.         yield from [];
  284.     }
  285.     // line 89
  286.     /**
  287.      * @return iterable<null|scalar|\Stringable>
  288.      */
  289.     public function block_styles(array $context, array $blocks = []): iterable
  290.     {
  291.         $macros $this->macros;
  292.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  293.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""styles"));
  294.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  295.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""styles"));
  296.         
  297.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  298.         
  299.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  300.         yield from [];
  301.     }
  302.     // line 91
  303.     /**
  304.      * @return iterable<null|scalar|\Stringable>
  305.      */
  306.     public function block_theme_styles(array $context, array $blocks = []): iterable
  307.     {
  308.         $macros $this->macros;
  309.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  310.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""theme_styles"));
  311.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  312.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""theme_styles"));
  313.         // line 92
  314.         yield "\t\t\t\t";
  315.         yield Twig\Extension\CoreExtension::include($this->env$context"@ProjectBizPortal/layout/include.theme-styles.html.twig");
  316.         yield "
  317. \t\t\t";
  318.         
  319.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  320.         
  321.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  322.         yield from [];
  323.     }
  324.     // line 96
  325.     /**
  326.      * @return iterable<null|scalar|\Stringable>
  327.      */
  328.     public function block_body(array $context, array $blocks = []): iterable
  329.     {
  330.         $macros $this->macros;
  331.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  332.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  333.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  334.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  335.         // line 97
  336.         yield "<body style=\"padding-top: 120px\" ";
  337.         yield $this->extensions['ProjectBiz\PortalBundle\Twig\BodyClassExtension']->getBodyClass();
  338.         yield ">
  339. \t<div id=\"page\">
  340. \t\t";
  341.         // line 99
  342.         yield from $this->unwrap()->yieldBlock('nav'$context$blocks);
  343.         // line 100
  344.         yield "
  345. \t\t";
  346.         // line 101
  347.         yield from $this->unwrap()->yieldBlock('modals'$context$blocks);
  348.         // line 104
  349.         yield "
  350. \t\t";
  351.         // line 105
  352.         yield from $this->unwrap()->yieldBlock('flashbag'$context$blocks);
  353.         // line 108
  354.         yield "
  355. \t\t";
  356.         // line 109
  357.         yield from $this->unwrap()->yieldBlock('content'$context$blocks);
  358.         // line 112
  359.         yield "
  360. \t\t<br style=\"clear: both\">
  361. \t\t";
  362.         // line 115
  363.         yield from $this->unwrap()->yieldBlock('contextmenu'$context$blocks);
  364.         // line 127
  365.         yield "\t</div>
  366. \t";
  367.         // line 129
  368.         yield from $this->unwrap()->yieldBlock('footer'$context$blocks);
  369.         // line 132
  370.         yield "
  371. \t";
  372.         // line 133
  373.         yield from $this->unwrap()->yieldBlock('javascripts'$context$blocks);
  374.         // line 211
  375.         yield "\t<script>
  376. \t\twindow.addEventListener('load', function () {
  377. document.body.style.visibility = 'visible';
  378. });
  379. \t</script>
  380. </body>";
  381.         
  382.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  383.         
  384.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  385.         yield from [];
  386.     }
  387.     // line 99
  388.     /**
  389.      * @return iterable<null|scalar|\Stringable>
  390.      */
  391.     public function block_nav(array $context, array $blocks = []): iterable
  392.     {
  393.         $macros $this->macros;
  394.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  395.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""nav"));
  396.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  397.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""nav"));
  398.         
  399.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  400.         
  401.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  402.         yield from [];
  403.     }
  404.     // line 101
  405.     /**
  406.      * @return iterable<null|scalar|\Stringable>
  407.      */
  408.     public function block_modals(array $context, array $blocks = []): iterable
  409.     {
  410.         $macros $this->macros;
  411.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  412.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""modals"));
  413.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  414.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""modals"));
  415.         // line 102
  416.         yield "\t\t\t";
  417.         yield Twig\Extension\CoreExtension::include($this->env$context"@ProjectBizPortal/layout/include.popup-modal.html.twig");
  418.         yield "
  419. \t\t";
  420.         
  421.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  422.         
  423.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  424.         yield from [];
  425.     }
  426.     // line 105
  427.     /**
  428.      * @return iterable<null|scalar|\Stringable>
  429.      */
  430.     public function block_flashbag(array $context, array $blocks = []): iterable
  431.     {
  432.         $macros $this->macros;
  433.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  434.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""flashbag"));
  435.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  436.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""flashbag"));
  437.         // line 106
  438.         yield "\t\t\t";
  439.         yield Twig\Extension\CoreExtension::include($this->env$context"@ProjectBizPortal/layout/include.flashbag.html.twig");
  440.         yield "
  441. \t\t";
  442.         
  443.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  444.         
  445.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  446.         yield from [];
  447.     }
  448.     // line 109
  449.     /**
  450.      * @return iterable<null|scalar|\Stringable>
  451.      */
  452.     public function block_content(array $context, array $blocks = []): iterable
  453.     {
  454.         $macros $this->macros;
  455.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  456.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  457.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  458.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  459.         // line 110
  460.         yield "\t\t\t<h1>Die Seite sollten den Inhaltsblock füllen.</h1>
  461. \t\t";
  462.         
  463.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  464.         
  465.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  466.         yield from [];
  467.     }
  468.     // line 115
  469.     /**
  470.      * @return iterable<null|scalar|\Stringable>
  471.      */
  472.     public function block_contextmenu(array $context, array $blocks = []): iterable
  473.     {
  474.         $macros $this->macros;
  475.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  476.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""contextmenu"));
  477.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  478.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""contextmenu"));
  479.         // line 116
  480.         yield "\t\t\t<div id=\"context-menu\">
  481. \t\t\t\t<ul class=\"dropdown-menu\" role=\"menu\">
  482. \t\t\t\t\t<li>
  483. \t\t\t\t\t\t<a tabindex=\"-1\" href=\"#\">Action</a>
  484. \t\t\t\t\t</li>
  485. \t\t\t\t\t<li>
  486. \t\t\t\t\t\t<a tabindex=\"-1\" href=\"#\">Separated link</a>
  487. \t\t\t\t\t</li>
  488. \t\t\t\t</ul>
  489. \t\t\t</div>
  490. \t\t";
  491.         
  492.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  493.         
  494.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  495.         yield from [];
  496.     }
  497.     // line 129
  498.     /**
  499.      * @return iterable<null|scalar|\Stringable>
  500.      */
  501.     public function block_footer(array $context, array $blocks = []): iterable
  502.     {
  503.         $macros $this->macros;
  504.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  505.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  506.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  507.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  508.         // line 130
  509.         yield "\t\t";
  510.         yield Twig\Extension\CoreExtension::include($this->env$context"@ProjectBizPortal/layout/include.footer.html.twig");
  511.         yield "
  512. \t";
  513.         
  514.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  515.         
  516.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  517.         yield from [];
  518.     }
  519.     // line 133
  520.     /**
  521.      * @return iterable<null|scalar|\Stringable>
  522.      */
  523.     public function block_javascripts(array $context, array $blocks = []): iterable
  524.     {
  525.         $macros $this->macros;
  526.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  527.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  528.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  529.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  530.         // line 134
  531.         yield "\t\t<script type=\"text/javascript\" defer>
  532. \t\t\tCKEDITOR_BASEPATH = '";
  533.         // line 135
  534.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/js/ckeditor/"), "html"nulltrue);
  535.         yield "';
  536. \t\t</script>
  537. \t\t";
  538.         // line 138
  539.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
  540.         yield "
  541. \t\t";
  542.         // line 140
  543.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("js/ckeditor");
  544.         yield "
  545. \t\t";
  546.         // line 142
  547.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("js/flatpickr.min");
  548.         yield "
  549. \t\t";
  550.         // line 144
  551.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("js/url-search-params-polyfill");
  552.         yield "
  553. \t\t<script type=\"text/javascript\" src=\"";
  554.         // line 147
  555.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/js/jquery-ui-1.11.4.custom.min.js"), "html"nulltrue);
  556.         yield "\" defer></script>
  557. \t\t<script type=\"text/javascript\" src=\"";
  558.         // line 149
  559.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/js/bootstrap-contextmenu.js"), "html"nulltrue);
  560.         yield "\" defer></script>
  561. \t\t<script type=\"text/javascript\" src=\"";
  562.         // line 150
  563.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/js/jquery.floatThead.js"), "html"nulltrue);
  564.         yield "\" defer></script>
  565. \t\t<!-- <script src=\"https://cdnjs.cloudflare.com/ajax/libs/floatthead/2.2.5/jquery.floatThead.min.js\"></script> -->
  566. \t\t<script type=\"text/javascript\" src=\"";
  567.         // line 153
  568.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/js/auto-increment.js"), "html"nulltrue);
  569.         yield "\" defer></script>
  570. \t\t";
  571.         // line 154
  572.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("coffee/table-contextmenu.coffee");
  573.         yield "
  574. \t\t";
  575.         // line 155
  576.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("coffee/log-modals.coffee");
  577.         yield "
  578. \t\t";
  579.         // line 156
  580.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("coffee/flashbag-modal.coffee");
  581.         yield "
  582. \t\t";
  583.         // line 157
  584.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("coffee/prevent-double-click.coffee");
  585.         yield "
  586. \t\t";
  587.         // line 158
  588.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("coffee/overflow.coffee");
  589.         yield "
  590. \t\t";
  591.         // line 159
  592.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("coffee/tables.coffee");
  593.         yield "
  594. \t\t";
  595.         // line 160
  596.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("coffee/rights-editing.coffee");
  597.         yield "
  598. \t\t<script>
  599. \t\t\twindow.PB_ASSETS = window.PB_ASSETS || {};
  600. window.PB_ASSETS.ckeditor = ";
  601.         // line 163
  602.         yield json_encode($this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->getWebpackJsFiles("js/ckeditor"));
  603.         yield ";
  604. window.PB_ASSETS.flatpickr = ";
  605.         // line 164
  606.         yield json_encode($this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->getWebpackJsFiles("js/flatpickr.min"));
  607.         yield ";
  608. window.PB_ASSETS.urlPolyfill = ";
  609.         // line 165
  610.         yield json_encode($this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->getWebpackJsFiles("js/url-search-params-polyfill"));
  611.         yield ";
  612. \t\t</script>
  613. \t\t";
  614.         // line 167
  615.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("coffee/enable-plugins.coffee");
  616.         yield "
  617. \t\t";
  618.         // line 168
  619.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("coffee/table-sticky.coffee");
  620.         yield "
  621. \t\t<script type=\"text/javascript\" src=\"";
  622.         // line 169
  623.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/js/tooltips.js"), "html"nulltrue);
  624.         yield "\" defer></script>
  625. \t\t<script type=\"text/javascript\" src=\"";
  626.         // line 170
  627.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/js/jquery.multiselect2side.js"), "html"nulltrue);
  628.         yield "\" defer></script>
  629. \t\t<script type=\"text/javascript\" src=\"";
  630.         // line 171
  631.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/js/help-modal.js"), "html"nulltrue);
  632.         yield "\" defer></script>
  633. \t\t<script type=\"text/javascript\" src=\"";
  634.         // line 172
  635.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/js/keyboard.js"), "html"nulltrue);
  636.         yield "\" defer></script>
  637. \t\t<script type=\"text/javascript\" src=\"";
  638.         // line 173
  639.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/js/dsgvo.js"), "html"nulltrue);
  640.         yield "\" defer></script>
  641. \t\t<script type=\"text/javascript\" src=\"";
  642.         // line 174
  643.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/js/optical-code.js"), "html"nulltrue);
  644.         yield "\" defer></script>
  645. \t\t<script type=\"text/javascript\" src=\"";
  646.         // line 175
  647.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/js/directory-selection.js"), "html"nulltrue);
  648.         yield "\" defer></script>
  649. \t\t<script type=\"text/javascript\" src=\"";
  650.         // line 176
  651.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/js/edit-cell.js"), "html"nulltrue);
  652.         yield "\" defer></script>
  653. \t\t<script type=\"text/javascript\" src=\"";
  654.         // line 177
  655.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/js/custom-notification.js"), "html"nulltrue);
  656.         yield "\" defer></script>
  657. \t\t<script type=\"text/javascript\" src=\"";
  658.         // line 178
  659.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/js/dropzone.min.js"), "html"nulltrue);
  660.         yield "\" defer></script>
  661. \t\t<script type=\"text/javascript\" src=\"";
  662.         // line 179
  663.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/js/file-upload.js"), "html"nulltrue);
  664.         yield "\" defer></script>
  665. \t\t";
  666.         // line 181
  667.         yield from $this->unwrap()->yieldBlock('page_javascripts'$context$blocks);
  668.         // line 182
  669.         yield "\t\t<script type=\"text/javascript\" defer>
  670. \t\t\twindow.locale = {
  671. search: '";
  672.         // line 184
  673.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Suche"), "html"nulltrue);
  674.         yield "',
  675. emptyList: '";
  676.         // line 185
  677.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Keine Einträge gefunden"), "html"nulltrue);
  678.         yield "'
  679. };";
  680.         // line 186
  681.         if (array_key_exists("panel"$context)) {
  682.             yield "window.spmPanel = '";
  683.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["panel"]) || array_key_exists("panel"$context) ? $context["panel"] : (function () { throw new RuntimeError('Variable "panel" does not exist.'186$this->source); })()), "html"nulltrue);
  684.             yield "'";
  685.         }
  686.         yield "\$(function () {
  687. \$('.ms2side').multiselect2side({
  688. labelTop: '<i class=\\'fa fa-angle-double-up\\'></i>',
  689. labelBottom: '<i class=\\'fa fa-angle-double-down\\'></i>',
  690. labelUp: '<i class=\\'fa fa-angle-up\\'></i>',
  691. labelDown: '<i class=\\'fa fa-angle-down\\'></i>',
  692. labelLeftOne: '<i class=\\'fa fa-angle-left\\'></i>',
  693. labelRightOne: '<i class=\\'fa fa-angle-right\\'></i>',
  694. labelLeftAll: '<i class=\\'fa fa-angle-double-left\\'></i>',
  695. labelRightAll: '<i class=\\'fa fa-angle-double-right\\'></i>',
  696. labelSort: '<i class=\\'fa fa-sort-alpha-asc\\'></i>',
  697. search: '";
  698.         // line 197
  699.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Suchen"), "html"nulltrue);
  700.         yield "',
  701. labelsx: '";
  702.         // line 198
  703.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Verfügbar"), "html"nulltrue);
  704.         yield "',
  705. labeldx: '";
  706.         // line 199
  707.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Ausgewählt"), "html"nulltrue);
  708.         yield "'
  709. });
  710. \$(\".modal-dialog\").draggable({handle: \".modal-header\"});
  711. });
  712. window.auto_increment_path = \"";
  713.         // line 205
  714.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("xhr_auto_increment");
  715.         yield "\";
  716. let notifications = ";
  717.         // line 206
  718.         yield $this->extensions['ProjectBiz\PortalBundle\Twig\CustomNotificationExtension']->CustomNotifications();
  719.         yield ";
  720. let notificationsFlagAsShownUrl = '";
  721.         // line 207
  722.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("citibiz.custom_notifications.flag_as_shown");
  723.         yield "';
  724. let pbfSymbol = '";
  725.         // line 208
  726.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/images/pbf_symbol.png"), "html"nulltrue);
  727.         yield "';
  728. \t\t</script>
  729. \t";
  730.         
  731.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  732.         
  733.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  734.         yield from [];
  735.     }
  736.     // line 181
  737.     /**
  738.      * @return iterable<null|scalar|\Stringable>
  739.      */
  740.     public function block_page_javascripts(array $context, array $blocks = []): iterable
  741.     {
  742.         $macros $this->macros;
  743.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  744.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_javascripts"));
  745.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  746.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_javascripts"));
  747.         
  748.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  749.         
  750.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  751.         yield from [];
  752.     }
  753.     /**
  754.      * @codeCoverageIgnore
  755.      */
  756.     public function getTemplateName(): string
  757.     {
  758.         return "@ProjectBizPortal/layout/boilerplate/main.html.twig";
  759.     }
  760.     /**
  761.      * @codeCoverageIgnore
  762.      */
  763.     public function getDebugInfo(): array
  764.     {
  765.         return array (  841 => 181,  827 => 208,  823 => 207,  819 => 206,  815 => 205,  806 => 199,  802 => 198,  798 => 197,  780 => 186,  776 => 185,  772 => 184,  768 => 182,  766 => 181,  761 => 179,  757 => 178,  753 => 177,  749 => 176,  745 => 175,  741 => 174,  737 => 173,  733 => 172,  729 => 171,  725 => 170,  721 => 169,  717 => 168,  713 => 167,  708 => 165,  704 => 164,  700 => 163,  694 => 160,  690 => 159,  686 => 158,  682 => 157,  678 => 156,  674 => 155,  670 => 154,  666 => 153,  660 => 150,  656 => 149,  651 => 147,  645 => 144,  640 => 142,  635 => 140,  630 => 138,  624 => 135,  621 => 134,  608 => 133,  594 => 130,  581 => 129,  560 => 116,  547 => 115,  535 => 110,  522 => 109,  508 => 106,  495 => 105,  481 => 102,  468 => 101,  446 => 99,  430 => 211,  428 => 133,  425 => 132,  423 => 129,  419 => 127,  417 => 115,  412 => 112,  410 => 109,  407 => 108,  405 => 105,  402 => 104,  400 => 101,  397 => 100,  395 => 99,  389 => 97,  376 => 96,  362 => 92,  349 => 91,  327 => 89,  305 => 71,  294 => 72,  292 => 71,  287 => 69,  283 => 68,  279 => 67,  275 => 66,  271 => 65,  267 => 64,  263 => 63,  259 => 62,  255 => 61,  251 => 60,  247 => 59,  243 => 58,  239 => 57,  236 => 56,  223 => 55,  199 => 51,  186 => 94,  184 => 91,  181 => 90,  179 => 89,  176 => 88,  167 => 81,  165 => 80,  158 => 76,  153 => 73,  151 => 55,  147 => 53,  145 => 51,  96 => 4,  83 => 3,  71 => 216,  69 => 96,  67 => 3,  63 => 1,);
  766.     }
  767.     public function getSourceContext(): Source
  768.     {
  769.         return new Source("<!DOCTYPE html>
  770. <html>
  771. \t{% block head %}
  772. \t\t<head>
  773. \t\t\t<style>
  774. \t\t\t\tbody {
  775. \t\t\t\t\tvisibility: hidden;
  776. \t\t\t\t}
  777. \t\t\t\ttable {
  778. \t\t\t\t\ttable-layout: fixed;
  779. \t\t\t\t\twidth: 100%;
  780. \t\t\t\t}
  781. \t\t\t\ttable th,
  782. \t\t\t\ttable td {
  783. \t\t\t\t\twhite-space: nowrap;
  784. \t\t\t\t\toverflow: hidden;
  785. \t\t\t\t\ttext-overflow: ellipsis;
  786. \t\t\t\t\tbox-sizing: border-box;
  787. \t\t\t\t}
  788. \t\t\t\t/* coloums widths */
  789. \t\t\t\ttable th:nth-child(1),
  790. \t\t\t\ttable td:nth-child(1) {
  791. \t\t\t\t\twidth: 100px;
  792. \t\t\t\t}
  793. \t\t\t\ttable th:nth-child(2),
  794. \t\t\t\ttable td:nth-child(2) {
  795. \t\t\t\t\twidth: 500px;
  796. \t\t\t\t}
  797. \t\t\t\t/* other coloums default */
  798. \t\t\t\ttable th:nth-child(n + 3),
  799. \t\t\t\ttable td:nth-child(n + 3) {
  800. \t\t\t\t\twidth: 140px;
  801. \t\t\t\t}
  802. \t\t\t\t/* özel override - Font Awesome ikon büyütme */
  803. \t\t\t\ta.fa.fa-plus-square {
  804. \t\t\t\t\tfont-size: 3em !important;
  805. \t\t\t\t\tcolor: #2F70C2 !important;
  806. \t\t\t\t\tvertical-align: middle !important;
  807. \t\t\t\t\tline-height: 1 !important;
  808. \t\t\t\t\tmargin-top: 6px !important;
  809. \t\t\t\t}
  810. \t\t\t</style>
  811. \t\t\t<meta charset=\"utf-8\">
  812. \t\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  813. \t\t\t<title>
  814. \t\t\t\t{% block title %}Test
  815. \t\t\t\t{% endblock %}
  816. \t\t\t</title>
  817. \t\t\t{% block stylesheets %}
  818. \t\t\t\t{{ encore_entry_link_tags('app') }}
  819. \t\t\t\t{{ encore_entry_link_tags('assetic/bootstrap_css') }}
  820. \t\t\t\t<link href=\"{{ asset('bundles/projectbizportal/css/b02b8a0.css') }}\" rel=\"stylesheet\"/>
  821. \t\t\t\t<link href=\"{{ asset('bundles/projectbizportal/css/97876bb.css') }}\" rel=\"stylesheet\"/>
  822. \t\t\t\t<link href=\"{{ asset('bundles/projectbizportal/css/font-awesome.min.css') }}\" rel=\"stylesheet\"/>
  823. \t\t\t\t<link href=\"{{ asset('bundles/projectbizportal/css/jquery.multiselect2side.css') }}\" rel=\"stylesheet\"/>
  824. \t\t\t\t<link href=\"{{ asset('bundles/projectbizportal/css/ms2side.css') }}\" rel=\"stylesheet\"/>
  825. \t\t\t\t<link href=\"{{ asset('bundles/projectbizportal/css/jquery-ui-1.11.4.custom.min.css') }}\" rel=\"stylesheet\"/>
  826. \t\t\t\t{{ encore_entry_link_tags('css/flatpickr') }}
  827. \t\t\t\t{{ encore_entry_link_tags('css/main') }}
  828. \t\t\t\t<link href=\"{{ asset('bundles/projectbizportal/css/submenu.css') }}\" rel=\"stylesheet\"/>
  829. \t\t\t\t{{ encore_entry_link_tags('css/controlling') }}
  830. \t\t\t\t<link href=\"{{ asset('bundles/projectbizportal/css/dropzone.min.css') }}\" rel=\"stylesheet\"/>
  831. \t\t\t\t{% block page_css %}{% endblock %}
  832. \t\t\t{% endblock %}
  833. \t\t\t<style type=\"text/css\">
  834. \t\t\t\t.navBg {
  835. \t\t\t\t\tbackground-color: {{colors.navBg}}
  836. \t\t\t\t}
  837. \t\t\t\t{% if not print_colors %}
  838. \t\t\t\t\t@media print {
  839. \t\t\t\t\t\t* {
  840. \t\t\t\t\t\t\tbackground-color: transparent !important;
  841. \t\t\t\t\t\t\tcolor: #000 !important;
  842. \t\t\t\t\t\t}
  843. \t\t\t\t\t}
  844. \t\t\t\t{% endif %}
  845. \t\t\t</style>
  846. \t\t\t{% block styles %}{% endblock %}
  847. \t\t\t{% block theme_styles %}
  848. \t\t\t\t{{ include('@ProjectBizPortal/layout/include.theme-styles.html.twig') }}
  849. \t\t\t{% endblock %}
  850. \t\t</head>
  851. \t</html>
  852. </head>{% endblock %}{% block body %}
  853. <body style=\"padding-top: 120px\" {{ bodyclass() }}>
  854. \t<div id=\"page\">
  855. \t\t{% block nav %}{% endblock %}
  856. \t\t{% block modals %}
  857. \t\t\t{{ include('@ProjectBizPortal/layout/include.popup-modal.html.twig') }}
  858. \t\t{% endblock %}
  859. \t\t{% block flashbag %}
  860. \t\t\t{{ include('@ProjectBizPortal/layout/include.flashbag.html.twig') }}
  861. \t\t{% endblock %}
  862. \t\t{% block content %}
  863. \t\t\t<h1>Die Seite sollten den Inhaltsblock füllen.</h1>
  864. \t\t{% endblock %}
  865. \t\t<br style=\"clear: both\">
  866. \t\t{% block contextmenu %}
  867. \t\t\t<div id=\"context-menu\">
  868. \t\t\t\t<ul class=\"dropdown-menu\" role=\"menu\">
  869. \t\t\t\t\t<li>
  870. \t\t\t\t\t\t<a tabindex=\"-1\" href=\"#\">Action</a>
  871. \t\t\t\t\t</li>
  872. \t\t\t\t\t<li>
  873. \t\t\t\t\t\t<a tabindex=\"-1\" href=\"#\">Separated link</a>
  874. \t\t\t\t\t</li>
  875. \t\t\t\t</ul>
  876. \t\t\t</div>
  877. \t\t{% endblock %}
  878. \t</div>
  879. \t{% block footer %}
  880. \t\t{{ include('@ProjectBizPortal/layout/include.footer.html.twig') }}
  881. \t{% endblock %}
  882. \t{% block javascripts %}
  883. \t\t<script type=\"text/javascript\" defer>
  884. \t\t\tCKEDITOR_BASEPATH = '{{ asset('bundles/projectbizportal/js/ckeditor/') }}';
  885. \t\t</script>
  886. \t\t{{ encore_entry_script_tags('app') }}
  887. \t\t{{ encore_entry_script_tags('js/ckeditor') }}
  888. \t\t{{ encore_entry_script_tags('js/flatpickr.min') }}
  889. \t\t{{ encore_entry_script_tags('js/url-search-params-polyfill') }}
  890. \t\t<script type=\"text/javascript\" src=\"{{ asset('bundles/projectbizportal/js/jquery-ui-1.11.4.custom.min.js') }}\" defer></script>
  891. \t\t<script type=\"text/javascript\" src=\"{{ asset('bundles/projectbizportal/js/bootstrap-contextmenu.js') }}\" defer></script>
  892. \t\t<script type=\"text/javascript\" src=\"{{ asset('bundles/projectbizportal/js/jquery.floatThead.js') }}\" defer></script>
  893. \t\t<!-- <script src=\"https://cdnjs.cloudflare.com/ajax/libs/floatthead/2.2.5/jquery.floatThead.min.js\"></script> -->
  894. \t\t<script type=\"text/javascript\" src=\"{{ asset('bundles/projectbizportal/js/auto-increment.js') }}\" defer></script>
  895. \t\t{{ encore_entry_script_tags('coffee/table-contextmenu.coffee') }}
  896. \t\t{{ encore_entry_script_tags('coffee/log-modals.coffee') }}
  897. \t\t{{ encore_entry_script_tags('coffee/flashbag-modal.coffee') }}
  898. \t\t{{ encore_entry_script_tags('coffee/prevent-double-click.coffee') }}
  899. \t\t{{ encore_entry_script_tags('coffee/overflow.coffee') }}
  900. \t\t{{ encore_entry_script_tags('coffee/tables.coffee') }}
  901. \t\t{{ encore_entry_script_tags('coffee/rights-editing.coffee') }}
  902. \t\t<script>
  903. \t\t\twindow.PB_ASSETS = window.PB_ASSETS || {};
  904. window.PB_ASSETS.ckeditor = {{ encore_entry_js_files('js/ckeditor')|json_encode|raw }};
  905. window.PB_ASSETS.flatpickr = {{ encore_entry_js_files('js/flatpickr.min')|json_encode|raw }};
  906. window.PB_ASSETS.urlPolyfill = {{ encore_entry_js_files('js/url-search-params-polyfill')|json_encode|raw }};
  907. \t\t</script>
  908. \t\t{{ encore_entry_script_tags('coffee/enable-plugins.coffee') }}
  909. \t\t{{ encore_entry_script_tags('coffee/table-sticky.coffee') }}
  910. \t\t<script type=\"text/javascript\" src=\"{{ asset('bundles/projectbizportal/js/tooltips.js') }}\" defer></script>
  911. \t\t<script type=\"text/javascript\" src=\"{{ asset('bundles/projectbizportal/js/jquery.multiselect2side.js') }}\" defer></script>
  912. \t\t<script type=\"text/javascript\" src=\"{{ asset('bundles/projectbizportal/js/help-modal.js') }}\" defer></script>
  913. \t\t<script type=\"text/javascript\" src=\"{{ asset('bundles/projectbizportal/js/keyboard.js') }}\" defer></script>
  914. \t\t<script type=\"text/javascript\" src=\"{{ asset('bundles/projectbizportal/js/dsgvo.js') }}\" defer></script>
  915. \t\t<script type=\"text/javascript\" src=\"{{ asset('bundles/projectbizportal/js/optical-code.js') }}\" defer></script>
  916. \t\t<script type=\"text/javascript\" src=\"{{ asset('bundles/projectbizportal/js/directory-selection.js') }}\" defer></script>
  917. \t\t<script type=\"text/javascript\" src=\"{{ asset('bundles/projectbizportal/js/edit-cell.js') }}\" defer></script>
  918. \t\t<script type=\"text/javascript\" src=\"{{ asset('bundles/projectbizportal/js/custom-notification.js') }}\" defer></script>
  919. \t\t<script type=\"text/javascript\" src=\"{{ asset('bundles/projectbizportal/js/dropzone.min.js') }}\" defer></script>
  920. \t\t<script type=\"text/javascript\" src=\"{{ asset('bundles/projectbizportal/js/file-upload.js') }}\" defer></script>
  921. \t\t{% block page_javascripts %}{% endblock %}
  922. \t\t<script type=\"text/javascript\" defer>
  923. \t\t\twindow.locale = {
  924. search: '{{ 'Suche' | trans }}',
  925. emptyList: '{{ 'Keine Einträge gefunden' | trans }}'
  926. };{% if panel is defined %}window.spmPanel = '{{ panel }}'{% endif %}\$(function () {
  927. \$('.ms2side').multiselect2side({
  928. labelTop: '<i class=\\'fa fa-angle-double-up\\'></i>',
  929. labelBottom: '<i class=\\'fa fa-angle-double-down\\'></i>',
  930. labelUp: '<i class=\\'fa fa-angle-up\\'></i>',
  931. labelDown: '<i class=\\'fa fa-angle-down\\'></i>',
  932. labelLeftOne: '<i class=\\'fa fa-angle-left\\'></i>',
  933. labelRightOne: '<i class=\\'fa fa-angle-right\\'></i>',
  934. labelLeftAll: '<i class=\\'fa fa-angle-double-left\\'></i>',
  935. labelRightAll: '<i class=\\'fa fa-angle-double-right\\'></i>',
  936. labelSort: '<i class=\\'fa fa-sort-alpha-asc\\'></i>',
  937. search: '{{ 'Suchen' | trans }}',
  938. labelsx: '{{ 'Verfügbar' | trans }}',
  939. labeldx: '{{ 'Ausgewählt' | trans }}'
  940. });
  941. \$(\".modal-dialog\").draggable({handle: \".modal-header\"});
  942. });
  943. window.auto_increment_path = \"{{ path('xhr_auto_increment') }}\";
  944. let notifications = {{ custom_notifications() }};
  945. let notificationsFlagAsShownUrl = '{{ path('citibiz.custom_notifications.flag_as_shown') }}';
  946. let pbfSymbol = '{{ asset('bundles/projectbizportal/images/pbf_symbol.png') }}';
  947. \t\t</script>
  948. \t{% endblock %}
  949. \t<script>
  950. \t\twindow.addEventListener('load', function () {
  951. document.body.style.visibility = 'visible';
  952. });
  953. \t</script>
  954. </body>{% endblock %}</html>
  955. ""@ProjectBizPortal/layout/boilerplate/main.html.twig""D:\\srv\\portal\\tracingandtracking-portal\\vendor\\project-biz\\portal-bundle\\src\\Resources\\views\\layout\\boilerplate\\main.html.twig");
  956.     }
  957. }