/home/csiway/tmp/pma_template_compiles_csiway/twig/d9/d9f2cca13152007957ab18e35b8ded4c363235f5c228056d29b4356146b56d02.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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<?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;

/* table/structure/table_structure_row.twig */
class __TwigTemplate_0a4aa91ead474cc55d68b124faa3e5a4186f511eb24f2a1b9a1b487e96f353a4 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 "<td class=\"center print_ignore\">
    <input type=\"checkbox\" class=\"checkall\" name=\"selected_fld[]\" value=\""
;
        
// line 2
        
echo twig_escape_filter($this->env$this->getAttribute(($context["row"] ?? null), "Field", [], "array"), "html"nulltrue);
        echo 
"\" id=\"checkbox_row_";
        echo 
twig_escape_filter($this->env, ($context["rownum"] ?? null), "html"nulltrue);
        echo 
"\"/>
</td>
<td class=\"right\">"
;
        
// line 4
        
echo twig_escape_filter($this->env, ($context["rownum"] ?? null), "html"nulltrue);
        echo 
"</td>
<th class=\"nowrap\">
    <label for=\"checkbox_row_"
;
        
// line 6
        
echo twig_escape_filter($this->env, ($context["rownum"] ?? null), "html"nulltrue);
        echo 
"\">
        "
;
        
// line 7
        
echo ($context["displayed_field_name"] ?? null);
        echo 
"
    </label>
</th>
<td "
;
        
// line 10
        
echo twig_escape_filter($this->env, ($context["type_nowrap"] ?? null), "html"nulltrue);
        echo 
">
    <bdo dir=\"ltr\" lang=\"en\">
        "
;
        
// line 12
        
echo $this->getAttribute(($context["extracted_columnspec"] ?? null), "displayed_type", [], "array");
        echo 
"
        "
;
        
// line 13
        
if ((((($context["relation_commwork"] ?? null) && ($context["relation_mimework"] ?? null)) && ($context["browse_mime"] ?? null)) && $this->getAttribute($this->getAttribute(        // line 14
($context["mime_map"] ?? null), $this->getAttribute(($context["row"] ?? null), "Field", [], "array"), [], "array"falsetrue), "mimetype", [], "array"truetrue))) {
            
// line 15
            
echo "            <br />MIME: ";
            echo 
twig_escape_filter($this->envtwig_lower_filter($this->envtwig_replace_filter($this->getAttribute($this->getAttribute(($context["mime_map"] ?? null), $this->getAttribute(($context["row"] ?? null), "Field", [], "array"), [], "array"), "mimetype", [], "array"), ["_" => "/"])), "html"nulltrue);
            echo 
"
        "
;
        }
        
// line 17
        
echo "    </bdo>
</td>
<td>
"
;
        
// line 20
        
if ( !twig_test_empty(($context["field_charset"] ?? null))) {
            
// line 21
            
echo "    <dfn title=\"";
            echo 
twig_escape_filter($this->envPhpMyAdmin\Charsets::getCollationDescr(($context["field_charset"] ?? null)), "html"nulltrue);
            echo 
"\">";
            echo 
twig_escape_filter($this->env, ($context["field_charset"] ?? null), "html"nulltrue);
            echo 
"</dfn>
"
;
        }
        
// line 23
        
echo "</td>
<td class=\"column_attribute nowrap\">"
;
        
// line 24
        
echo twig_escape_filter($this->env, ($context["attribute"] ?? null), "html"nulltrue);
        echo 
"</td>
<td>"
;
        
// line 25
        
echo twig_escape_filter($this->env, ((($this->getAttribute(($context["row"] ?? null), "Null", [], "array") == "YES")) ? (_gettext("Yes")) : (_gettext("No"))), "html"nulltrue);
        echo 
"</td>
<td class=\"nowrap\">
    "
;
        
// line 27
        
if ( !(null === $this->getAttribute(($context["row"] ?? null), "Default", [], "array"))) {
            
// line 28
            
echo "        ";
            if ((
$this->getAttribute(($context["extracted_columnspec"] ?? null), "type", [], "array") == "bit")) {
                
// line 29
                
echo "            ";
                echo 
twig_escape_filter($this->envPhpMyAdmin\Util::convertBitDefaultValue($this->getAttribute(($context["row"] ?? null), "Default", [], "array")), "html"nulltrue);
                echo 
"
        "
;
            } else {
                
// line 31
                
echo "            ";
                echo 
$this->getAttribute(($context["row"] ?? null), "Default", [], "array");
                echo 
"
        "
;
            }
            
// line 33
            
echo "    ";
        } else {
            
// line 34
            
echo "        <em>";
            echo 
_pgettext(            "None for default""None");
            echo 
"</em>
    "
;
        }
        
