Server IP : 85.214.239.14 / Your IP : 3.22.79.55 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/ef/ |
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; /* toggle_button.twig */ class __TwigTemplate_025cbfd6dada1723ec05cecb59f2ef024c323482c5a269993f5cea798ce9da2f 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 "<div class='wrapper toggleAjax hide'> <div class='toggleButton'> <div title=\""; // line 3 echo _gettext("Click to toggle"); echo "\" class='container "; echo twig_escape_filter($this->env, ($context["state"] ?? null), "html", null, true); echo "'> <img src=\""; // line 4 echo twig_escape_filter($this->env, ($context["pma_theme_image"] ?? null), "html", null, true); echo "toggle-"; echo twig_escape_filter($this->env, ($context["text_dir"] ?? null), "html", null, true); echo ".png\"> <table class='nospacing nopadding'> <tbody> <tr> <td class='toggleOn'> <span class='hide'>"; // line 9 echo ($context["link_on"] ?? null); echo "</span> <div>"; // line 10 echo twig_escape_filter($this->env, ($context["toggle_on"] ?? null), "html", null, true); echo "</div> </td> <td><div> </div></td> <td class='toggleOff'> <span class='hide'>"; // line 14 echo ($context["link_off"] ?? null); echo "</span> <div>"; // line 15 echo twig_escape_filter($this->env, ($context["toggle_off"] ?? null), "html", null, true); echo "</div> </td> </tr> </tbody> </table> <span class='hide callback'>"; // line 20 echo twig_escape_filter($this->env, ($context["callback"] ?? null), "html", null, true); echo "</span> <span class='hide text_direction'>"; // line 21 echo twig_escape_filter($this->env, ($context["text_dir"] ?? null), "html", null, true); echo "</span> </div> </div> </div> "; } public function getTemplateName() { return "toggle_button.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 84 => 21, 80 => 20, 72 => 15, 68 => 14, 61 => 10, 57 => 9, 47 => 4, 41 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "toggle_button.twig", "/var/www/wordpress/phpMyAdmin/templates/toggle_button.twig"); } }