parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 2 ob_start(); // line 3 echo "
"; echo twig_escape_filter($this->env, (isset($context["server"]) ? $context["server"] : null), "html", null, true); echo "
"; // line 4 echo twig_escape_filter($this->env, (isset($context["db"]) ? $context["db"] : null), "html", null, true); echo "
"; // line 5 echo twig_escape_filter($this->env, (isset($context["script_tables"]) ? $context["script_tables"] : null), "html", null, true); echo "
"; // line 6 echo twig_escape_filter($this->env, (isset($context["script_contr"]) ? $context["script_contr"] : null), "html", null, true); echo "
"; // line 7 echo twig_escape_filter($this->env, (isset($context["script_display_field"]) ? $context["script_display_field"] : null), "html", null, true); echo "
"; // line 8 echo twig_escape_filter($this->env, (isset($context["display_page"]) ? $context["display_page"] : null), "html", null, true); echo "
"; // line 9 echo twig_escape_filter($this->env, (isset($context["relation_pdfwork"]) ? $context["relation_pdfwork"] : null), "html", null, true); echo "
"; echo trim(preg_replace('/>\s+<', ob_get_clean())); } public function getTemplateName() { return "database/designer/js_fields.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 46 => 9, 42 => 8, 38 => 7, 34 => 6, 30 => 5, 26 => 4, 21 => 3, 19 => 2,); } /** @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 Twig_Source("", "database/designer/js_fields.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/database/designer/js_fields.twig"); } }