芝麻web文件管理V1.00
编辑当前文件:/home/krishnamexports/tmp/pma_template_compiles_krishnamexports/twig/4e/4e8f70ab052f0a5513536d20f156e0649e1791c083804a629624d2cb1e052f1f.php
parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "
"; // line 2 echo PhpMyAdmin\Url::getHiddenInputs(($context["_form_params"] ?? null)); echo " "; // line 4 if (($context["use_fieldset"] ?? null)) { // line 5 echo "
"; // line 6 echo ($context["language_title"] ?? null); echo "
"; } else { // line 8 echo "
"; // line 9 echo ($context["language_title"] ?? null); echo "
"; } // line 12 echo "
"; // line 15 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["available_languages"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["language"]) { // line 16 echo " "; // line 17 echo "
env, twig_lower_filter($this->env, $this->getAttribute($context["language"], "getCode", [], "method")), "html", null, true); echo "\""; // line 18 if ($this->getAttribute($context["language"], "isActive", [], "method")) { // line 19 echo " selected=\"selected\""; } // line 21 echo "> "; // line 22 echo $this->getAttribute($context["language"], "getName", [], "method"); echo "
"; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['language'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 25 echo "
"; // line 28 if (($context["use_fieldset"] ?? null)) { // line 29 echo "
"; } // line 31 echo "
"; } public function getTemplateName() { return "select_lang.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 100 => 31, 96 => 29, 94 => 28, 89 => 25, 80 => 22, 77 => 21, 74 => 19, 72 => 18, 68 => 17, 66 => 16, 62 => 15, 57 => 12, 51 => 9, 48 => 8, 43 => 6, 40 => 5, 38 => 4, 33 => 2, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "select_lang.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/select_lang.twig"); } }