Sindbad~EG File Manager
<?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/page_card_notlogged.html.twig */
class __TwigTemplate_8c0acaa69e9caf8e0d511f69e3ef44c5 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content_block' => [$this, 'block_content_block'],
'footer_block' => [$this, 'block_footer_block'],
'javascript_block' => [$this, 'block_javascript_block'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 33
echo "
";
// line 34
$context["theme"] = $this->extensions['Glpi\Application\View\Extension\ConfigExtension']->config("palette");
// line 35
if ( !array_key_exists("css_files", $context)) {
// line 36
echo " ";
$context["css_files"] = [0 => ["path" => "public/lib/base.css"], 1 => ["path" => (("css/palettes/" . // line 38
($context["theme"] ?? null)) . ".scss")]];
// line 40
echo " ";
}
// line 42
if ( !array_key_exists("js_files", $context)) {
// line 43
echo " ";
$context["js_files"] = [0 => ["path" => "public/lib/base.js"], 1 => ["path" => "js/common.js"]];
}
// line 48
echo "
";
// line 49
echo twig_include($this->env, $context, "layout/parts/head.html.twig");
echo "
<body class=\"welcome-anonymous\">
<div class=\"page-anonymous\">
<div class=\"flex-fill d-flex flex-column justify-content-center py-4 mt-4\">
";
// line 53
$context["style"] = null;
// line 54
echo " ";
if (array_key_exists("card_md_width", $context)) {
// line 55
echo " ";
$context["style"] = "max-width: 40rem";
// line 56
echo " ";
}
// line 57
echo " ";
if (array_key_exists("card_bg_width", $context)) {
// line 58
echo " ";
$context["style"] = "max-width: 60rem";
// line 59
echo " ";
}
// line 60
echo "
<div class=\"container-tight py-6\" ";
// line 61
if ( !(null === ($context["style"] ?? null))) {
echo "style=\"";
echo twig_escape_filter($this->env, ($context["style"] ?? null), "html", null, true);
echo "\"";
}
echo ">
<div class=\"text-center\">
<div class=\"col-md\">
<span class=\"glpi-logo mb-4\" title=\"GLPI\"></span>
</div>
</div>
<div class=\"card card-md\">
<div class=\"card-body\">
";
// line 69
$this->displayBlock('content_block', $context, $blocks);
// line 70
echo " </div>
</div>
<div class=\"text-center text-muted mt-3\">
";
// line 74
$this->displayBlock('footer_block', $context, $blocks);
// line 75
echo " </div>
</div>
</div>
</div>
";
// line 80
$this->displayBlock('javascript_block', $context, $blocks);
// line 81
echo "</body>
</html>
";
}
// line 69
public function block_content_block($context, array $blocks = [])
{
$macros = $this->macros;
}
// line 74
public function block_footer_block($context, array $blocks = [])
{
$macros = $this->macros;
}
// line 80
public function block_javascript_block($context, array $blocks = [])
{
$macros = $this->macros;
}
public function getTemplateName()
{
return "layout/page_card_notlogged.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 145 => 80, 139 => 74, 133 => 69, 127 => 81, 125 => 80, 118 => 75, 116 => 74, 110 => 70, 108 => 69, 93 => 61, 90 => 60, 87 => 59, 84 => 58, 81 => 57, 78 => 56, 75 => 55, 72 => 54, 70 => 53, 63 => 49, 60 => 48, 56 => 43, 54 => 42, 51 => 40, 49 => 38, 47 => 36, 45 => 35, 43 => 34, 40 => 33,);
}
public function getSourceContext()
{
return new Source("", "layout/page_card_notlogged.html.twig", "/home/escuelai/public_html/it/templates/layout/page_card_notlogged.html.twig");
}
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists