6aa7e5958ead939883662688093094ab12206fb61506d7b56b665921e014fdbf.php
3.2 KB
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
<?php
/* display/export/hidden_inputs.twig */
class __TwigTemplate_8c323679eecab9c70b758ec1646d47739f4cc5e967dc6787d838ebc76928aca8 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
if ((($context["export_type"] ?? null) == "server")) {
// line 2
echo " ";
echo PhpMyAdmin\Url::getHiddenInputs("", "", 1);
echo "
";
} elseif (( // line 3
($context["export_type"] ?? null) == "database")) {
// line 4
echo " ";
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), "", 1);
echo "
";
} else {
// line 6
echo " ";
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null), 1);
echo "
";
}
// line 8
echo "
";
// line 10
if ( !twig_test_empty(($context["single_table"] ?? null))) {
// line 11
echo " <input type=\"hidden\" name=\"single_table\" value=\"TRUE\">
";
}
// line 13
echo "
<input type=\"hidden\" name=\"export_type\" value=\"";
// line 14
echo twig_escape_filter($this->env, ($context["export_type"] ?? null), "html", null, true);
echo "\">
";
// line 17
echo "<input type=\"hidden\" name=\"export_method\" value=\"";
echo twig_escape_filter($this->env, ($context["export_method"] ?? null), "html", null, true);
echo "\">
";
// line 19
if ( !twig_test_empty(($context["sql_query"] ?? null))) {
// line 20
echo " <input type=\"hidden\" name=\"sql_query\" value=\"";
echo twig_escape_filter($this->env, ($context["sql_query"] ?? null), "html", null, true);
echo "\">
";
}
// line 22
echo "
<input type=\"hidden\" name=\"template_id\" value=\"";
// line 23
echo twig_escape_filter($this->env, ($context["template_id"] ?? null), "html", null, true);
echo "\">
";
}
public function getTemplateName()
{
return "display/export/hidden_inputs.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 74 => 23, 71 => 22, 65 => 20, 63 => 19, 57 => 17, 52 => 14, 49 => 13, 45 => 11, 43 => 10, 40 => 8, 34 => 6, 28 => 4, 26 => 3, 21 => 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/export/hidden_inputs.twig", "D:\\code\\yihewuku\\hx.yhwk.ynzhsk.cn\\public\\phpMyAdmin4.8.5\\templates\\display\\export\\hidden_inputs.twig");
}
}