/home/suroeste/tmp/pma_template_compiles_suroeste/twig/6e
NameSizeModeActions
6eda87d3574dab1bf0c9a80d355c4738.php80500644editdlrm
6eed2e4106cc845408151815eb38daa1.php88550644editdlrm
Edit: /home/suroeste/tmp/pma_template_compiles_suroeste/twig/6e/6eed2e4106cc845408151815eb38daa1.php (8855B)
source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield "
"; // line 2 yield PhpMyAdmin\Url::getHiddenInputs(($context["url_params"] ?? null)); yield "
"; // line 7 yield ($context["saved_searches_field"] ?? null); yield "
"; // line 13 yield ($context["column_names_row"] ?? null); yield " "; // line 18 yield ($context["column_alias_row"] ?? null); yield " "; // line 23 yield ($context["show_row"] ?? null); yield " "; // line 28 yield ($context["sort_row"] ?? null); yield " "; // line 33 yield ($context["sort_order"] ?? null); yield " "; // line 38 yield ($context["criteria_input_box_row"] ?? null); yield " "; // line 41 yield ($context["ins_del_and_or_criteria_rows"] ?? null); yield " "; // line 45 yield ($context["modify_columns_row"] ?? null); yield "
"; yield _gettext("Column:"); // line 12 yield "
"; yield _gettext("Alias:"); // line 17 yield "
"; yield _gettext("Show:"); // line 22 yield "
"; yield _gettext("Sort:"); // line 27 yield "
"; yield _gettext("Sort order:"); // line 32 yield "
"; yield _gettext("Criteria:"); // line 37 yield "
"; yield _gettext("Modify:"); // line 44 yield "
"; yield _gettext("Use tables"); // line 86 yield "
"; // line 102 yield PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null)); yield "
"; // line 107 yield Twig\Extension\CoreExtension::sprintf(_gettext("SQL query on database %s:"), ($context["db_link"] ?? null)); yield "
"; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "database/qbe/selection_form.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 260 => 115, 253 => 111, 251 => 110, 246 => 109, 241 => 107, 233 => 102, 229 => 101, 222 => 96, 215 => 92, 202 => 90, 198 => 89, 192 => 88, 188 => 86, 179 => 80, 163 => 67, 147 => 54, 134 => 45, 131 => 44, 124 => 41, 118 => 38, 115 => 37, 107 => 33, 104 => 32, 96 => 28, 93 => 27, 85 => 23, 82 => 22, 74 => 18, 71 => 17, 63 => 13, 60 => 12, 51 => 7, 43 => 2, 38 => 1,); } public function getSourceContext() { return new Source("", "database/qbe/selection_form.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/qbe/selection_form.twig"); } }