Server IP : 66.29.132.122 / Your IP : 18.225.175.174 Web Server : LiteSpeed System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : admazpex ( 531) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/admazpex/tmp/pma_template_compiles_admazpex/twig/49/ |
Upload File : |
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* display/export/select_options.twig */ class __TwigTemplate_398e3e553eb836065bcfbedb197eccfe668bc87fccf71a31e0cc22a75fb54b9f extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<div> <p> <a href=\"#\" onclick=\"setSelectOptions('dump', 'db_select[]', true); return false;\"> "; // line 4 echo _gettext("Select all"); // line 5 echo " </a> / <a href=\"#\" onclick=\"setSelectOptions('dump', 'db_select[]', false); return false;\"> "; // line 8 echo _gettext("Unselect all"); // line 9 echo " </a> </p> <select name=\"db_select[]\" id=\"db_select\" size=\"10\" multiple> "; // line 13 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["databases"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["database"]) { // line 14 echo " <option value=\""; echo twig_escape_filter($this->env, $this->getAttribute($context["database"], "name", []), "html", null, true); echo "\""; echo (($this->getAttribute($context["database"], "is_selected", [])) ? (" selected") : ("")); echo "> "; // line 15 echo twig_escape_filter($this->env, $this->getAttribute($context["database"], "name", []), "html", null, true); echo " </option> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['database'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 18 echo " </select> </div> "; } public function getTemplateName() { return "display/export/select_options.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 70 => 18, 61 => 15, 54 => 14, 50 => 13, 44 => 9, 42 => 8, 37 => 5, 35 => 4, 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("", "display/export/select_options.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/export/select_options.twig"); } }