芝麻web文件管理V1.00
编辑当前文件:/home/krishnamexports/tmp/pma_template_compiles_krishnamexports/twig/2c/2c251d18b1d19ce2a790db25f5f4299d9458bb7c19c59bc2468376dcf6ee1da6.php
parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(range(0, (twig_length_filter($this->env, ($context["column_names"] ?? null)) - 1))); foreach ($context['_seq'] as $context["_key"] => $context["column_index"]) { // line 2 echo "
"; // line 4 echo " "; if (($context["geom_column_flag"] ?? null)) { // line 5 echo " "; $this->loadTemplate("table/search/geom_func.twig", "table/search/rows_normal.twig", 5)->display(twig_to_array(["column_index" => // line 6 $context["column_index"], "column_types" => // line 7 ($context["column_types"] ?? null)])); // line 9 echo " "; } // line 10 echo " "; // line 11 echo "
"; // line 12 echo twig_escape_filter($this->env, $this->getAttribute(($context["column_names"] ?? null), $context["column_index"], [], "array"), "html", null, true); echo "
"; // line 14 $context["properties"] = $this->getAttribute(($context["self"] ?? null), "getColumnProperties", [0 => $context["column_index"], 1 => $context["column_index"]], "method"); // line 15 echo "
"; // line 16 echo twig_escape_filter($this->env, $this->getAttribute(($context["properties"] ?? null), "type", [], "array"), "html", null, true); echo "
"; // line 19 echo twig_escape_filter($this->env, $this->getAttribute(($context["properties"] ?? null), "collation", [], "array"), "html", null, true); echo "
"; // line 22 echo $this->getAttribute(($context["properties"] ?? null), "func", [], "array"); echo "
"; // line 25 echo "
env, $this->getAttribute(($context["properties"] ?? null), "type", [], "array"), "html", null, true); echo "\"> "; // line 26 echo $this->getAttribute(($context["properties"] ?? null), "value", [], "array"); echo " "; // line 28 echo "
env, $context["column_index"], "html", null, true); echo "]\" value=\""; // line 30 echo twig_escape_filter($this->env, $this->getAttribute(($context["column_names"] ?? null), $context["column_index"], [], "array"), "html", null, true); echo "\" />
env, $context["column_index"], "html", null, true); echo "]\" value=\""; // line 33 echo twig_escape_filter($this->env, $this->getAttribute(($context["column_types"] ?? null), $context["column_index"], [], "array"), "html", null, true); echo "\" />
env, $context["column_index"], "html", null, true); echo "]\" value=\""; // line 36 echo twig_escape_filter($this->env, $this->getAttribute(($context["column_collations"] ?? null), $context["column_index"], [], "array"), "html", null, true); echo "\" />
"; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['column_index'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; } public function getTemplateName() { return "table/search/rows_normal.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 114 => 36, 110 => 35, 105 => 33, 101 => 32, 96 => 30, 92 => 29, 89 => 28, 85 => 26, 80 => 25, 75 => 22, 69 => 19, 63 => 16, 60 => 15, 58 => 14, 53 => 12, 50 => 11, 48 => 10, 45 => 9, 43 => 7, 42 => 6, 40 => 5, 37 => 4, 34 => 2, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "table/search/rows_normal.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/search/rows_normal.twig"); } }