first commit
This commit is contained in:
279
pma/tmp/twig/56/5652523386c87d628c68c83e0d5ccd53.php
Normal file
279
pma/tmp/twig/56/5652523386c87d628c68c83e0d5ccd53.php
Normal file
@@ -0,0 +1,279 @@
|
||||
<?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;
|
||||
|
||||
/* navigation/tree/node.twig */
|
||||
class __TwigTemplate_b9f68f4f66984ce7f7337b97daba0816 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 1
|
||||
if (($context["show_node"] ?? null)) {
|
||||
// line 2
|
||||
echo " <li class=\"";
|
||||
echo twig_escape_filter($this->env, ($context["li_classes"] ?? null), "html", null, true);
|
||||
echo "\">
|
||||
<div class=\"block\">
|
||||
<i";
|
||||
// line 4
|
||||
echo (((($context["class"] ?? null) == "first")) ? (" class=\"first\"") : (""));
|
||||
echo "></i>
|
||||
";
|
||||
// line 5
|
||||
if (($context["node_is_group"] ?? null)) {
|
||||
// line 6
|
||||
echo " ";
|
||||
echo ((!twig_in_filter("last", ($context["class"] ?? null))) ? ("<b></b>") : (""));
|
||||
echo "
|
||||
<a class=\"";
|
||||
// line 7
|
||||
echo twig_escape_filter($this->env, ($context["link_classes"] ?? null), "html", null, true);
|
||||
echo "\" href=\"#\">
|
||||
<span class=\"hide paths_nav\" data-apath=\"";
|
||||
// line 8
|
||||
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["paths"] ?? null), "a_path", [], "any", false, false, false, 8), "html", null, true);
|
||||
echo "\" data-vpath=\"";
|
||||
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["paths"] ?? null), "v_path", [], "any", false, false, false, 8), "html", null, true);
|
||||
echo "\" data-pos=\"";
|
||||
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["paths"] ?? null), "pos", [], "any", false, false, false, 8), "html", null, true);
|
||||
echo "\"></span>
|
||||
";
|
||||
// line 9
|
||||
if ( !twig_test_empty(($context["pagination_params"] ?? null))) {
|
||||
// line 10
|
||||
echo " <span class=\"hide ";
|
||||
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["pagination_params"] ?? null), "position", [], "any", false, false, false, 10), "html", null, true);
|
||||
echo "\" data-name=\"";
|
||||
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["pagination_params"] ?? null), "data_name", [], "any", false, false, false, 10), "html", null, true);
|
||||
echo "\" data-value=\"";
|
||||
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["pagination_params"] ?? null), "data_value", [], "any", false, false, false, 10), "html", null, true);
|
||||
echo "\"></span>
|
||||
";
|
||||
}
|
||||
// line 12
|
||||
echo " ";
|
||||
echo ($context["node_icon"] ?? null);
|
||||
echo "
|
||||
</a>
|
||||
";
|
||||
} elseif ( !twig_test_empty( // line 14
|
||||
($context["pagination_params"] ?? null))) {
|
||||
// line 15
|
||||
echo " <span class=\"hide ";
|
||||
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["pagination_params"] ?? null), "position", [], "any", false, false, false, 15), "html", null, true);
|
||||
echo "\" data-name=\"";
|
||||
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["pagination_params"] ?? null), "data_name", [], "any", false, false, false, 15), "html", null, true);
|
||||
echo "\" data-value=\"";
|
||||
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["pagination_params"] ?? null), "data_value", [], "any", false, false, false, 15), "html", null, true);
|
||||
echo "\"></span>
|
||||
";
|
||||
}
|
||||
// line 17
|
||||
echo " </div>
|
||||
";
|
||||
// line 18
|
||||
if (($context["node_is_container"] ?? null)) {
|
||||
// line 19
|
||||
echo " <div class=\"fst-italic\">
|
||||
";
|
||||
}
|
||||
// line 21
|
||||
echo "
|
||||
";
|
||||
// line 22
|
||||
if (twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "isGroup", [], "any", false, false, false, 22)) {
|
||||
// line 23
|
||||
echo " <div class=\"block second";
|
||||
echo ((($context["has_second_icon"] ?? null)) ? (" double") : (""));
|
||||
echo "\">
|
||||
<u>";
|
||||
// line 24
|
||||
echo PhpMyAdmin\Html\Generator::getImage((($__internal_compile_0 = twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "icon", [], "any", false, false, false, 24)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["image"] ?? null) : null), (($__internal_compile_1 = twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "icon", [], "any", false, false, false, 24)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["title"] ?? null) : null));
|
||||
echo "</u>
|
||||
</div>
|
||||
";
|
||||
// line 26
|
||||
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "name", [], "any", false, false, false, 26), "html", null, true);
|
||||
echo "
|
||||
";
|
||||
} else {
|
||||
// line 28
|
||||
echo " <div class=\"block second";
|
||||
echo ((($context["has_second_icon"] ?? null)) ? (" double") : (""));
|
||||
echo "\">
|
||||
";
|
||||
// line 29
|
||||
$context['_parent'] = $context;
|
||||
$context['_seq'] = twig_ensure_traversable(($context["icon_links"] ?? null));
|
||||
foreach ($context['_seq'] as $context["_key"] => $context["link"]) {
|
||||
// line 30
|
||||
echo " <a href=\"";
|
||||
echo PhpMyAdmin\Url::getFromRoute(twig_get_attribute($this->env, $this->source, $context["link"], "route", [], "any", false, false, false, 30), twig_get_attribute($this->env, $this->source, $context["link"], "params", [], "any", false, false, false, 30));
|
||||
echo "\"";
|
||||
echo ((twig_get_attribute($this->env, $this->source, $context["link"], "is_ajax", [], "any", false, false, false, 30)) ? (" class=\"ajax\"") : (""));
|
||||
echo ">";
|
||||
// line 31
|
||||
echo PhpMyAdmin\Html\Generator::getImage(twig_get_attribute($this->env, $this->source, $context["link"], "image", [], "any", false, false, false, 31), twig_get_attribute($this->env, $this->source, $context["link"], "title", [], "any", false, false, false, 31));
|
||||
// line 32
|
||||
echo "</a>
|
||||
";
|
||||
}
|
||||
$_parent = $context['_parent'];
|
||||
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['link'], $context['_parent'], $context['loop']);
|
||||
$context = array_intersect_key($context, $_parent) + $_parent;
|
||||
// line 34
|
||||
echo " </div>
|
||||
|
||||
";
|
||||
// line 36
|
||||
if (($context["node_is_container"] ?? null)) {
|
||||
// line 37
|
||||
echo " <a class=\"hover_show_full\" href=\"";
|
||||
echo PhpMyAdmin\Url::getFromRoute(twig_get_attribute($this->env, $this->source, ($context["text_link"] ?? null), "route", [], "any", false, false, false, 37), twig_get_attribute($this->env, $this->source, ($context["text_link"] ?? null), "params", [], "any", false, false, false, 37));
|
||||
echo "\">";
|
||||
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "name", [], "any", false, false, false, 37), "html", null, true);
|
||||
echo "</a>
|
||||
";
|
||||
} elseif (twig_in_filter("index", twig_get_attribute($this->env, $this->source, // line 38
|
||||
($context["node"] ?? null), "classes", [], "any", false, false, false, 38))) {
|
||||
// line 39
|
||||
echo " <a class=\"hover_show_full\" href=\"";
|
||||
echo PhpMyAdmin\Url::getFromRoute(twig_get_attribute($this->env, $this->source, ($context["text_link"] ?? null), "route", [], "any", false, false, false, 39));
|
||||
echo "\" data-post=\"";
|
||||
echo PhpMyAdmin\Url::getCommon(twig_array_merge(twig_get_attribute($this->env, $this->source, ($context["text_link"] ?? null), "params", [], "any", false, false, false, 39), ["is_from_nav" => true]));
|
||||
echo "\" title=\"";
|
||||
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["text_link"] ?? null), "title", [], "any", false, false, false, 39), "html", null, true);
|
||||
echo "\">";
|
||||
// line 40
|
||||
echo twig_escape_filter($this->env, (((twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "displayName", [], "any", true, true, false, 40) && !(null === twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "displayName", [], "any", false, false, false, 40)))) ? (twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "displayName", [], "any", false, false, false, 40)) : (twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "realName", [], "any", false, false, false, 40))), "html", null, true);
|
||||
// line 41
|
||||
echo "</a>
|
||||
";
|
||||
} else {
|
||||
// line 43
|
||||
echo " <a class=\"hover_show_full";
|
||||
echo ((twig_get_attribute($this->env, $this->source, ($context["text_link"] ?? null), "is_ajax", [], "any", false, false, false, 43)) ? (" ajax") : (""));
|
||||
echo "\" href=\"";
|
||||
echo PhpMyAdmin\Url::getFromRoute(twig_get_attribute($this->env, $this->source, ($context["text_link"] ?? null), "route", [], "any", false, false, false, 43), twig_get_attribute($this->env, $this->source, ($context["text_link"] ?? null), "params", [], "any", false, false, false, 43));
|
||||
echo "\" title=\"";
|
||||
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["text_link"] ?? null), "title", [], "any", false, false, false, 43), "html", null, true);
|
||||
echo "\">";
|
||||
// line 44
|
||||
echo twig_escape_filter($this->env, (((twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "displayName", [], "any", true, true, false, 44) && !(null === twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "displayName", [], "any", false, false, false, 44)))) ? (twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "displayName", [], "any", false, false, false, 44)) : (twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "realName", [], "any", false, false, false, 44))), "html", null, true);
|
||||
// line 45
|
||||
echo "</a>
|
||||
";
|
||||
}
|
||||
// line 47
|
||||
echo " ";
|
||||
}
|
||||
// line 48
|
||||
echo "
|
||||
";
|
||||
// line 49
|
||||
echo ($context["control_buttons"] ?? null);
|
||||
echo "
|
||||
|
||||
";
|
||||
// line 51
|
||||
if (($context["node_is_container"] ?? null)) {
|
||||
// line 52
|
||||
echo " </div>
|
||||
";
|
||||
}
|
||||
// line 54
|
||||
echo "
|
||||
<div class=\"clearfloat\"></div>
|
||||
";
|
||||
} elseif ( !twig_test_empty( // line 56
|
||||
($context["pagination_params"] ?? null))) {
|
||||
// line 57
|
||||
echo " <span class=\"hide ";
|
||||
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["pagination_params"] ?? null), "position", [], "any", false, false, false, 57), "html", null, true);
|
||||
echo "\" data-name=\"";
|
||||
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["pagination_params"] ?? null), "data_name", [], "any", false, false, false, 57), "html", null, true);
|
||||
echo "\" data-value=\"";
|
||||
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["pagination_params"] ?? null), "data_value", [], "any", false, false, false, 57), "html", null, true);
|
||||
echo "\"></span>
|
||||
";
|
||||
}
|
||||
// line 59
|
||||
echo "
|
||||
";
|
||||
// line 60
|
||||
if (( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["recursive"] ?? null), "html", [], "any", false, false, false, 60)) && twig_get_attribute($this->env, $this->source, ($context["recursive"] ?? null), "has_wrapper", [], "any", false, false, false, 60))) {
|
||||
// line 61
|
||||
echo " <div class=\"list_container\"";
|
||||
echo ((twig_get_attribute($this->env, $this->source, ($context["recursive"] ?? null), "is_hidden", [], "any", false, false, false, 61)) ? (" style=\"display: none;\"") : (""));
|
||||
echo ">
|
||||
<ul>
|
||||
";
|
||||
}
|
||||
// line 64
|
||||
echo twig_get_attribute($this->env, $this->source, ($context["recursive"] ?? null), "html", [], "any", false, false, false, 64);
|
||||
echo "
|
||||
";
|
||||
// line 65
|
||||
if (( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["recursive"] ?? null), "html", [], "any", false, false, false, 65)) && twig_get_attribute($this->env, $this->source, ($context["recursive"] ?? null), "has_wrapper", [], "any", false, false, false, 65))) {
|
||||
// line 66
|
||||
echo " </ul>
|
||||
</div>
|
||||
";
|
||||
}
|
||||
// line 69
|
||||
echo "
|
||||
";
|
||||
// line 70
|
||||
if (($context["has_siblings"] ?? null)) {
|
||||
// line 71
|
||||
echo " </li>
|
||||
";
|
||||
}
|
||||
}
|
||||
|
||||
public function getTemplateName()
|
||||
{
|
||||
return "navigation/tree/node.twig";
|
||||
}
|
||||
|
||||
public function isTraitable()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
public function getDebugInfo()
|
||||
{
|
||||
return array ( 255 => 71, 253 => 70, 250 => 69, 245 => 66, 243 => 65, 239 => 64, 232 => 61, 230 => 60, 227 => 59, 217 => 57, 215 => 56, 211 => 54, 207 => 52, 205 => 51, 200 => 49, 197 => 48, 194 => 47, 190 => 45, 188 => 44, 180 => 43, 176 => 41, 174 => 40, 166 => 39, 164 => 38, 157 => 37, 155 => 36, 151 => 34, 144 => 32, 142 => 31, 136 => 30, 132 => 29, 127 => 28, 122 => 26, 117 => 24, 112 => 23, 110 => 22, 107 => 21, 103 => 19, 101 => 18, 98 => 17, 88 => 15, 86 => 14, 80 => 12, 70 => 10, 68 => 9, 60 => 8, 56 => 7, 51 => 6, 49 => 5, 45 => 4, 39 => 2, 37 => 1,);
|
||||
}
|
||||
|
||||
public function getSourceContext()
|
||||
{
|
||||
return new Source("", "navigation/tree/node.twig", "/home/arif/public_html/pma/templates/navigation/tree/node.twig");
|
||||
}
|
||||
}
|
||||
93
pma/tmp/twig/56/56bece8e5eb4bb45c7e35ee60a186382.php
Normal file
93
pma/tmp/twig/56/56bece8e5eb4bb45c7e35ee60a186382.php
Normal file
@@ -0,0 +1,93 @@
|
||||
<?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;
|
||||
|
||||
/* console/toolbar.twig */
|
||||
class __TwigTemplate_a9923f986736199124180a1a38ceb43c 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 1
|
||||
echo "<div class=\"toolbar ";
|
||||
echo twig_escape_filter($this->env, ($context["parent_div_classes"] ?? null), "html", null, true);
|
||||
echo "\">
|
||||
";
|
||||
// line 2
|
||||
$context['_parent'] = $context;
|
||||
$context['_seq'] = twig_ensure_traversable(($context["content_array"] ?? null));
|
||||
foreach ($context['_seq'] as $context["_key"] => $context["content"]) {
|
||||
// line 3
|
||||
echo " ";
|
||||
if ((array_key_exists("content", $context) && !(null === $context["content"]))) {
|
||||
// line 4
|
||||
echo " <div class=\"";
|
||||
echo twig_escape_filter($this->env, (($__internal_compile_0 = $context["content"]) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[0] ?? null) : null), "html", null, true);
|
||||
echo "\">
|
||||
";
|
||||
// line 5
|
||||
echo ((twig_get_attribute($this->env, $this->source, $context["content"], "image", [], "array", true, true, false, 5)) ? ((($__internal_compile_1 = $context["content"]) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["image"] ?? null) : null)) : (""));
|
||||
echo "
|
||||
<span>";
|
||||
// line 6
|
||||
echo twig_escape_filter($this->env, (($__internal_compile_2 = $context["content"]) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2[1] ?? null) : null), "html", null, true);
|
||||
echo "</span>
|
||||
</div>
|
||||
";
|
||||
}
|
||||
// line 9
|
||||
echo " ";
|
||||
}
|
||||
$_parent = $context['_parent'];
|
||||
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['content'], $context['_parent'], $context['loop']);
|
||||
$context = array_intersect_key($context, $_parent) + $_parent;
|
||||
// line 10
|
||||
echo "</div>
|
||||
";
|
||||
}
|
||||
|
||||
public function getTemplateName()
|
||||
{
|
||||
return "console/toolbar.twig";
|
||||
}
|
||||
|
||||
public function isTraitable()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
public function getDebugInfo()
|
||||
{
|
||||
return array ( 70 => 10, 64 => 9, 58 => 6, 54 => 5, 49 => 4, 46 => 3, 42 => 2, 37 => 1,);
|
||||
}
|
||||
|
||||
public function getSourceContext()
|
||||
{
|
||||
return new Source("", "console/toolbar.twig", "/home/dev/web/arif.off/public_html/pma/templates/console/toolbar.twig");
|
||||
}
|
||||
}
|
||||
110
pma/tmp/twig/56/56f24d4e74f759303f4a8aa0d10081a1.php
Normal file
110
pma/tmp/twig/56/56f24d4e74f759303f4a8aa0d10081a1.php
Normal file
@@ -0,0 +1,110 @@
|
||||
<?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;
|
||||
|
||||
/* top_menu.twig */
|
||||
class __TwigTemplate_de626ffd8a207ff8c4228c6b23e10ca3 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 1
|
||||
echo "<div id=\"topmenucontainer\" class=\"menucontainer\">
|
||||
<nav class=\"navbar navbar-expand-lg navbar-light bg-light\">
|
||||
<button class=\"navbar-toggler\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#navbarNav\" aria-label=\"";
|
||||
// l10n: Show or hide the menu using the hamburger style button
|
||||
echo _gettext("Toggle navigation");
|
||||
// line 4
|
||||
echo "\" aria-controls=\"navbarNav\" aria-expanded=\"false\">
|
||||
<span class=\"navbar-toggler-icon\"></span>
|
||||
</button>
|
||||
<div class=\"collapse navbar-collapse\" id=\"navbarNav\">
|
||||
<ul id=\"topmenu\" class=\"navbar-nav\">
|
||||
";
|
||||
// line 9
|
||||
$context['_parent'] = $context;
|
||||
$context['_seq'] = twig_ensure_traversable(($context["tabs"] ?? null));
|
||||
foreach ($context['_seq'] as $context["_key"] => $context["tab"]) {
|
||||
// line 10
|
||||
echo " <li class=\"nav-item";
|
||||
echo ((twig_get_attribute($this->env, $this->source, $context["tab"], "active", [], "any", false, false, false, 10)) ? (" active") : (""));
|
||||
echo "\">
|
||||
<a class=\"nav-link text-nowrap\" href=\"";
|
||||
// line 11
|
||||
echo PhpMyAdmin\Url::getFromRoute(twig_get_attribute($this->env, $this->source, $context["tab"], "route", [], "any", false, false, false, 11), twig_array_merge(($context["url_params"] ?? null), (((twig_get_attribute($this->env, $this->source, $context["tab"], "args", [], "any", true, true, false, 11) && !(null === twig_get_attribute($this->env, $this->source, $context["tab"], "args", [], "any", false, false, false, 11)))) ? (twig_get_attribute($this->env, $this->source, $context["tab"], "args", [], "any", false, false, false, 11)) : ([]))));
|
||||
echo "\">
|
||||
";
|
||||
// line 12
|
||||
echo PhpMyAdmin\Html\Generator::getIcon(twig_get_attribute($this->env, $this->source, $context["tab"], "icon", [], "any", false, false, false, 12), twig_get_attribute($this->env, $this->source, $context["tab"], "text", [], "any", false, false, false, 12), false, true, "TabsMode");
|
||||
echo "
|
||||
";
|
||||
// line 13
|
||||
if (twig_get_attribute($this->env, $this->source, $context["tab"], "active", [], "any", false, false, false, 13)) {
|
||||
// line 14
|
||||
echo " <span class=\"visually-hidden\">";
|
||||
// l10n: Current page
|
||||
echo _gettext("(current)");
|
||||
echo "</span>
|
||||
";
|
||||
}
|
||||
// line 16
|
||||
echo " </a>
|
||||
</li>
|
||||
";
|
||||
}
|
||||
$_parent = $context['_parent'];
|
||||
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['tab'], $context['_parent'], $context['loop']);
|
||||
$context = array_intersect_key($context, $_parent) + $_parent;
|
||||
// line 19
|
||||
echo " </ul>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
";
|
||||
}
|
||||
|
||||
public function getTemplateName()
|
||||
{
|
||||
return "top_menu.twig";
|
||||
}
|
||||
|
||||
public function isTraitable()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
public function getDebugInfo()
|
||||
{
|
||||
return array ( 84 => 19, 76 => 16, 69 => 14, 67 => 13, 63 => 12, 59 => 11, 54 => 10, 50 => 9, 43 => 4, 37 => 1,);
|
||||
}
|
||||
|
||||
public function getSourceContext()
|
||||
{
|
||||
return new Source("", "top_menu.twig", "/home/dev/web/arif.off/public_html/pma/templates/top_menu.twig");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user