D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
mihaidwf
/
tmp
/
pma_template_compiles_mihaidwf
/
twig
/
40
/
Filename :
403fb6c5c860a7df8b9faa197add502e.php
back
Copy
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; 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_ab3ea804a3b3897dac40e9b341e6f572 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 echo "<form id=\"ajax_form\" action=\""; echo PhpMyAdmin\Url::getFromRoute(($context["route"] ?? null)); echo "\" method=\"post\"> "; // line 2 echo PhpMyAdmin\Url::getHiddenInputs(($context["url_params"] ?? null)); echo " <fieldset class=\"pma-fieldset input\"> <table> <tr> <td>"; echo _gettext("From"); // line 7 echo "</td> <td> <input type=\"text\" name=\"from_prefix\" id=\"initialPrefix\"> </td> </tr> <tr> <td>"; echo _gettext("To"); // line 13 echo "</td> <td> <input type=\"text\" name=\"to_prefix\" id=\"newPrefix\"> </td> </tr> </table> </fieldset> </form> "; } public function getTemplateName() { return "database/structure/change_prefix_form.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 60 => 13, 51 => 7, 42 => 2, 37 => 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"); } }