HEX
Server: Apache/2.2.15 (CentOS)
System: Linux ip-10-0-2-146.eu-west-1.compute.internal 2.6.32-754.35.1.el6.centos.plus.x86_64 #1 SMP Sat Nov 7 11:33:42 UTC 2020 x86_64
User: root (0)
PHP: 5.6.40
Disabled: NONE
Upload Files
File: /www/phpMyAdmin/tmp/twig/3c/3c1753327cd5109e80fcb01c55bb29d606c4b4ff585448fa3822938167ce61bd.php
<?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;

/* start_and_number_of_rows_panel.twig */
class __TwigTemplate_7b6386acdd6b0d0631c060a2d8ebd899177798f10df986cba6052e825bcffee4 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 "<fieldset>
    <div>
        <label for=\"pos\">";
        // line 3
        echo _gettext("Start row:");
        echo "</label>
        <input type=\"number\" name=\"pos\" min=\"0\" required=\"required\"
            ";
        // line 5
        if (((isset($context["unlim_num_rows"]) ? $context["unlim_num_rows"] : null) > 0)) {
            // line 6
            echo "max=\"";
            echo twig_escape_filter($this->env, ((isset($context["unlim_num_rows"]) ? $context["unlim_num_rows"] : null) - 1), "html", null, true);
            echo "\"";
        }
        // line 8
        echo "            value=\"";
        echo twig_escape_filter($this->env, (isset($context["pos"]) ? $context["pos"] : null), "html", null, true);
        echo "\" />

        <label for=\"session_max_rows\">";
        // line 10
        echo _gettext("Number of rows:");
        echo "</label>
        <input type=\"number\" name=\"session_max_rows\" min=\"1\"
               value=\"";
        // line 12
        echo twig_escape_filter($this->env, (isset($context["rows"]) ? $context["rows"] : null), "html", null, true);
        echo "\" required=\"required\" />
        <input type=\"submit\" name=\"submit\" class=\"Go\"
               value=\"";
        // line 14
        echo _gettext("Go");
        echo "\" />
        <input type=\"hidden\" name=\"sql_query\"
               value=\"";
        // line 16
        echo twig_escape_filter($this->env, (isset($context["sql_query"]) ? $context["sql_query"] : null), "html", null, true);
        echo "\" />
        <input type=\"hidden\" name=\"unlim_num_rows\"
               value=\"";
        // line 18
        echo twig_escape_filter($this->env, (isset($context["unlim_num_rows"]) ? $context["unlim_num_rows"] : null), "html", null, true);
        echo "\" />
    </div>
</fieldset>
";
    }

    public function getTemplateName()
    {
        return "start_and_number_of_rows_panel.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  72 => 18,  67 => 16,  62 => 14,  57 => 12,  52 => 10,  46 => 8,  41 => 6,  39 => 5,  34 => 3,  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("", "start_and_number_of_rows_panel.twig", "/www/phpMyAdmin/templates/start_and_number_of_rows_panel.twig");
    }
}