Server IP : 85.214.239.14 / Your IP : 3.21.244.94 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /var/www/wordpress/phpMyAdmin/tmp/twig/82/ |
Upload File : |
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\SandboxExtension; 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; /* table/search/fields_table.twig */ class __TwigTemplate_55277f009a130a49e20140d9abecd2a406e38ee809412fd1c3ec1ddeacde057b extends \Twig\Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "<table class=\"data\""; echo (((($context["search_type"] ?? null) == "zoom")) ? (" id=\"tableFieldsId\"") : ("")); echo "> <thead> <tr> "; // line 4 if (($context["geom_column_flag"] ?? null)) { // line 5 echo " <th>"; echo _gettext("Function"); echo "</th> "; } // line 7 echo " <th>"; echo _gettext("Column"); echo "</th> <th>"; // line 8 echo _gettext("Type"); echo "</th> <th>"; // line 9 echo _gettext("Collation"); echo "</th> <th>"; // line 10 echo _gettext("Operator"); echo "</th> <th>"; // line 11 echo _gettext("Value"); echo "</th> </tr> </thead> <tbody> "; // line 15 if ((($context["search_type"] ?? null) == "zoom")) { // line 16 echo " "; $this->loadTemplate("table/search/rows_zoom.twig", "table/search/fields_table.twig", 16)->display(twig_to_array(["self" => // line 17 ($context["self"] ?? null), "column_names" => // line 18 ($context["column_names"] ?? null), "keys" => // line 19 ($context["keys"] ?? null), "criteria_column_names" => // line 20 ($context["criteria_column_names"] ?? null), "criteria_column_types" => // line 21 ($context["criteria_column_types"] ?? null)])); // line 23 echo " "; } else { // line 24 echo " "; $this->loadTemplate("table/search/rows_normal.twig", "table/search/fields_table.twig", 24)->display(twig_to_array(["self" => // line 25 ($context["self"] ?? null), "geom_column_flag" => // line 26 ($context["geom_column_flag"] ?? null), "column_names" => // line 27 ($context["column_names"] ?? null), "column_types" => // line 28 ($context["column_types"] ?? null), "column_collations" => // line 29 ($context["column_collations"] ?? null)])); // line 31 echo " "; } // line 32 echo " </tbody> </table> "; } public function getTemplateName() { return "table/search/fields_table.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 100 => 32, 97 => 31, 95 => 29, 94 => 28, 93 => 27, 92 => 26, 91 => 25, 89 => 24, 86 => 23, 84 => 21, 83 => 20, 82 => 19, 81 => 18, 80 => 17, 78 => 16, 76 => 15, 69 => 11, 65 => 10, 61 => 9, 57 => 8, 52 => 7, 46 => 5, 44 => 4, 37 => 1,); } public function getSourceContext() { return new Source("", "table/search/fields_table.twig", "/var/www/wordpress/phpMyAdmin/templates/table/search/fields_table.twig"); } }