PATH:
home
/
cf7x
/
tmp
/
pma_template_compiles_cf7x
/
twig
/
fd
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; 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/structure/change_prefix_form.twig */ class __TwigTemplate_f5f0082e6129a7d24bee141f4a6129f7 extends 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 yield "<form id=\"ajax_form\" action=\""; yield PhpMyAdmin\Url::getFromRoute(($context["route"] ?? null)); yield "\" method=\"post\"> "; // line 2 yield PhpMyAdmin\Url::getHiddenInputs(($context["url_params"] ?? null)); yield " <fieldset class=\"pma-fieldset input\"> <table> <tr> <td>"; yield _gettext("From"); // line 7 yield "</td> <td> <input type=\"text\" name=\"from_prefix\" id=\"initialPrefix\"> </td> </tr> <tr> <td>"; yield _gettext("To"); // line 13 yield "</td> <td> <input type=\"text\" name=\"to_prefix\" id=\"newPrefix\"> </td> </tr> </table> </fieldset> </form> "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "database/structure/change_prefix_form.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 61 => 13, 52 => 7, 43 => 2, 38 => 1,); } public function getSourceContext() { return new Source("", "database/structure/change_prefix_form.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/change_prefix_form.twig"); } }
[-] fd2b83234608eb75ec4b0d7728e7b0e4.php
[open]
[+]
..
[-] fddd1b733da4f42e7c6db6f938928c22.php
[open]