source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 4 echo PhpMyAdmin\Url::getHiddenInputs(($context["url_params"] ?? null)); echo "
"; // line 7 if (($context["ajax_dialog"] ?? null)) { // line 8 echo " "; echo _gettext("Details"); // line 9 echo " "; } else { // line 10 echo " "; if ((0 === twig_compare((($__internal_compile_0 = ($context["view"] ?? null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["operation"] ?? null) : null), "create"))) { // line 11 echo " "; echo _gettext("Create view"); // line 12 echo " "; } else { // line 13 echo " "; echo _gettext("Edit view"); // line 14 echo " "; } // line 15 echo " "; } // line 16 echo " "; // line 18 if ((0 === twig_compare((($__internal_compile_1 = ($context["view"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["operation"] ?? null) : null), "create"))) { // line 19 echo " "; } // line 28 echo " "; // line 63 if ((0 === twig_compare((($__internal_compile_6 = ($context["view"] ?? null)) && is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6["operation"] ?? null) : null), "create"))) { // line 64 echo " "; } else { // line 71 echo " "; } // line 77 echo "
"; echo _gettext("Definer"); // line 45 echo " env, (($__internal_compile_4 = ($context["view"] ?? null)) && is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4["definer"] ?? null) : null), "html", null, true); echo "\">
SQL SECURITY
"; echo _gettext("VIEW name"); // line 65 echo " env, (($__internal_compile_7 = ($context["view"] ?? null)) && is_array($__internal_compile_7) || $__internal_compile_7 instanceof ArrayAccess ? ($__internal_compile_7["name"] ?? null) : null), "html", null, true); echo "\">
env, (($__internal_compile_8 = ($context["view"] ?? null)) && is_array($__internal_compile_8) || $__internal_compile_8 instanceof ArrayAccess ? ($__internal_compile_8["name"] ?? null) : null), "html", null, true); echo "\">
"; echo _gettext("Column names"); // line 79 echo " env, (($__internal_compile_9 = ($context["view"] ?? null)) && is_array($__internal_compile_9) || $__internal_compile_9 instanceof ArrayAccess ? ($__internal_compile_9["column_names"] ?? null) : null), "html", null, true); echo "\">
AS
WITH CHECK OPTION
"; // line 114 if ((0 === twig_compare(($context["ajax_dialog"] ?? null), false))) { // line 115 echo " "; } // line 118 echo "
"; } public function getTemplateName() { return "view_create.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 290 => 118, 286 => 116, 282 => 115, 280 => 114, 275 => 112, 265 => 104, 256 => 102, 252 => 101, 247 => 100, 243 => 99, 227 => 88, 217 => 81, 213 => 79, 208 => 77, 201 => 73, 197 => 71, 190 => 67, 186 => 65, 182 => 64, 180 => 63, 174 => 59, 165 => 57, 161 => 56, 156 => 55, 152 => 54, 141 => 46, 138 => 45, 130 => 40, 121 => 38, 117 => 36, 115 => 35, 110 => 34, 106 => 33, 99 => 28, 93 => 24, 89 => 23, 83 => 19, 81 => 18, 77 => 16, 74 => 15, 71 => 14, 68 => 13, 65 => 12, 62 => 11, 59 => 10, 56 => 9, 53 => 8, 51 => 7, 45 => 4, 41 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "view_create.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/view_create.twig"); } }