Viewing file: d41b061b149ef6653449bb4cbb6113b21bcd1a8138122157ee5ab320410a4125.php (4.73 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?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;
/* database/designer/table_list.twig */ class __TwigTemplate_a7f88b183f7697053e1d4ceb3038680fa407d016911e0b766b23560600640528 extends \Twig\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=\"layer_menu\" class=\"hide\"> <div class=\"center\"> <a href=\"#\" class=\"M_butt\" target=\"_self\" > <img title=\""; // line 4 echo _gettext("Hide/Show all"); echo "\" alt=\"v\" id=\"key_HS_all\" src=\""; // line 7 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "getImgPath", [0 => "designer/downarrow1.png"], "method", false, false, false, 7), "html", null, true); echo "\" data-down=\""; // line 8 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "getImgPath", [0 => "designer/downarrow1.png"], "method", false, false, false, 8), "html", null, true); echo "\" data-right=\""; // line 9 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "getImgPath", [0 => "designer/rightarrow1.png"], "method", false, false, false, 9), "html", null, true); echo "\" /> </a> <a href=\"#\" class=\"M_butt\" target=\"_self\" > <img alt=\"v\" id=\"key_HS\" title=\""; // line 14 echo _gettext("Hide/Show tables with no relationship"); echo "\" src=\""; // line 15 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "getImgPath", [0 => "designer/downarrow2.png"], "method", false, false, false, 15), "html", null, true); echo "\" data-down=\""; // line 16 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "getImgPath", [0 => "designer/downarrow2.png"], "method", false, false, false, 16), "html", null, true); echo "\" data-right=\""; // line 17 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "getImgPath", [0 => "designer/rightarrow2.png"], "method", false, false, false, 17), "html", null, true); echo "\" /> </a> </div> <div id=\"id_scroll_tab\" class=\"scroll_tab\"> <table width=\"100%\" style=\"padding-left: 3px;\"></table> </div> "; // line 24 echo " <div class=\"center\"> "; // line 25 echo _gettext("Number of tables:"); echo " <span id=\"tables_counter\">0</span> </div> <div id=\"layer_menu_sizer\"> <div class=\"floatleft\"> <img class=\"icon\" data-right=\""; // line 30 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "getImgPath", [0 => "designer/resizeright.png"], "method", false, false, false, 30), "html", null, true); echo "\" src=\""; // line 31 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "getImgPath", [0 => "designer/resize.png"], "method", false, false, false, 31), "html", null, true); echo "\"/> </div> </div> </div> "; }
public function getTemplateName() { return "database/designer/table_list.twig"; }
public function isTraitable() { return false; }
public function getDebugInfo() { return array ( 100 => 31, 96 => 30, 88 => 25, 85 => 24, 76 => 17, 72 => 16, 68 => 15, 64 => 14, 56 => 9, 52 => 8, 48 => 7, 42 => 4, 37 => 1,); }
public function getSourceContext() { return new Source("", "database/designer/table_list.twig", "/usr/share/phpmyadmin/templates/database/designer/table_list.twig"); } }
|