source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 2 echo "
"; // line 4 echo PhpMyAdmin\Url::getHiddenInputs(($context["url_params"] ?? null)); echo "
"; // line 7 echo _gettext("Display chart"); // line 8 echo "




"; // line 51 $context["xaxis"] = null; // line 52 echo "

"date", 1 => "datetime", 2 => "timestamp"]; // line 83 echo " "; $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["keys"] ?? null)); foreach ($context['_seq'] as $context["idx"] => $context["key"]) { // line 84 echo " "; if (twig_in_filter(twig_get_attribute($this->env, $this->source, (($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 = ($context["fields_meta"] ?? null)) && is_array($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144) || $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 instanceof ArrayAccess ? ($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144[$context["idx"]] ?? null) : null), "type", [], "any", false, false, false, 84), ($context["date_time_types"] ?? null))) { // line 85 echo " "; echo twig_escape_filter($this->env, ($context["idx"] . " "), "html", null, true); echo " "; } // line 87 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['idx'], $context['key'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; echo "\"> $context["key"]) { // line 90 echo " "; if (twig_in_filter(twig_get_attribute($this->env, $this->source, (($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b = ($context["fields_meta"] ?? null)) && is_array($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b) || $__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b instanceof ArrayAccess ? ($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b[$context["idx"]] ?? null) : null), "type", [], "any", false, false, false, 90), ($context["numeric_types"] ?? null))) { // line 91 echo " "; echo twig_escape_filter($this->env, ($context["idx"] . " "), "html", null, true); echo " "; } // line 93 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['idx'], $context['key'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; echo "\">
env, (((($context["xaxis"] ?? null) == -1)) ? (_gettext("X Values")) : ((($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 = ($context["keys"] ?? null)) && is_array($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002) || $__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 instanceof ArrayAccess ? ($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002[($context["xaxis"] ?? null)] ?? null) : null))), "html", null, true); echo "\">


"; // line 143 echo PhpMyAdmin\Html\Generator::getStartAndNumberOfRowsPanel(($context["sql_query"] ?? null)); echo "
"; } public function getTemplateName() { return "table/chart/tbl_chart.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 406 => 148, 398 => 143, 394 => 141, 388 => 140, 385 => 139, 377 => 137, 374 => 136, 372 => 135, 365 => 134, 362 => 133, 359 => 132, 354 => 131, 352 => 130, 348 => 128, 346 => 127, 342 => 125, 336 => 124, 334 => 123, 329 => 121, 326 => 120, 322 => 119, 320 => 118, 315 => 117, 311 => 116, 307 => 114, 305 => 113, 299 => 110, 290 => 104, 287 => 103, 285 => 102, 279 => 99, 276 => 98, 274 => 97, 263 => 93, 257 => 91, 254 => 90, 250 => 89, 241 => 87, 235 => 85, 232 => 84, 227 => 83, 225 => 82, 221 => 80, 215 => 79, 212 => 78, 204 => 76, 196 => 74, 193 => 73, 190 => 72, 186 => 71, 182 => 69, 180 => 68, 175 => 65, 169 => 64, 161 => 62, 153 => 60, 150 => 59, 147 => 58, 144 => 57, 141 => 56, 137 => 55, 132 => 53, 129 => 52, 127 => 51, 121 => 48, 115 => 45, 107 => 40, 100 => 36, 93 => 32, 86 => 28, 79 => 24, 72 => 20, 65 => 16, 58 => 12, 52 => 8, 50 => 7, 44 => 4, 40 => 3, 37 => 2,); } public function getSourceContext() { return new Source("", "table/chart/tbl_chart.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/table/chart/tbl_chart.twig"); } }