source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 4 echo _gettext("Filters"); echo "
"; // line 14 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); echo "
"; // line 18 echo _gettext("Routines"); // line 19 echo " "; echo \PhpMyAdmin\Html\MySQLDocumentation::show("STORED_ROUTINES"); echo "
"; // line 23 echo _gettext("There are no routines to display."); // line 24 echo "
"; // line 37 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(range(0, 7)); foreach ($context['_seq'] as $context["_key"] => $context["i"]) { echo ""; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; echo " "; // line 39 echo ($context["rows"] ?? null); echo "
"; // line 30 echo _gettext("Name"); echo " "; // line 31 echo _gettext("Action"); echo " "; // line 32 echo _gettext("Type"); echo " "; // line 33 echo _gettext("Returns"); echo "
"; // line 43 if ( !twig_test_empty(($context["items"] ?? null))) { // line 44 echo "
env, ($context["select_all_arrow_src"] ?? null), "html", null, true); echo "\" width=\"38\" height=\"22\" alt=\""; echo _gettext("With selected:"); echo "\"> "; // line 48 echo _gettext("With selected:"); echo "
"; } // line 58 echo "
"; // line 62 echo _pgettext( "Create new routine", "New"); echo "
"; // line 64 if (($context["has_privilege"] ?? null)) { // line 65 echo " ($context["db"] ?? null), "table" => ($context["table"] ?? null), "add_item" => true]); echo "\"> "; // line 66 echo \PhpMyAdmin\Html\Generator::getIcon("b_routine_add"); echo " "; // line 67 echo _gettext("Add routine"); // line 68 echo " "; } else { // line 70 echo " "; echo \PhpMyAdmin\Html\Generator::getIcon("bd_routine_add"); echo " "; // line 71 echo _gettext("Add routine"); // line 72 echo " "; } // line 73 echo " "; echo \PhpMyAdmin\Html\MySQLDocumentation::show("CREATE_PROCEDURE"); echo "
"; } public function getTemplateName() { return "database/routines/index.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 214 => 73, 211 => 72, 209 => 71, 204 => 70, 200 => 68, 198 => 67, 194 => 66, 189 => 65, 187 => 64, 182 => 62, 176 => 58, 169 => 54, 165 => 53, 160 => 51, 156 => 50, 151 => 48, 147 => 47, 143 => 46, 137 => 45, 134 => 44, 132 => 43, 125 => 39, 113 => 37, 106 => 33, 102 => 32, 98 => 31, 94 => 30, 87 => 26, 83 => 24, 81 => 23, 77 => 22, 70 => 19, 68 => 18, 61 => 14, 57 => 13, 47 => 6, 42 => 4, 37 => 1,); } public function getSourceContext() { return new Source("", "database/routines/index.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/database/routines/index.twig"); } }