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;
/* components/search/display_data.html.twig */
class __TwigTemplate_4ad148515c5b1358fc9d7cff73cc79c3 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["is_ajax"] = (twig_get_attribute($this->env, $this->source, ($context["data"] ?? null), "searchform_id", [], "array", true, true, false, 34) && !(null === (($__internal_compile_0 = ($context["data"] ?? null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["searchform_id"] ?? null) : null)));
// line 35
$context["fluid_search"] = ((array_key_exists("fluid_search", $context)) ? (_twig_default_filter(($context["fluid_search"] ?? null), true)) : (true));
// line 36
if ( !($context["is_ajax"] ?? null)) {
// line 37
echo " <div class=\"ajax-container search-display-data\">
";
}
// line 39
echo "
";
// line 41
$context["normalized_itemtype"] = twig_replace_filter(($context["itemtype"] ?? null), ["\\" => ""]);
// line 42
echo "
<form id=\"massform";
// line 43
echo twig_escape_filter($this->env, ($context["normalized_itemtype"] ?? null), "html", null, true);
echo "\" method=\"get\" action=\"";
echo twig_escape_filter($this->env, $this->extensions['Glpi\Application\View\Extension\RoutingExtension']->path("front/massiveaction.php"), "html", null, true);
echo "\"
data-search-itemtype=\"";
// line 44
echo twig_escape_filter($this->env, (($__internal_compile_1 = ($context["data"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["itemtype"] ?? null) : null), "html", null, true);
echo "\" data-start=\"";
echo twig_escape_filter($this->env, ($context["start"] ?? null), "html", null, true);
echo "\" data-count=\"";
echo twig_escape_filter($this->env, ($context["count"] ?? null), "html", null, true);
echo "\" data-limit=\"";
echo twig_escape_filter($this->env, ($context["limit"] ?? null), "html", null, true);
echo "\" data-submit-once>
<div class=\"card card-sm mt-0 search-card\">
<div class=\"card-header d-flex justify-content-between search-header pe-0\">
";
// line 47
if (((($__internal_compile_2 = ($context["data"] ?? null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["display_type"] ?? null) : null) == twig_constant("Search::GLOBAL_SEARCH"))) {
// line 48
echo " <h2>";
echo twig_escape_filter($this->env, $this->extensions['Glpi\Application\View\Extension\ItemtypeExtension']->getItemtypeName(($context["itemtype"] ?? null)), "html", null, true);
echo "</h2>
";
// line 50
if ((($context["count"] ?? null) > (($context["start"] ?? null) + twig_constant("Search::GLOBAL_DISPLAY_COUNT")))) {
// line 51
echo " <a href=\"";
echo twig_escape_filter($this->env, ($context["href"] ?? null), "html", null, true);
echo "\">
<i class=\"far fa-eye\"></i>
";
// line 53
echo twig_escape_filter($this->env, __("View all"), "html", null, true);
echo "
</a>
";
}
// line 56
echo " ";
} else {
// line 57
echo " ";
echo twig_include($this->env, $context, "components/search/controls.html.twig");
echo "
";
}
// line 59
echo " </div>
";
// line 61
if (((($__internal_compile_3 = (($__internal_compile_4 = ($context["data"] ?? null)) && is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4["search"] ?? null) : null)) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["as_map"] ?? null) : null) == 0)) {
// line 62
echo " ";
echo twig_include($this->env, $context, "components/search/table.html.twig");
echo "
";
}
// line 64
echo " ";
if ((($context["count"] ?? null) > 0)) {
// line 65
echo " ";
if ((((($__internal_compile_5 = ($context["data"] ?? null)) && is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5["display_type"] ?? null) : null) != twig_constant("Search::GLOBAL_SEARCH")) && ((($__internal_compile_6 = (($__internal_compile_7 = ($context["data"] ?? null)) && is_array($__internal_compile_7) || $__internal_compile_7 instanceof ArrayAccess ? ($__internal_compile_7["search"] ?? null) : null)) && is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6["as_map"] ?? null) : null) == 0))) {
// line 66
echo " <div class=\"card-footer search-footer\">
";
// line 67
echo twig_include($this->env, $context, "components/pager.html.twig");
echo "
</div>
";
}
// line 70
echo " ";
} elseif (((($__internal_compile_8 = (($__internal_compile_9 = ($context["data"] ?? null)) && is_array($__internal_compile_9) || $__internal_compile_9 instanceof ArrayAccess ? ($__internal_compile_9["search"] ?? null) : null)) && is_array($__internal_compile_8) || $__internal_compile_8 instanceof ArrayAccess ? ($__internal_compile_8["as_map"] ?? null) : null) == 1)) {
// line 71
echo " <div class=\"alert alert-info mb-0 rounded-0 border-top-0 border-bottom-0 border-right-0\" role=\"alert\">
";
// line 72
echo twig_escape_filter($this->env, __("No item found"), "html", null, true);
echo "
</div>
";
}
// line 75
echo " </div>
</form>
";
// line 78
if ( !($context["is_ajax"] ?? null)) {
// line 79
echo " </div>
";
// line 81
if (((($__internal_compile_10 = (($__internal_compile_11 = ($context["data"] ?? null)) && is_array($__internal_compile_11) || $__internal_compile_11 instanceof ArrayAccess ? ($__internal_compile_11["search"] ?? null) : null)) && is_array($__internal_compile_10) || $__internal_compile_10 instanceof ArrayAccess ? ($__internal_compile_10["as_map"] ?? null) : null) == 0)) {
// line 82
echo " <script>
if (typeof initFluidSearch !== \"function\") {
window.initFluidSearch = () => {
new GLPI.Search.ResultsView(\"massform";
// line 85
echo twig_escape_filter($this->env, ($context["normalized_itemtype"] ?? null), "html", null, true);
echo "\", GLPI.Search.Table);
};
}
if (document.readyState === 'complete') {
initFluidSearch();
} else {
\$(document).on('ready', initFluidSearch);
}
</script>
";
}
}
}
public function getTemplateName()
{
return "components/search/display_data.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 164 => 85, 159 => 82, 157 => 81, 153 => 79, 151 => 78, 146 => 75, 140 => 72, 137 => 71, 134 => 70, 128 => 67, 125 => 66, 122 => 65, 119 => 64, 113 => 62, 111 => 61, 107 => 59, 101 => 57, 98 => 56, 92 => 53, 86 => 51, 84 => 50, 78 => 48, 76 => 47, 64 => 44, 58 => 43, 55 => 42, 53 => 41, 50 => 39, 46 => 37, 44 => 36, 42 => 35, 40 => 34, 37 => 33,);
}
public function getSourceContext()
{
return new Source("", "components/search/display_data.html.twig", "/home/escuelai/public_html/it/templates/components/search/display_data.html.twig");
}
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists