/home/csiway/tmp/pma_template_compiles_csiway/twig/73/73e203f65bdfa327a968c4a5d028030c710db730b93de605caccceaa3261ea70.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
<?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/action_row_in_structure_table.twig */
class __TwigTemplate_920375ca40c5a9ef08506677e278fe90b13c840985a8a8b343294e7956df2564 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 "<li class=\"";
        echo 
twig_escape_filter($this->env, ($context["class"] ?? null), "html"nulltrue);
        echo 
"\">
"
;
        
// line 2
        
if (((((($context["type"] ?? null) == "text") || (        // line 3
($context["type"] ?? null) == "blob")) || (        // line 4
($context["tbl_storage_engine"] ?? null) == "ARCHIVE")) ||         // line 5
($context["has_field"] ?? null))) {
            
// line 6
            
echo "    ";
            echo 
$this->getAttribute(($context["titles"] ?? null), ("No" . ($context["action"] ?? null)), [], "array");
            echo 
"
"
;
        } else {
            
// line 8
            
echo "    <a rel=\"samepage\" class=\"ajax add_key print_ignore";
            
// line 9
            
if (($context["has_link_class"] ?? null)) {
                
// line 10
                
echo "            add_primary_key_anchor";
            } elseif ((            
// line 11
($context["action"] ?? null) == "Index")) {
                
// line 12
                
echo "            add_index_anchor";
            } elseif ((            
// line 13
($context["action"] ?? null) == "Unique")) {
                
// line 14
                
echo "            add_unique_anchor";
            } elseif ((            
// line 15
($context["action"] ?? null) == "Spatial")) {
                
// line 16
                
echo "            add_spatial_anchor";
            }
            
// line 17
            
echo "\" href=\"tbl_structure.php\" data-post=\"";
            echo (
$context["url_query"] ?? null);
            
// line 18
            
echo "&amp;add_key=1&amp;sql_query=";
            
// line 19
            
echo twig_escape_filter($this->envtwig_urlencode_filter(((((((("ALTER TABLE " PhpMyAdmin\Util::backquote(            // line 20
($context["table"] ?? null))) . ((            // line 21
($context["is_primary"] ?? null)) ? (((($context["primary"] ?? null)) ? (" DROP PRIMARY KEY,") : (""))) : (""))) . " ") .             // line 23
($context["syntax"] ?? null)) . "(") . PhpMyAdmin\Util::backquote($this->getAttribute(            // line 25
($context["row"] ?? null), "Field", [], "array"))) . ");")), "html"nulltrue);
            
// line 27
            
echo "&amp;message_to_show=";
            echo 
twig_escape_filter($this->envtwig_urlencode_filter(sprintf(($context["message"] ?? null), twig_escape_filter($this->env$this->getAttribute(($context["row"] ?? null), "Field", [], "array")))), "html"nulltrue);
            echo 
"\">
        "
;
            
// line 28
            
echo $this->getAttribute(($context["titles"] ?? null), ($context["action"] ?? null), [], "array");
            echo 
"
    </a>
"
;
        }
        
// line 31
        
echo "</li>
"
;
    }

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

    public function 
isTraitable()
    {
        return 
false;
    }

    public function 
getDebugInfo()
    {
        return array (  
87 => 31,  81 => 28,  76 => 27,  74 => 25,  73 => 23,  72 => 21,  71 => 20,  70 => 19,  68 => 18,  65 => 17,  62 => 16,  60 => 15,  58 => 14,  56 => 13,  54 => 12,  52 => 11,  50 => 10,  48 => 9,  46 => 8,  40 => 6,  38 => 5,  37 => 4,  36 => 3,  35 => 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/action_row_in_structure_table.twig""/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/action_row_in_structure_table.twig");
    }
}