// line 36
        
echo "</td>
"
;
        
// line 37
        
if (($context["show_column_comments"] ?? null)) {
            
// line 38
            
echo "    <td>
        "
;
            
// line 39
            
echo twig_escape_filter($this->env, ($context["comments"] ?? null), "html"nulltrue);
            echo 
"
    </td>
"
;
        }
        
// line 42
        
echo "<td class=\"nowrap\">";
        echo 
twig_escape_filter($this->envtwig_upper_filter($this->env$this->getAttribute(($context["row"] ?? null), "Extra", [], "array")), "html"nulltrue);
        echo 
"</td>
"
;
        
// line 43
        
if (( !($context["tbl_is_view"] ?? null) &&  !($context["db_is_system_schema"] ?? null))) {
            
// line 44
            
echo "    <td class=\"edit center print_ignore\">
        <a class=\"change_column_anchor ajax\" href=\"tbl_structure.php"
;
            
// line 46
            
echo twig_escape_filter($this->env, ($context["url_query"] ?? null), "html"nulltrue);
            echo 
"&amp;field=";
            echo 
twig_escape_filter($this->envtwig_urlencode_filter($this->getAttribute(($context["row"] ?? null), "Field", [], "array")), "html"nulltrue);
            echo 
"&amp;change_column=1\">
            "
;
            
// line 47
            
echo $this->getAttribute(($context["titles"] ?? null), "Change", [], "array");
            echo 
"
        </a>
    </td>
    <td class=\"drop center print_ignore\">
        <a class=\"drop_column_anchor ajax\" href=\"sql.php\" data-post=\""
;
            
// line 51
            
echo twig_escape_filter($this->env, ($context["url_query"] ?? null), "html"nulltrue);
            echo 
"&amp;sql_query=";
            
// line 52
            
echo twig_escape_filter($this->envtwig_urlencode_filter((((("ALTER TABLE " PhpMyAdmin\Util::backquote(($context["table"] ?? null))) . " DROP ") . PhpMyAdmin\Util::backquote($this->getAttribute(            // line 53
($context["row"] ?? null), "Field", [], "array"))) . ";")), "html"nulltrue);
            
// line 54
            
echo "&amp;dropped_column=";
            echo 
twig_escape_filter($this->envtwig_urlencode_filter($this->getAttribute(($context["row"] ?? null), "Field", [], "array")), "html"nulltrue);
            echo 
"&amp;purge=1&amp;message_to_show=";
            
// line 55
            
echo twig_escape_filter($this->envtwig_urlencode_filter(sprintf(_gettext("Column %s has been dropped."), twig_escape_filter($this->env$this->getAttribute(($context["row"] ?? null), "Field", [], "array")))), "html"nulltrue);
            echo 
"\">
            "
;
            
// line 56
            
echo $this->getAttribute(($context["titles"] ?? null), "Drop", [], "array");
            echo 
"
        </a>
    </td>
"
;
        }
    }

    public function 
getTemplateName()
    {
        return 
"table/structure/table_structure_row.twig";
    }

    public function 
isTraitable()
    {
        return 
false;
    }

    public function 
getDebugInfo()
    {
        return array (  
177 => 56,  173 => 55,  169 => 54,  167 => 53,  166 => 52,  163 => 51,  156 => 47,  150 => 46,  147 => 44,  145 => 43,  140 => 42,  134 => 39,  131 => 38,  129 => 37,  126 => 36,  120 => 34,  117 => 33,  111 => 31,  105 => 29,  102 => 28,  100 => 27,  95 => 25,  91 => 24,  88 => 23,  80 => 21,  78 => 20,  73 => 17,  67 => 15,  65 => 14,  64 => 13,  60 => 12,  55 => 10,  49 => 7,  45 => 6,  40 => 4,  33 => 2,  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("""table/structure/table_structure_row.twig""/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/table_structure_row.twig");
    }
}