Current File : /home/escuelai/public_html/it/files/_cache/templates/4d/4dca29d733db36b5dc6f927b73a14acb.php |
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* layout/parts/page_header.html.twig */
class __TwigTemplate_d6f38f3eb1a228ace8e649d5ab1f83a2 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 33
echo "
";
// line 34
$context["anonymous"] = (null === $this->extensions['Glpi\Application\View\Extension\SessionExtension']->session("glpiactiveprofile"));
// line 35
echo "
";
// line 36
$context["is_vertical"] = ($this->extensions['Glpi\Application\View\Extension\SessionExtension']->userPref("page_layout") == "vertical");
// line 37
echo "
<body class=\"";
// line 38
echo ((($this->extensions['Glpi\Application\View\Extension\SessionExtension']->userPref("fold_menu") && ($context["is_vertical"] ?? null))) ? ("navbar-collapsed") : (""));
echo " ";
echo ((($context["is_vertical"] ?? null)) ? ("vertical-layout") : ("horizontal-layout"));
echo " ";
echo ((($context["is_debug_active"] ?? null)) ? ("debug-active") : (""));
echo "\">
";
// line 39
if ((twig_constant_is_defined("SKIP_UPDATES") && ($this->extensions['Glpi\Application\View\Extension\PhpExtension']->call("Update::isDbUpToDate") == false))) {
// line 40
echo " <div class=\"banner-need-update\">
";
// line 41
echo twig_escape_filter($this->env, __("You are bypassing a needed update"), "html", null, true);
echo "
</div>
";
}
// line 44
echo " ";
echo twig_include($this->env, $context, "layout/parts/impersonate_banner.html.twig");
echo "
";
// line 45
echo twig_include($this->env, $context, "components/messages_after_redirect_toasts.html.twig", ["display_container" => true]);
echo "
<div class=\"page\">
";
// line 49
if (($context["is_vertical"] ?? null)) {
// line 50
echo " <aside class=\"navbar navbar-vertical navbar-expand-lg sticky-lg-top sidebar\">
<div class=\"container-fluid\">
<button class=\"navbar-toggler\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#navbar-menu\">
<span class=\"navbar-toggler-icon\"></span>
</button>
<a href=\"";
// line 56
echo twig_escape_filter($this->env, $this->extensions['Glpi\Application\View\Extension\RoutingExtension']->indexPath(), "html", null, true);
echo "\" accesskey=\"1\" title=\"";
echo twig_escape_filter($this->env, __("Home"), "html", null, true);
echo "\"
class=\"navbar-brand navbar-brand-autodark\">
<span class=\"glpi-logo\"></span>
</a>
";
// line 61
if ( !($context["anonymous"] ?? null)) {
// line 62
echo " <span class=\"d-none d-lg-inline-block\">
";
// line 63
echo twig_include($this->env, $context, "layout/parts/goto_button.html.twig");
echo "
</span>
";
}
// line 66
echo "
";
// line 67
if ( !(null === ($context["user"] ?? null))) {
// line 68
echo " ";
// line 69
echo " <div class=\"d-lg-none\">
";
// line 70
echo twig_include($this->env, $context, "layout/parts/user_header.html.twig");
echo "
</div>
";
}
// line 73
echo "
";
// line 74
if ( !($context["anonymous"] ?? null)) {
// line 75
echo " <div class=\"collapse navbar-collapse\" id=\"navbar-menu\">
<span class=\"d-inline-block d-lg-none ms-2\">
";
// line 77
echo twig_include($this->env, $context, "layout/parts/goto_button.html.twig");
echo "
</span>
";
// line 79
echo twig_include($this->env, $context, "layout/parts/menu.html.twig");
echo "
<p class=\"text-start\">
<button class=\"btn btn-sm btn-ghost-secondary mb-2 reduce-menu d-none d-md-block\">
<span class=\"menu-label\">";
// line 84
echo twig_escape_filter($this->env, __("Collapse menu"), "html", null, true);
echo "</span>
</button>
</p>
</div>
";
}
// line 89
echo " </div>
</aside>
";
}
// line 92
echo "
<header class=\"navbar d-print-none sticky-lg-top shadow-sm ";
// line 93
echo ((($this->extensions['Glpi\Application\View\Extension\SessionExtension']->userPref("page_layout") == "vertical")) ? ("navbar-light navbar-expand-md") : ("navbar-dark navbar-expand-xl topbar"));
echo "\">
<div class=\"container-fluid flex-xl-nowrap pe-xl-0\">
";
// line 95
if (($this->extensions['Glpi\Application\View\Extension\SessionExtension']->userPref("page_layout") == "vertical")) {
// line 96
echo " ";
echo twig_include($this->env, $context, "layout/parts/breadcrumbs.html.twig");
echo "
<div class=\"ms-lg-auto d-none d-lg-block flex-grow-1 flex-lg-grow-0\">
";
// line 99
echo twig_include($this->env, $context, "layout/parts/global_search_form.html.twig");
echo "
</div>
";
} elseif (($this->extensions['Glpi\Application\View\Extension\SessionExtension']->userPref("page_layout") == "horizontal")) {
// line 102
echo " <button class=\"navbar-toggler\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#navbar-menu\">
<span class=\"navbar-toggler-icon\"></span>
</button>
<a href=\"";
// line 106
echo twig_escape_filter($this->env, $this->extensions['Glpi\Application\View\Extension\RoutingExtension']->indexPath(), "html", null, true);
echo "\" accesskey=\"1\" title=\"";
echo twig_escape_filter($this->env, __("Home"), "html", null, true);
echo "\"
class=\"navbar-brand navbar-brand-autodark\">
<span class=\"glpi-logo\"></span>
</a>
<div class=\"d-lg-none\">
";
// line 112
echo twig_include($this->env, $context, "layout/parts/user_header.html.twig");
echo "
</div>
<div class=\"collapse navbar-collapse justify-content-center\" id=\"navbar-menu\">
";
// line 116
echo twig_include($this->env, $context, "layout/parts/menu.html.twig");
echo "
<span class=\"ms-xl-2 d-inline-block mt-2 mt-xl-2\">
";
// line 118
echo twig_include($this->env, $context, "layout/parts/goto_button.html.twig");
echo "
</span>
</div>
";
}
// line 122
echo "
<div class=\"ms-md-4 d-none d-lg-block\">
";
// line 124
echo twig_include($this->env, $context, "layout/parts/user_header.html.twig");
echo "
</div>
</div>
</header>
";
// line 129
if (($this->extensions['Glpi\Application\View\Extension\SessionExtension']->userPref("page_layout") == "horizontal")) {
// line 130
echo " <div class=\"navbar navbar-expand-md navbar-light secondary-bar sticky-md-top shadow-sm\">
<div class=\"container-fluid justify-content-start\">
";
// line 132
echo twig_include($this->env, $context, "layout/parts/breadcrumbs.html.twig");
echo "
<div class=\"ms-md-auto d-none d-md-block flex-grow-1 flex-md-grow-0\">
";
// line 134
echo twig_include($this->env, $context, "layout/parts/global_search_form.html.twig");
echo "
</div>
</div>
</div>
";
}
// line 139
echo "
<div class=\"page-wrapper mb-0\">
<div class=\"page-body container-fluid\">
<main role=\"main\" id=\"page\" class=\"legacy\">
";
}
public function getTemplateName()
{
return "layout/parts/page_header.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 253 => 139, 245 => 134, 240 => 132, 236 => 130, 234 => 129, 226 => 124, 222 => 122, 215 => 118, 210 => 116, 203 => 112, 192 => 106, 186 => 102, 180 => 99, 173 => 96, 171 => 95, 166 => 93, 163 => 92, 158 => 89, 150 => 84, 142 => 79, 137 => 77, 133 => 75, 131 => 74, 128 => 73, 122 => 70, 119 => 69, 117 => 68, 115 => 67, 112 => 66, 106 => 63, 103 => 62, 101 => 61, 91 => 56, 83 => 50, 81 => 49, 74 => 45, 69 => 44, 63 => 41, 60 => 40, 58 => 39, 50 => 38, 47 => 37, 45 => 36, 42 => 35, 40 => 34, 37 => 33,);
}
public function getSourceContext()
{
return new Source("", "layout/parts/page_header.html.twig", "/home/escuelai/public_html/it/templates/layout/parts/page_header.html.twig");
}
}