Current File : //tmp/twig/a0/a07f9509c8a5144d6e9f2f9c21fe72b350c06d971f7c4a21489988b9a9a26bfa.php |
<?php
/* table/search/form_tag.twig */
class __TwigTemplate_75040e8c2757e3f48bdb1005d776ca9d592fc8fae3fca10a2b965a99f7e9a988 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<form method=\"post\" action=\"";
echo twig_escape_filter($this->env, ($context["script_name"] ?? null), "html", null, true);
echo "\" name=\"insertForm\" id=\"";
echo twig_escape_filter($this->env, ($context["form_id"] ?? null), "html", null, true);
echo "\" class=\"ajax lock-page\">";
// line 2
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null));
echo "
<input type=\"hidden\" name=\"goto\" value=\"";
// line 3
echo twig_escape_filter($this->env, ($context["goto"] ?? null), "html", null, true);
echo "\" />
<input type=\"hidden\" name=\"back\" value=\"";
// line 4
echo twig_escape_filter($this->env, ($context["script_name"] ?? null), "html", null, true);
echo "\" />
";
}
public function getTemplateName()
{
return "table/search/form_tag.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 33 => 4, 29 => 3, 25 => 2, 19 => 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 Twig_Source("", "table/search/form_tag.twig", "/var/www/pma/templates/table/search/form_tag.twig");
}
}