/home/desid573/tmp/pma_template_compiles_desid573/twig/8f
NameSizeModeActions
8fe7403f6caf7b7e97a2b71b0a669acc.php93530644editdlrm
Edit: /home/desid573/tmp/pma_template_compiles_desid573/twig/8f/8fe7403f6caf7b7e97a2b71b0a669acc.php (9353B)
source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield "
"; // line 3 yield PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null)); yield "
"; yield _gettext("Search in database"); // line 5 yield "

env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["criteria_search_string"] ?? null), "html", null, true); yield "\">

"; yield _gettext("Find:"); // line 15 yield "
"; yield _gettext("Inside tables:"); // line 40 yield "

"; yield _gettext("Select all"); // line 44 yield " / "; yield _gettext("Unselect all"); // line 47 yield "

"; // line 66 yield " env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["criteria_column_name"] ?? null), "html", null, true)) : (yield "")); yield "\">


"; // line 84 yield "
"; // line 88 yield "
"; // line 90 yield "
"; // line 93 yield "
"; // line 95 yield " "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "database/search/main.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 227 => 95, 224 => 93, 220 => 90, 217 => 88, 212 => 84, 201 => 74, 193 => 70, 190 => 68, 186 => 66, 180 => 61, 171 => 58, 168 => 57, 164 => 55, 159 => 53, 157 => 52, 152 => 51, 148 => 50, 143 => 47, 138 => 44, 132 => 40, 122 => 35, 117 => 34, 112 => 31, 107 => 30, 102 => 27, 97 => 26, 90 => 23, 85 => 22, 78 => 19, 73 => 18, 68 => 15, 60 => 11, 57 => 9, 51 => 5, 45 => 3, 41 => 2, 38 => 1,); } public function getSourceContext() { return new Source("", "database/search/main.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/search/main.twig"); } }