/home/csiway/tmp/pma_template_compiles_csiway/twig/14/1460cf49a26554b15a8fded9cc5d69e487ef1deea2fadf7a3a7f23fa69d6f9e8.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<?php

/* display/results/options_block.twig */
class __TwigTemplate_d3b356e4c054a3a171a22fdef59c1a5de9b739b5752f7dbc07d102be205a67d5 extends Twig_Template
{
    public function 
__construct(Twig_Environment $env)
    {
        
parent::__construct($env);

        
$this->parent false;

        
$this->blocks = [
        ];
    }

    protected function 
doDisplay(array $context, array $blocks = [])
    {
        
// line 1
        
echo "<form method=\"post\" action=\"sql.php\" name=\"displayOptionsForm\" class=\"ajax print_ignore\">
    "
;
        
// line 2
        
echo PhpMyAdmin\Url::getHiddenInputs(["db" =>         // line 3
($context["db"] ?? null), "table" =>         // line 4
($context["table"] ?? null), "sql_query" =>         // line 5
($context["sql_query"] ?? null), "goto" =>         // line 6
($context["goto"] ?? null), "display_options_form" => 1]);
        
// line 8
        
echo "

    "
;
        
// line 10
        
echo PhpMyAdmin\Util::getDivForSliderEffect(""_gettext("Options"));
        echo 
"
        <fieldset>
            <div class=\"formelement\">
                "
;
        
// line 14
        
echo "                ";
        echo 
PhpMyAdmin\Util::getRadioFields("pftext", ["P" => _gettext("Partial texts"), "F" => _gettext("Full texts")],         // line 20
($context["pftext"] ?? null), truetrue"", ("pftext_" .         // line 24
($context["unique_id"] ?? null)));
        
// line 25
        
echo "
            </div>

            "
;
        
// line 28
        
if ((($context["relwork"] ?? null) && ($context["displaywork"] ?? null))) {
            
// line 29
            
echo "                <div class=\"formelement\">
                    "
;
            
// line 30
            
echo PhpMyAdmin\Util::getRadioFields("relational_display", ["K" => _gettext("Relational key"), "D" => _gettext("Display column for relationships")],             // line 36
($context["relational_display"] ?? null), truetrue"", ("relational_display_" .             // line 40
($context["unique_id"] ?? null)));
            
// line 41
            
echo "
                </div>
            "
;
        }
        
// line 44
        
echo "
            <div class=\"formelement\">
                "
;
        
// line 46
        
$this->loadTemplate("checkbox.twig""display/results/options_block.twig"46)->display(["html_field_name" => "display_binary""label" => _gettext("Show binary contents"), "checked" =>  !twig_test_empty(        // line 49
($context["display_binary"] ?? null)), "onclick" => false"html_field_id" => ("display_binary_" .         // line 51
($context["unique_id"] ?? null))]);
        
// line 53
        
echo "                ";
        
$this->loadTemplate("checkbox.twig""display/results/options_block.twig"53)->display(["html_field_name" => "display_blob""label" => _gettext("Show BLOB contents"), "checked" =>  !twig_test_empty(        // line 56
($context["display_blob"] ?? null)), "onclick" => false"html_field_id" => ("display_blob_" .         // line 58
($context["unique_id"] ?? null))]);
        
// line 60
        
echo "            </div>

            "
;
        
// line 66
        
echo "            <div class=\"formelement\">
                "
;
        
// line 67
        
$this->loadTemplate("checkbox.twig""display/results/options_block.twig"67)->display(["html_field_name" => "hide_transformation""label" => _gettext("Hide browser transformation"), "checked" =>  !twig_test_empty(        // line 70
($context["hide_transformation"] ?? null)), "onclick" => false"html_field_id" => ("hide_transformation_" .         // line 72
($context["unique_id"] ?? null))]);
        
// line 74
        
echo "            </div>


            "
;
        
// line 77
        
if (($context["possible_as_geometry"] ?? null)) {
            
// line 78
            
echo "                <div class=\"formelement\">
                    "
;
            
// line 79
            
echo PhpMyAdmin\Util::getRadioFields("geoOption", ["GEOM" => _gettext("Geometry"), "WKT" => _gettext("Well Known Text"), "WKB" => _gettext("Well Known Binary")],             // line 86
($context["geo_option"] ?? null), truetrue"", ("geoOption_" .             // line 90
($context["unique_id"] ?? null)));
            
// line 91
            
echo "
                </div>
            "
;
        } else {
            
// line 94
            
echo "                <div class=\"formelement\">
                    "
;
            
// line 95
            
echo twig_escape_filter($this->env, ($context["possible_as_geometry"] ?? null), "html"nulltrue);
            echo 
"
                    "
;
            
// line 96
            
echo PhpMyAdmin\Util::getRadioFields("geoOption", ["WKT" => _gettext("Well Known Text"), "WKB" => _gettext("Well Known Binary")],             // line 102
($context["geo_option"] ?? null), truetrue"", ("geoOption_" .             // line 106
($context["unique_id"] ?? null)));
            
// line 107
            
echo "
                </div>
            "
;
        }
        
// line 110
        
echo "            <div class=\"clearfloat\"></div>
        </fieldset>

        <fieldset class=\"tblFooters\">
            <input type=\"submit\" value=\""
;
        
// line 114
        
echo _gettext("Go");
        echo 
"\" />
        </fieldset>
    </div>"
;
        
// line 117
        
echo "</form>
"
;
    }

    public function 
getTemplateName()
    {
        return 
"display/results/options_block.twig";
    }

    public function 
isTraitable()
    {
        return 
false;
    }

    public function 
getDebugInfo()
    {
        return array (  
132 => 117,  127 => 114,  121 => 110,  116 => 107,  114 => 106,  113 => 102,  112 => 96,  108 => 95,  105 => 94,  100 => 91,  98 => 90,  97 => 86,  96 => 79,  93 => 78,  91 => 77,  86 => 74,  84 => 72,  83 => 70,  82 => 67,  79 => 66,  75 => 60,  73 => 58,  72 => 56,  70 => 53,  68 => 51,  67 => 49,  66 => 46,  62 => 44,  57 => 41,  55 => 40,  54 => 36,  53 => 30,  50 => 29,  48 => 28,  43 => 25,  41 => 24,  40 => 20,  38 => 14,  32 => 10,  28 => 8,  26 => 6,  25 => 5,  24 => 4,  23 => 3,  22 => 2,  19 => 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 
Twig_Source("""display/results/options_block.twig""/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/options_block.twig");
    }
}