Initial commit

This commit is contained in:
2022-11-21 09:47:28 +01:00
commit 76cec83d26
11652 changed files with 1980467 additions and 0 deletions

View File

@ -0,0 +1,79 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* config/form_display/tabs_top.twig */
class __TwigTemplate_e589d393eb66b504613b55493c2e70ed50527bfab367ebfab52e56ab4f7e6cf7 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<ul class=\"tabs responsivetable row\">
";
// line 2
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["tabs"] ?? null));
foreach ($context['_seq'] as $context["id"] => $context["name"]) {
// line 3
echo " <li><a href=\"#";
echo twig_escape_filter($this->env, $context["id"], "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, $context["name"], "html", null, true);
echo "</a></li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['id'], $context['name'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 5
echo "</ul>
<div class=\"tabs_contents col\">
";
}
public function getTemplateName()
{
return "config/form_display/tabs_top.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 55 => 5, 44 => 3, 40 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "config/form_display/tabs_top.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/config/form_display/tabs_top.twig");
}
}

View File

@ -0,0 +1,587 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* home/index.twig */
class __TwigTemplate_801b0bac6a91b6b8865692ae34f1c677a01913850624bfc28dff7255439f32ab extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
if (($context["is_git_revision"] ?? null)) {
// line 2
echo " <div id=\"is_git_revision\"></div>
";
}
// line 4
echo "
";
// line 5
echo ($context["message"] ?? null);
echo "
";
// line 7
echo ($context["partial_logout"] ?? null);
echo "
<div id=\"maincontainer\">
";
// line 10
echo ($context["sync_favorite_tables"] ?? null);
echo "
<div class=\"container-fluid\">
<div class=\"row\">
<div class=\"col-lg-7 col-12\">
";
// line 14
if (($context["has_server"] ?? null)) {
// line 15
echo " ";
if (($context["is_demo"] ?? null)) {
// line 16
echo " <div class=\"card mt-4\">
<div class=\"card-header\">
";
// line 18
echo _gettext("phpMyAdmin Demo Server");
// line 19
echo " </div>
<div class=\"card-body\">
";
// line 21
ob_start(function () { return ''; });
// line 22
echo " ";
echo _gettext("You are using the demo server. You can do anything here, but please do not change root, debian-sys-maint and pma users. More information is available at %s.");
// line 25
echo " ";
$___internal_f99ac14381e0d9770a9538d2e717be3f76823c5cfe5334222c4bcaf3730a3246_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 21
echo sprintf($___internal_f99ac14381e0d9770a9538d2e717be3f76823c5cfe5334222c4bcaf3730a3246_, "<a href=\"url.php?url=https://demo.phpmyadmin.net/\" target=\"_blank\" rel=\"noopener noreferrer\">demo.phpmyadmin.net</a>");
// line 26
echo " </div>
</div>
";
}
// line 29
echo "
<div class=\"card mt-4\">
<div class=\"card-header\">
";
// line 32
echo _gettext("General settings");
// line 33
echo " </div>
<ul class=\"list-group list-group-flush\">
";
// line 35
if (($context["has_server_selection"] ?? null)) {
// line 36
echo " <li id=\"li_select_server\" class=\"list-group-item\">
";
// line 37
echo \PhpMyAdmin\Html\Generator::getImage("s_host");
echo "
";
// line 38
echo ($context["server_selection"] ?? null);
echo "
</li>
";
}
// line 41
echo "
";
// line 42
if ((($context["server"] ?? null) > 0)) {
// line 43
echo " ";
if (($context["has_change_password_link"] ?? null)) {
// line 44
echo " <li id=\"li_change_password\" class=\"list-group-item\">
<a href=\"";
// line 45
echo PhpMyAdmin\Url::getFromRoute("/user-password");
echo "\" id=\"change_password_anchor\" class=\"ajax\">
";
// line 46
echo \PhpMyAdmin\Html\Generator::getIcon("s_passwd", _gettext("Change password"), true);
echo "
</a>
</li>
";
}
// line 50
echo "
<li id=\"li_select_mysql_collation\" class=\"list-group-item\">
<form class=\"disableAjax\" method=\"post\" action=\"";
// line 52
echo PhpMyAdmin\Url::getFromRoute("/collation-connection");
echo "\">
";
// line 53
echo PhpMyAdmin\Url::getHiddenInputs(null, null, 4, "collation_connection");
echo "
<label for=\"select_collation_connection\">
";
// line 55
echo \PhpMyAdmin\Html\Generator::getImage("s_asci");
echo "
";
// line 56
echo _gettext("Server connection collation:");
// line 57
echo " ";
echo \PhpMyAdmin\Html\MySQLDocumentation::show("charset-connection");
echo "
</label>
";
// line 59
if ( !twig_test_empty(($context["charsets"] ?? null))) {
// line 60
echo " <select lang=\"en\" dir=\"ltr\" name=\"collation_connection\" id=\"select_collation_connection\" class=\"autosubmit\">
<option value=\"\">";
// line 61
echo _gettext("Collation");
echo "</option>
<option value=\"\"></option>
";
// line 63
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["charsets"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["charset"]) {
// line 64
echo " <optgroup label=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["charset"], "name", [], "any", false, false, false, 64), "html", null, true);
echo "\" title=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["charset"], "description", [], "any", false, false, false, 64), "html", null, true);
echo "\">
";
// line 65
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["charset"], "collations", [], "any", false, false, false, 65));
foreach ($context['_seq'] as $context["_key"] => $context["collation"]) {
// line 66
echo " <option value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["collation"], "name", [], "any", false, false, false, 66), "html", null, true);
echo "\" title=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["collation"], "description", [], "any", false, false, false, 66), "html", null, true);
echo "\"";
echo ((twig_get_attribute($this->env, $this->source, $context["collation"], "is_selected", [], "any", false, false, false, 66)) ? (" selected") : (""));
echo ">";
// line 67
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["collation"], "name", [], "any", false, false, false, 67), "html", null, true);
// line 68
echo "</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['collation'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 70
echo " </optgroup>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['charset'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 72
echo " </select>
";
}
// line 74
echo " </form>
</li>
<li id=\"li_user_preferences\" class=\"list-group-item\">
<a href=\"";
// line 78
echo PhpMyAdmin\Url::getFromRoute("/preferences/manage");
echo "\">
";
// line 79
echo \PhpMyAdmin\Html\Generator::getIcon("b_tblops", _gettext("More settings"), true);
echo "
</a>
</li>
";
}
// line 83
echo " </ul>
</div>
";
}
// line 86
echo "
<div class=\"card mt-4\">
<div class=\"card-header\">
";
// line 89
echo _gettext("Appearance settings");
// line 90
echo " </div>
<ul class=\"list-group list-group-flush\">
";
// line 92
if ( !twig_test_empty(($context["language_selector"] ?? null))) {
// line 93
echo " <li id=\"li_select_lang\" class=\"list-group-item\">
";
// line 94
echo \PhpMyAdmin\Html\Generator::getImage("s_lang");
echo "
";
// line 95
echo ($context["language_selector"] ?? null);
echo "
</li>
";
}
// line 98
echo "
";
// line 99
if ( !twig_test_empty(($context["theme_selection"] ?? null))) {
// line 100
echo " <li id=\"li_select_theme\" class=\"list-group-item\">
";
// line 101
echo \PhpMyAdmin\Html\Generator::getImage("s_theme");
echo "
";
// line 102
echo ($context["theme_selection"] ?? null);
echo "
</li>
";
}
// line 105
echo " </ul>
</div>
</div>
<div class=\"col-lg-5 col-12\">
";
// line 110
if ( !twig_test_empty(($context["database_server"] ?? null))) {
// line 111
echo " <div class=\"card mt-4\">
<div class=\"card-header\">
";
// line 113
echo _gettext("Database server");
// line 114
echo " </div>
<ul class=\"list-group list-group-flush\">
<li class=\"list-group-item\">
";
// line 117
echo _gettext("Server:");
// line 118
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "host", [], "any", false, false, false, 118), "html", null, true);
echo "
</li>
<li class=\"list-group-item\">
";
// line 121
echo _gettext("Server type:");
// line 122
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "type", [], "any", false, false, false, 122), "html", null, true);
echo "
</li>
<li class=\"list-group-item\">
";
// line 125
echo _gettext("Server connection:");
// line 126
echo " ";
echo twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "connection", [], "any", false, false, false, 126);
echo "
</li>
<li class=\"list-group-item\">
";
// line 129
echo _gettext("Server version:");
// line 130
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "version", [], "any", false, false, false, 130), "html", null, true);
echo "
</li>
<li class=\"list-group-item\">
";
// line 133
echo _gettext("Protocol version:");
// line 134
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "protocol", [], "any", false, false, false, 134), "html", null, true);
echo "
</li>
<li class=\"list-group-item\">
";
// line 137
echo _gettext("User:");
// line 138
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "user", [], "any", false, false, false, 138), "html", null, true);
echo "
</li>
<li class=\"list-group-item\">
";
// line 141
echo _gettext("Server charset:");
// line 142
echo " <span lang=\"en\" dir=\"ltr\">
";
// line 143
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "charset", [], "any", false, false, false, 143), "html", null, true);
echo "
</span>
</li>
</ul>
</div>
";
}
// line 149
echo "
";
// line 150
if (( !twig_test_empty(($context["web_server"] ?? null)) || ($context["show_php_info"] ?? null))) {
// line 151
echo " <div class=\"card mt-4\">
<div class=\"card-header\">
";
// line 153
echo _gettext("Web server");
// line 154
echo " </div>
<ul class=\"list-group list-group-flush\">
";
// line 156
if ( !twig_test_empty(($context["web_server"] ?? null))) {
// line 157
echo " ";
if ( !(null === twig_get_attribute($this->env, $this->source, ($context["web_server"] ?? null), "software", [], "any", false, false, false, 157))) {
// line 158
echo " <li class=\"list-group-item\">
";
// line 159
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["web_server"] ?? null), "software", [], "any", false, false, false, 159), "html", null, true);
echo "
</li>
";
}
// line 162
echo " <li class=\"list-group-item\" id=\"li_mysql_client_version\">
";
// line 163
echo _gettext("Database client version:");
// line 164
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["web_server"] ?? null), "database", [], "any", false, false, false, 164), "html", null, true);
echo "
</li>
<li class=\"list-group-item\">
";
// line 167
echo _gettext("PHP extension:");
// line 168
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, ($context["web_server"] ?? null), "php_extensions", [], "any", false, false, false, 168));
foreach ($context['_seq'] as $context["_key"] => $context["extension"]) {
// line 169
echo " ";
echo twig_escape_filter($this->env, $context["extension"], "html", null, true);
echo "
";
// line 170
echo \PhpMyAdmin\Html\Generator::showPHPDocumentation((("book." . $context["extension"]) . ".php"));
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['extension'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 172
echo " </li>
<li class=\"list-group-item\">
";
// line 174
echo _gettext("PHP version:");
// line 175
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["web_server"] ?? null), "php_version", [], "any", false, false, false, 175), "html", null, true);
echo "
</li>
";
}
// line 178
echo " ";
if (($context["show_php_info"] ?? null)) {
// line 179
echo " <li class=\"list-group-item\">
<a href=\"";
// line 180
echo PhpMyAdmin\Url::getFromRoute("/phpinfo");
echo "\" target=\"_blank\" rel=\"noopener noreferrer\">
";
// line 181
echo _gettext("Show PHP information");
// line 182
echo " </a>
</li>
";
}
// line 185
echo " </ul>
</div>
";
}
// line 188
echo "
<div class=\"card mt-4\">
<div class=\"card-header\">
phpMyAdmin
</div>
<ul class=\"list-group list-group-flush\">
<li id=\"li_pma_version\" class=\"list-group-item";
// line 194
echo ((($context["is_version_checked"] ?? null)) ? (" jsversioncheck") : (""));
echo "\">
";
// line 195
echo _gettext("Version information:");
// line 196
echo " <span class=\"version\">";
echo twig_escape_filter($this->env, ($context["phpmyadmin_version"] ?? null), "html", null, true);
echo "</span>
</li>
<li class=\"list-group-item\">
<a href=\"";
// line 199
echo \PhpMyAdmin\Html\MySQLDocumentation::getDocumentationLink("index");
echo "\" target=\"_blank\" rel=\"noopener noreferrer\">
";
// line 200
echo _gettext("Documentation");
// line 201
echo " </a>
</li>
<li class=\"list-group-item\">
<a href=\"";
// line 204
echo twig_escape_filter($this->env, PhpMyAdmin\Core::linkURL("https://www.phpmyadmin.net/"), "html", null, true);
echo "\" target=\"_blank\" rel=\"noopener noreferrer\">
";
// line 205
echo _gettext("Official Homepage");
// line 206
echo " </a>
</li>
<li class=\"list-group-item\">
<a href=\"";
// line 209
echo twig_escape_filter($this->env, PhpMyAdmin\Core::linkURL("https://www.phpmyadmin.net/contribute/"), "html", null, true);
echo "\" target=\"_blank\" rel=\"noopener noreferrer\">
";
// line 210
echo _gettext("Contribute");
// line 211
echo " </a>
</li>
<li class=\"list-group-item\">
<a href=\"";
// line 214
echo twig_escape_filter($this->env, PhpMyAdmin\Core::linkURL("https://www.phpmyadmin.net/support/"), "html", null, true);
echo "\" target=\"_blank\" rel=\"noopener noreferrer\">
";
// line 215
echo _gettext("Get support");
// line 216
echo " </a>
</li>
<li class=\"list-group-item\">
<a href=\"";
// line 219
echo PhpMyAdmin\Url::getFromRoute("/changelog");
echo "\" target=\"_blank\">
";
// line 220
echo _gettext("List of changes");
// line 221
echo " </a>
</li>
<li class=\"list-group-item\">
<a href=\"";
// line 224
echo PhpMyAdmin\Url::getFromRoute("/license");
echo "\" target=\"_blank\">
";
// line 225
echo _gettext("License");
// line 226
echo " </a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
";
// line 235
echo ($context["config_storage_message"] ?? null);
echo "
";
}
public function getTemplateName()
{
return "home/index.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 563 => 235, 552 => 226, 550 => 225, 546 => 224, 541 => 221, 539 => 220, 535 => 219, 530 => 216, 528 => 215, 524 => 214, 519 => 211, 517 => 210, 513 => 209, 508 => 206, 506 => 205, 502 => 204, 497 => 201, 495 => 200, 491 => 199, 484 => 196, 482 => 195, 478 => 194, 470 => 188, 465 => 185, 460 => 182, 458 => 181, 454 => 180, 451 => 179, 448 => 178, 441 => 175, 439 => 174, 435 => 172, 427 => 170, 422 => 169, 417 => 168, 415 => 167, 408 => 164, 406 => 163, 403 => 162, 397 => 159, 394 => 158, 391 => 157, 389 => 156, 385 => 154, 383 => 153, 379 => 151, 377 => 150, 374 => 149, 365 => 143, 362 => 142, 360 => 141, 353 => 138, 351 => 137, 344 => 134, 342 => 133, 335 => 130, 333 => 129, 326 => 126, 324 => 125, 317 => 122, 315 => 121, 308 => 118, 306 => 117, 301 => 114, 299 => 113, 295 => 111, 293 => 110, 286 => 105, 280 => 102, 276 => 101, 273 => 100, 271 => 99, 268 => 98, 262 => 95, 258 => 94, 255 => 93, 253 => 92, 249 => 90, 247 => 89, 242 => 86, 237 => 83, 230 => 79, 226 => 78, 220 => 74, 216 => 72, 209 => 70, 202 => 68, 200 => 67, 192 => 66, 188 => 65, 181 => 64, 177 => 63, 172 => 61, 169 => 60, 167 => 59, 161 => 57, 159 => 56, 155 => 55, 150 => 53, 146 => 52, 142 => 50, 135 => 46, 131 => 45, 128 => 44, 125 => 43, 123 => 42, 120 => 41, 114 => 38, 110 => 37, 107 => 36, 105 => 35, 101 => 33, 99 => 32, 94 => 29, 89 => 26, 87 => 21, 84 => 25, 81 => 22, 79 => 21, 75 => 19, 73 => 18, 69 => 16, 66 => 15, 64 => 14, 57 => 10, 51 => 7, 46 => 5, 43 => 4, 39 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "home/index.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/home/index.twig");
}
}

View File

@ -0,0 +1,80 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* config/form_display/form_top.twig */
class __TwigTemplate_b49b39099d647a8ff16803a96c6a368866a042edb4bbbd8ccb58f259bcc2265e extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<form method=\"";
echo twig_escape_filter($this->env, ($context["method"] ?? null), "html", null, true);
echo "\" action=\"";
echo ($context["action"] ?? null);
echo "\" class=\"config-form disableAjax\">
<input type=\"hidden\" name=\"tab_hash\" value=\"\">
";
// line 3
if (($context["has_check_page_refresh"] ?? null)) {
// line 4
echo " <input type=\"hidden\" name=\"check_page_refresh\" id=\"check_page_refresh\" value=\"\">
";
}
// line 6
echo " ";
echo PhpMyAdmin\Url::getHiddenInputs("", "", 0, "server");
echo "
";
// line 7
echo PhpMyAdmin\Url::getHiddenFields(($context["hidden_fields"] ?? null), "", true);
echo "
";
}
public function getTemplateName()
{
return "config/form_display/form_top.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 56 => 7, 51 => 6, 47 => 4, 45 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "config/form_display/form_top.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/config/form_display/form_top.twig");
}
}

View File

@ -0,0 +1,110 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* top_menu.twig */
class __TwigTemplate_642cf01231f251bb82e8a5f51dce3d8b8451f1d327f5413dd8db4f951384d503 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<div id=\"topmenucontainer\" class=\"menucontainer\">
<nav class=\"navbar navbar-expand-lg navbar-light bg-light\">
<button class=\"navbar-toggler\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarNav\" aria-label=\"";
// line 4
// l10n: Show or hide the menu using the hamburger style button
echo _gettext("Toggle navigation");
echo "\" aria-controls=\"navbarNav\" aria-expanded=\"false\">
<span class=\"navbar-toggler-icon\"></span>
</button>
<div class=\"collapse navbar-collapse\" id=\"navbarNav\">
<ul id=\"topmenu\" class=\"navbar-nav\">
";
// line 9
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["tabs"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["tab"]) {
// line 10
echo " <li class=\"nav-item";
echo ((twig_get_attribute($this->env, $this->source, $context["tab"], "active", [], "any", false, false, false, 10)) ? (" active") : (""));
echo "\">
<a class=\"nav-link text-nowrap\" href=\"";
// line 11
echo PhpMyAdmin\Url::getFromRoute(twig_get_attribute($this->env, $this->source, $context["tab"], "route", [], "any", false, false, false, 11), twig_array_merge(($context["url_params"] ?? null), (((twig_get_attribute($this->env, $this->source, $context["tab"], "args", [], "any", true, true, false, 11) && !(null === twig_get_attribute($this->env, $this->source, $context["tab"], "args", [], "any", false, false, false, 11)))) ? (twig_get_attribute($this->env, $this->source, $context["tab"], "args", [], "any", false, false, false, 11)) : ([]))));
echo "\">
";
// line 12
echo \PhpMyAdmin\Html\Generator::getIcon(twig_get_attribute($this->env, $this->source, $context["tab"], "icon", [], "any", false, false, false, 12), twig_get_attribute($this->env, $this->source, $context["tab"], "text", [], "any", false, false, false, 12), false, true, "TabsMode");
echo "
";
// line 13
if (twig_get_attribute($this->env, $this->source, $context["tab"], "active", [], "any", false, false, false, 13)) {
// line 14
echo " <span class=\"sr-only\">";
// l10n: Current page
echo _gettext("(current)");
echo "</span>
";
}
// line 16
echo " </a>
</li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['tab'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 19
echo " </ul>
</div>
</nav>
</div>
";
}
public function getTemplateName()
{
return "top_menu.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 84 => 19, 76 => 16, 69 => 14, 67 => 13, 63 => 12, 59 => 11, 54 => 10, 50 => 9, 41 => 4, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "top_menu.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/top_menu.twig");
}
}

View File

@ -0,0 +1,228 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* header.twig */
class __TwigTemplate_ed30299a0e1724ebe6810676782c42b102e8d60e0c6fb2ae9f14aacd4504342e extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<!doctype html>
<html lang=\"";
// line 2
echo twig_escape_filter($this->env, ($context["lang"] ?? null), "html", null, true);
echo "\" dir=\"";
echo twig_escape_filter($this->env, ($context["text_dir"] ?? null), "html", null, true);
echo "\">
<head>
<meta charset=\"utf-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
<meta name=\"referrer\" content=\"no-referrer\">
<meta name=\"robots\" content=\"noindex,nofollow\">
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\">
";
// line 9
if ( !($context["allow_third_party_framing"] ?? null)) {
// line 10
echo "<style id=\"cfs-style\">html{display: none;}</style>";
}
// line 12
echo "
<link rel=\"icon\" href=\"favicon.ico\" type=\"image/x-icon\">
<link rel=\"shortcut icon\" href=\"favicon.ico\" type=\"image/x-icon\">
";
// line 15
if (($context["is_print_view"] ?? null)) {
// line 16
echo " <link rel=\"stylesheet\" type=\"text/css\" href=\"";
echo twig_escape_filter($this->env, ($context["base_dir"] ?? null), "html", null, true);
echo "print.css?";
echo twig_escape_filter($this->env, ($context["version"] ?? null), "html", null, true);
echo "\">
";
} else {
// line 18
echo " <link rel=\"stylesheet\" type=\"text/css\" href=\"";
echo twig_escape_filter($this->env, ($context["theme_path"] ?? null), "html", null, true);
echo "/jquery/jquery-ui.css\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 19
echo twig_escape_filter($this->env, ($context["base_dir"] ?? null), "html", null, true);
echo "js/vendor/codemirror/lib/codemirror.css?";
echo twig_escape_filter($this->env, ($context["version"] ?? null), "html", null, true);
echo "\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 20
echo twig_escape_filter($this->env, ($context["base_dir"] ?? null), "html", null, true);
echo "js/vendor/codemirror/addon/hint/show-hint.css?";
echo twig_escape_filter($this->env, ($context["version"] ?? null), "html", null, true);
echo "\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 21
echo twig_escape_filter($this->env, ($context["base_dir"] ?? null), "html", null, true);
echo "js/vendor/codemirror/addon/lint/lint.css?";
echo twig_escape_filter($this->env, ($context["version"] ?? null), "html", null, true);
echo "\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 22
echo twig_escape_filter($this->env, ($context["theme_path"] ?? null), "html", null, true);
echo "/css/theme";
echo (((($context["text_dir"] ?? null) == "rtl")) ? ("-rtl") : (""));
echo ".css?";
echo twig_escape_filter($this->env, ($context["version"] ?? null), "html", null, true);
echo "&nocache=";
// line 23
echo twig_escape_filter($this->env, ($context["unique_value"] ?? null), "html", null, true);
echo twig_escape_filter($this->env, ($context["text_dir"] ?? null), "html", null, true);
if ( !twig_test_empty(($context["server"] ?? null))) {
echo "&server=";
echo twig_escape_filter($this->env, ($context["server"] ?? null), "html", null, true);
}
echo "\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 24
echo twig_escape_filter($this->env, ($context["theme_path"] ?? null), "html", null, true);
echo "/css/printview.css?";
echo twig_escape_filter($this->env, ($context["version"] ?? null), "html", null, true);
echo "\" media=\"print\" id=\"printcss\">
";
}
// line 26
echo " <title>";
echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true);
echo "</title>
";
// line 27
echo ($context["scripts"] ?? null);
echo "
<noscript><style>html{display:block}</style></noscript>
</head>
<body";
// line 30
(( !twig_test_empty(($context["body_id"] ?? null))) ? (print (twig_escape_filter($this->env, (" id=" . ($context["body_id"] ?? null)), "html", null, true))) : (print ("")));
echo ">
";
// line 31
echo ($context["navigation"] ?? null);
echo "
";
// line 32
echo ($context["custom_header"] ?? null);
echo "
";
// line 33
echo ($context["load_user_preferences"] ?? null);
echo "
";
// line 35
if ( !($context["show_hint"] ?? null)) {
// line 36
echo " <span id=\"no_hint\" class=\"hide\"></span>
";
}
// line 38
echo "
";
// line 39
if (($context["is_warnings_enabled"] ?? null)) {
// line 40
echo " <noscript>
";
// line 41
echo call_user_func_array($this->env->getFilter('error')->getCallable(), [_gettext("Javascript must be enabled past this point!")]);
echo "
</noscript>
";
}
// line 44
echo "
";
// line 45
if ((($context["is_menu_enabled"] ?? null) && (($context["server"] ?? null) > 0))) {
// line 46
echo " ";
echo ($context["menu"] ?? null);
echo "
<span id=\"page_nav_icons\">
<span id=\"lock_page_icon\"></span>
<span id=\"page_settings_icon\">
";
// line 50
echo \PhpMyAdmin\Html\Generator::getImage("s_cog", _gettext("Page-related settings"));
echo "
</span>
<a id=\"goto_pagetop\" href=\"#\">";
// line 52
echo \PhpMyAdmin\Html\Generator::getImage("s_top", _gettext("Click on the bar to scroll to top of page"));
echo "</a>
</span>
";
}
// line 55
echo "
";
// line 56
echo ($context["console"] ?? null);
echo "
<div id=\"page_content\">
";
// line 59
echo ($context["messages"] ?? null);
echo "
";
// line 61
echo ($context["recent_table"] ?? null);
echo "
";
}
public function getTemplateName()
{
return "header.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 204 => 61, 199 => 59, 193 => 56, 190 => 55, 184 => 52, 179 => 50, 171 => 46, 169 => 45, 166 => 44, 160 => 41, 157 => 40, 155 => 39, 152 => 38, 148 => 36, 146 => 35, 141 => 33, 137 => 32, 133 => 31, 129 => 30, 123 => 27, 118 => 26, 111 => 24, 102 => 23, 95 => 22, 89 => 21, 83 => 20, 77 => 19, 72 => 18, 64 => 16, 62 => 15, 57 => 12, 54 => 10, 52 => 9, 40 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "header.twig", "E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\pma\\templates\\header.twig");
}
}

View File

@ -0,0 +1,64 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* database/structure/collation_definition.twig */
class __TwigTemplate_003e40f1d7a4d17258e94349de9554e821f3f6f0832afa0a1e2135d2e3203887 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<dfn title=\"";
echo twig_escape_filter($this->env, ($context["valueTitle"] ?? null), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, ($context["value"] ?? null), "html", null, true);
echo "</dfn>
";
}
public function getTemplateName()
{
return "database/structure/collation_definition.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "database/structure/collation_definition.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/database/structure/collation_definition.twig");
}
}

View File

@ -0,0 +1,587 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* home/index.twig */
class __TwigTemplate_dbc4740d959b2ec95877aabd22781ffef0b71a3317b4446aff52d5f684014e5a extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
if (($context["is_git_revision"] ?? null)) {
// line 2
echo " <div id=\"is_git_revision\"></div>
";
}
// line 4
echo "
";
// line 5
echo ($context["message"] ?? null);
echo "
";
// line 7
echo ($context["partial_logout"] ?? null);
echo "
<div id=\"maincontainer\">
";
// line 10
echo ($context["sync_favorite_tables"] ?? null);
echo "
<div class=\"container-fluid\">
<div class=\"row\">
<div class=\"col-lg-7 col-12\">
";
// line 14
if (($context["has_server"] ?? null)) {
// line 15
echo " ";
if (($context["is_demo"] ?? null)) {
// line 16
echo " <div class=\"card mt-4\">
<div class=\"card-header\">
";
// line 18
echo _gettext("phpMyAdmin Demo Server");
// line 19
echo " </div>
<div class=\"card-body\">
";
// line 21
ob_start(function () { return ''; });
// line 22
echo " ";
echo _gettext("You are using the demo server. You can do anything here, but please do not change root, debian-sys-maint and pma users. More information is available at %s.");
// line 25
echo " ";
$___internal_f99ac14381e0d9770a9538d2e717be3f76823c5cfe5334222c4bcaf3730a3246_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 21
echo sprintf($___internal_f99ac14381e0d9770a9538d2e717be3f76823c5cfe5334222c4bcaf3730a3246_, "<a href=\"url.php?url=https://demo.phpmyadmin.net/\" target=\"_blank\" rel=\"noopener noreferrer\">demo.phpmyadmin.net</a>");
// line 26
echo " </div>
</div>
";
}
// line 29
echo "
<div class=\"card mt-4\">
<div class=\"card-header\">
";
// line 32
echo _gettext("General settings");
// line 33
echo " </div>
<ul class=\"list-group list-group-flush\">
";
// line 35
if (($context["has_server_selection"] ?? null)) {
// line 36
echo " <li id=\"li_select_server\" class=\"list-group-item\">
";
// line 37
echo \PhpMyAdmin\Html\Generator::getImage("s_host");
echo "
";
// line 38
echo ($context["server_selection"] ?? null);
echo "
</li>
";
}
// line 41
echo "
";
// line 42
if ((($context["server"] ?? null) > 0)) {
// line 43
echo " ";
if (($context["has_change_password_link"] ?? null)) {
// line 44
echo " <li id=\"li_change_password\" class=\"list-group-item\">
<a href=\"";
// line 45
echo PhpMyAdmin\Url::getFromRoute("/user-password");
echo "\" id=\"change_password_anchor\" class=\"ajax\">
";
// line 46
echo \PhpMyAdmin\Html\Generator::getIcon("s_passwd", _gettext("Change password"), true);
echo "
</a>
</li>
";
}
// line 50
echo "
<li id=\"li_select_mysql_collation\" class=\"list-group-item\">
<form class=\"disableAjax\" method=\"post\" action=\"";
// line 52
echo PhpMyAdmin\Url::getFromRoute("/collation-connection");
echo "\">
";
// line 53
echo PhpMyAdmin\Url::getHiddenInputs(null, null, 4, "collation_connection");
echo "
<label for=\"select_collation_connection\">
";
// line 55
echo \PhpMyAdmin\Html\Generator::getImage("s_asci");
echo "
";
// line 56
echo _gettext("Server connection collation:");
// line 57
echo " ";
echo \PhpMyAdmin\Html\MySQLDocumentation::show("charset-connection");
echo "
</label>
";
// line 59
if ( !twig_test_empty(($context["charsets"] ?? null))) {
// line 60
echo " <select lang=\"en\" dir=\"ltr\" name=\"collation_connection\" id=\"select_collation_connection\" class=\"autosubmit\">
<option value=\"\">";
// line 61
echo _gettext("Collation");
echo "</option>
<option value=\"\"></option>
";
// line 63
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["charsets"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["charset"]) {
// line 64
echo " <optgroup label=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["charset"], "name", [], "any", false, false, false, 64), "html", null, true);
echo "\" title=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["charset"], "description", [], "any", false, false, false, 64), "html", null, true);
echo "\">
";
// line 65
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["charset"], "collations", [], "any", false, false, false, 65));
foreach ($context['_seq'] as $context["_key"] => $context["collation"]) {
// line 66
echo " <option value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["collation"], "name", [], "any", false, false, false, 66), "html", null, true);
echo "\" title=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["collation"], "description", [], "any", false, false, false, 66), "html", null, true);
echo "\"";
echo ((twig_get_attribute($this->env, $this->source, $context["collation"], "is_selected", [], "any", false, false, false, 66)) ? (" selected") : (""));
echo ">";
// line 67
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["collation"], "name", [], "any", false, false, false, 67), "html", null, true);
// line 68
echo "</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['collation'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 70
echo " </optgroup>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['charset'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 72
echo " </select>
";
}
// line 74
echo " </form>
</li>
<li id=\"li_user_preferences\" class=\"list-group-item\">
<a href=\"";
// line 78
echo PhpMyAdmin\Url::getFromRoute("/preferences/manage");
echo "\">
";
// line 79
echo \PhpMyAdmin\Html\Generator::getIcon("b_tblops", _gettext("More settings"), true);
echo "
</a>
</li>
";
}
// line 83
echo " </ul>
</div>
";
}
// line 86
echo "
<div class=\"card mt-4\">
<div class=\"card-header\">
";
// line 89
echo _gettext("Appearance settings");
// line 90
echo " </div>
<ul class=\"list-group list-group-flush\">
";
// line 92
if ( !twig_test_empty(($context["language_selector"] ?? null))) {
// line 93
echo " <li id=\"li_select_lang\" class=\"list-group-item\">
";
// line 94
echo \PhpMyAdmin\Html\Generator::getImage("s_lang");
echo "
";
// line 95
echo ($context["language_selector"] ?? null);
echo "
</li>
";
}
// line 98
echo "
";
// line 99
if ( !twig_test_empty(($context["theme_selection"] ?? null))) {
// line 100
echo " <li id=\"li_select_theme\" class=\"list-group-item\">
";
// line 101
echo \PhpMyAdmin\Html\Generator::getImage("s_theme");
echo "
";
// line 102
echo ($context["theme_selection"] ?? null);
echo "
</li>
";
}
// line 105
echo " </ul>
</div>
</div>
<div class=\"col-lg-5 col-12\">
";
// line 110
if ( !twig_test_empty(($context["database_server"] ?? null))) {
// line 111
echo " <div class=\"card mt-4\">
<div class=\"card-header\">
";
// line 113
echo _gettext("Database server");
// line 114
echo " </div>
<ul class=\"list-group list-group-flush\">
<li class=\"list-group-item\">
";
// line 117
echo _gettext("Server:");
// line 118
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "host", [], "any", false, false, false, 118), "html", null, true);
echo "
</li>
<li class=\"list-group-item\">
";
// line 121
echo _gettext("Server type:");
// line 122
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "type", [], "any", false, false, false, 122), "html", null, true);
echo "
</li>
<li class=\"list-group-item\">
";
// line 125
echo _gettext("Server connection:");
// line 126
echo " ";
echo twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "connection", [], "any", false, false, false, 126);
echo "
</li>
<li class=\"list-group-item\">
";
// line 129
echo _gettext("Server version:");
// line 130
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "version", [], "any", false, false, false, 130), "html", null, true);
echo "
</li>
<li class=\"list-group-item\">
";
// line 133
echo _gettext("Protocol version:");
// line 134
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "protocol", [], "any", false, false, false, 134), "html", null, true);
echo "
</li>
<li class=\"list-group-item\">
";
// line 137
echo _gettext("User:");
// line 138
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "user", [], "any", false, false, false, 138), "html", null, true);
echo "
</li>
<li class=\"list-group-item\">
";
// line 141
echo _gettext("Server charset:");
// line 142
echo " <span lang=\"en\" dir=\"ltr\">
";
// line 143
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "charset", [], "any", false, false, false, 143), "html", null, true);
echo "
</span>
</li>
</ul>
</div>
";
}
// line 149
echo "
";
// line 150
if (( !twig_test_empty(($context["web_server"] ?? null)) || ($context["show_php_info"] ?? null))) {
// line 151
echo " <div class=\"card mt-4\">
<div class=\"card-header\">
";
// line 153
echo _gettext("Web server");
// line 154
echo " </div>
<ul class=\"list-group list-group-flush\">
";
// line 156
if ( !twig_test_empty(($context["web_server"] ?? null))) {
// line 157
echo " ";
if ( !(null === twig_get_attribute($this->env, $this->source, ($context["web_server"] ?? null), "software", [], "any", false, false, false, 157))) {
// line 158
echo " <li class=\"list-group-item\">
";
// line 159
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["web_server"] ?? null), "software", [], "any", false, false, false, 159), "html", null, true);
echo "
</li>
";
}
// line 162
echo " <li class=\"list-group-item\" id=\"li_mysql_client_version\">
";
// line 163
echo _gettext("Database client version:");
// line 164
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["web_server"] ?? null), "database", [], "any", false, false, false, 164), "html", null, true);
echo "
</li>
<li class=\"list-group-item\">
";
// line 167
echo _gettext("PHP extension:");
// line 168
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, ($context["web_server"] ?? null), "php_extensions", [], "any", false, false, false, 168));
foreach ($context['_seq'] as $context["_key"] => $context["extension"]) {
// line 169
echo " ";
echo twig_escape_filter($this->env, $context["extension"], "html", null, true);
echo "
";
// line 170
echo \PhpMyAdmin\Html\Generator::showPHPDocumentation((("book." . $context["extension"]) . ".php"));
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['extension'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 172
echo " </li>
<li class=\"list-group-item\">
";
// line 174
echo _gettext("PHP version:");
// line 175
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["web_server"] ?? null), "php_version", [], "any", false, false, false, 175), "html", null, true);
echo "
</li>
";
}
// line 178
echo " ";
if (($context["show_php_info"] ?? null)) {
// line 179
echo " <li class=\"list-group-item\">
<a href=\"";
// line 180
echo PhpMyAdmin\Url::getFromRoute("/phpinfo");
echo "\" target=\"_blank\" rel=\"noopener noreferrer\">
";
// line 181
echo _gettext("Show PHP information");
// line 182
echo " </a>
</li>
";
}
// line 185
echo " </ul>
</div>
";
}
// line 188
echo "
<div class=\"card mt-4\">
<div class=\"card-header\">
phpMyAdmin
</div>
<ul class=\"list-group list-group-flush\">
<li id=\"li_pma_version\" class=\"list-group-item";
// line 194
echo ((($context["is_version_checked"] ?? null)) ? (" jsversioncheck") : (""));
echo "\">
";
// line 195
echo _gettext("Version information:");
// line 196
echo " <span class=\"version\">";
echo twig_escape_filter($this->env, ($context["phpmyadmin_version"] ?? null), "html", null, true);
echo "</span>
</li>
<li class=\"list-group-item\">
<a href=\"";
// line 199
echo \PhpMyAdmin\Html\MySQLDocumentation::getDocumentationLink("index");
echo "\" target=\"_blank\" rel=\"noopener noreferrer\">
";
// line 200
echo _gettext("Documentation");
// line 201
echo " </a>
</li>
<li class=\"list-group-item\">
<a href=\"";
// line 204
echo twig_escape_filter($this->env, PhpMyAdmin\Core::linkURL("https://www.phpmyadmin.net/"), "html", null, true);
echo "\" target=\"_blank\" rel=\"noopener noreferrer\">
";
// line 205
echo _gettext("Official Homepage");
// line 206
echo " </a>
</li>
<li class=\"list-group-item\">
<a href=\"";
// line 209
echo twig_escape_filter($this->env, PhpMyAdmin\Core::linkURL("https://www.phpmyadmin.net/contribute/"), "html", null, true);
echo "\" target=\"_blank\" rel=\"noopener noreferrer\">
";
// line 210
echo _gettext("Contribute");
// line 211
echo " </a>
</li>
<li class=\"list-group-item\">
<a href=\"";
// line 214
echo twig_escape_filter($this->env, PhpMyAdmin\Core::linkURL("https://www.phpmyadmin.net/support/"), "html", null, true);
echo "\" target=\"_blank\" rel=\"noopener noreferrer\">
";
// line 215
echo _gettext("Get support");
// line 216
echo " </a>
</li>
<li class=\"list-group-item\">
<a href=\"";
// line 219
echo PhpMyAdmin\Url::getFromRoute("/changelog");
echo "\" target=\"_blank\">
";
// line 220
echo _gettext("List of changes");
// line 221
echo " </a>
</li>
<li class=\"list-group-item\">
<a href=\"";
// line 224
echo PhpMyAdmin\Url::getFromRoute("/license");
echo "\" target=\"_blank\">
";
// line 225
echo _gettext("License");
// line 226
echo " </a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
";
// line 235
echo ($context["config_storage_message"] ?? null);
echo "
";
}
public function getTemplateName()
{
return "home/index.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 563 => 235, 552 => 226, 550 => 225, 546 => 224, 541 => 221, 539 => 220, 535 => 219, 530 => 216, 528 => 215, 524 => 214, 519 => 211, 517 => 210, 513 => 209, 508 => 206, 506 => 205, 502 => 204, 497 => 201, 495 => 200, 491 => 199, 484 => 196, 482 => 195, 478 => 194, 470 => 188, 465 => 185, 460 => 182, 458 => 181, 454 => 180, 451 => 179, 448 => 178, 441 => 175, 439 => 174, 435 => 172, 427 => 170, 422 => 169, 417 => 168, 415 => 167, 408 => 164, 406 => 163, 403 => 162, 397 => 159, 394 => 158, 391 => 157, 389 => 156, 385 => 154, 383 => 153, 379 => 151, 377 => 150, 374 => 149, 365 => 143, 362 => 142, 360 => 141, 353 => 138, 351 => 137, 344 => 134, 342 => 133, 335 => 130, 333 => 129, 326 => 126, 324 => 125, 317 => 122, 315 => 121, 308 => 118, 306 => 117, 301 => 114, 299 => 113, 295 => 111, 293 => 110, 286 => 105, 280 => 102, 276 => 101, 273 => 100, 271 => 99, 268 => 98, 262 => 95, 258 => 94, 255 => 93, 253 => 92, 249 => 90, 247 => 89, 242 => 86, 237 => 83, 230 => 79, 226 => 78, 220 => 74, 216 => 72, 209 => 70, 202 => 68, 200 => 67, 192 => 66, 188 => 65, 181 => 64, 177 => 63, 172 => 61, 169 => 60, 167 => 59, 161 => 57, 159 => 56, 155 => 55, 150 => 53, 146 => 52, 142 => 50, 135 => 46, 131 => 45, 128 => 44, 125 => 43, 123 => 42, 120 => 41, 114 => 38, 110 => 37, 107 => 36, 105 => 35, 101 => 33, 99 => 32, 94 => 29, 89 => 26, 87 => 21, 84 => 25, 81 => 22, 79 => 21, 75 => 19, 73 => 18, 69 => 16, 66 => 15, 64 => 14, 57 => 10, 51 => 7, 46 => 5, 43 => 4, 39 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "home/index.twig", "E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\pma\\templates\\home\\index.twig");
}
}

View File

@ -0,0 +1,454 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* sql/query.twig */
class __TwigTemplate_1787c55254bf089dbdb4ba719a97b1911c98139c68fa65f55d037a86b1f2cc4c extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<form method=\"post\" action=\"";
echo PhpMyAdmin\Url::getFromRoute("/import");
echo "\" class=\"ajax lock-page\" id=\"sqlqueryform\" name=\"sqlform\"";
// line 2
echo ((($context["is_upload"] ?? null)) ? (" enctype=\"multipart/form-data\"") : (""));
echo ">
";
// line 3
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null));
echo "
<input type=\"hidden\" name=\"is_js_confirmed\" value=\"0\">
<input type=\"hidden\" name=\"pos\" value=\"0\">
<input type=\"hidden\" name=\"goto\" value=\"";
// line 6
echo twig_escape_filter($this->env, ($context["goto"] ?? null), "html", null, true);
echo "\">
<input type=\"hidden\" name=\"message_to_show\" value=\"";
// line 7
echo _gettext("Your SQL query has been executed successfully.");
echo "\">
<input type=\"hidden\" name=\"prev_sql_query\" value=\"";
// line 8
echo twig_escape_filter($this->env, ($context["query"] ?? null), "html", null, true);
echo "\">
";
// line 10
if (((($context["display_tab"] ?? null) == "full") || (($context["display_tab"] ?? null) == "sql"))) {
// line 11
echo " <a id=\"querybox\"></a>
<div class=\"card mb-3\">
<div class=\"card-header\">";
// line 14
echo ($context["legend"] ?? null);
echo "</div>
<div class=\"card-body\">
<div id=\"queryfieldscontainer\">
<div class=\"row\">
<div class=\"col\">
<div class=\"form-group\">
<textarea class=\"form-control\" tabindex=\"100\" name=\"sql_query\" id=\"sqlquery\" cols=\"";
// line 20
echo twig_escape_filter($this->env, ($context["textarea_cols"] ?? null), "html", null, true);
echo "\" rows=\"";
echo twig_escape_filter($this->env, ($context["textarea_rows"] ?? null), "html", null, true);
echo "\"";
// line 21
echo ((($context["textarea_auto_select"] ?? null)) ? (" onclick=\"Functions.selectContent(this, sqlBoxLocked, true);\"") : (""));
echo " aria-label=\"";
echo _gettext("SQL query");
echo "\">";
// line 22
echo twig_escape_filter($this->env, ($context["query"] ?? null), "html", null, true);
// line 23
echo "</textarea>
</div>
<div id=\"querymessage\"></div>
<div class=\"btn-toolbar\" role=\"toolbar\">
";
// line 28
if ( !twig_test_empty(($context["columns_list"] ?? null))) {
// line 29
echo " <div class=\"btn-group mr-2\" role=\"group\">
<input type=\"button\" value=\"SELECT *\" id=\"selectall\" class=\"btn btn-secondary button sqlbutton\">
<input type=\"button\" value=\"SELECT\" id=\"select\" class=\"btn btn-secondary button sqlbutton\">
<input type=\"button\" value=\"INSERT\" id=\"insert\" class=\"btn btn-secondary button sqlbutton\">
<input type=\"button\" value=\"UPDATE\" id=\"update\" class=\"btn btn-secondary button sqlbutton\">
<input type=\"button\" value=\"DELETE\" id=\"delete\" class=\"btn btn-secondary button sqlbutton\">
</div>
";
}
// line 37
echo "
<div class=\"btn-group mr-2\" role=\"group\">
<input type=\"button\" value=\"";
// line 39
echo _gettext("Clear");
echo "\" id=\"clear\" class=\"btn btn-secondary button sqlbutton\">
";
// line 40
if (($context["codemirror_enable"] ?? null)) {
// line 41
echo " <input type=\"button\" value=\"";
echo _gettext("Format");
echo "\" id=\"format\" class=\"btn btn-secondary button sqlbutton\">
";
}
// line 43
echo " </div>
<input type=\"button\" value=\"";
// line 45
echo _gettext("Get auto-saved query");
echo "\" id=\"saved\" class=\"btn btn-secondary button sqlbutton\">
</div>
<div class=\"form-group mt-3\">
<div class=\"form-check\">
<input class=\"form-check-input\" type=\"checkbox\" name=\"parameterized\" id=\"parameterized\">
<label class=\"form-check-label\" for=\"parameterized\">
";
// line 52
// l10n: Bind parameters in the SQL query using :parameterName format
echo _gettext("Bind parameters");
// line 53
echo " ";
echo \PhpMyAdmin\Html\MySQLDocumentation::showDocumentation("faq", "faq6-40");
echo "
</label>
</div>
</div>
<div class=\"form-group\" id=\"parametersDiv\"></div>
</div>
";
// line 60
if ( !twig_test_empty(($context["columns_list"] ?? null))) {
// line 61
echo " <div class=\"col-xl-2 col-lg-3\">
<div class=\"form-group\">
<label class=\"sr-only\" for=\"fieldsSelect\">";
// line 63
echo _gettext("Columns");
echo "</label>
<select class=\"form-control\" id=\"fieldsSelect\" name=\"dummy\" size=\"";
// line 64
echo twig_escape_filter($this->env, ($context["textarea_rows"] ?? null), "html", null, true);
echo "\" ondblclick=\"Functions.insertValueQuery()\" multiple>
";
// line 65
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["columns_list"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["field"]) {
// line 66
echo " <option value=\"";
echo twig_escape_filter($this->env, PhpMyAdmin\Util::backquote((($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = $context["field"]) && is_array($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4) || $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 instanceof ArrayAccess ? ($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4["Field"] ?? null) : null)), "html", null, true);
echo "\"";
// line 67
(((( !(null === (($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 = $context["field"]) && is_array($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144) || $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 instanceof ArrayAccess ? ($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144["Field"] ?? null) : null)) && !(null === (($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b = $context["field"]) && is_array($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b) || $__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b instanceof ArrayAccess ? ($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b["Comment"] ?? null) : null))) && (twig_length_filter($this->env, (($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 = $context["field"]) && is_array($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002) || $__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 instanceof ArrayAccess ? ($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002["Field"] ?? null) : null)) > 0))) ? (print (twig_escape_filter($this->env, ((" title=\"" . (($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4 = $context["field"]) && is_array($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4) || $__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4 instanceof ArrayAccess ? ($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4["Comment"] ?? null) : null)) . "\""), "html", null, true))) : (print ("")));
echo ">
";
// line 68
echo twig_escape_filter($this->env, (($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666 = $context["field"]) && is_array($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666) || $__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666 instanceof ArrayAccess ? ($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666["Field"] ?? null) : null), "html", null, true);
echo "
</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['field'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 71
echo " </select>
</div>
<input type=\"button\" class=\"btn btn-secondary button\" id=\"insertBtn\" name=\"insert\" value=\"";
// line 75
if (PhpMyAdmin\Util::showIcons("ActionLinksMode")) {
echo "<<";
echo "\" title=\"";
}
// line 76
echo _gettext("Insert");
echo "\">
</div>
";
}
// line 79
echo " </div>
</div>
";
// line 82
if (($context["has_bookmark"] ?? null)) {
// line 83
echo " <div class=\"form-inline\">
<div class=\"form-group\">
<label for=\"bkm_label\">";
// line 85
echo _gettext("Bookmark this SQL query:");
echo "</label>
<input class=\"form-control\" type=\"text\" name=\"bkm_label\" id=\"bkm_label\" tabindex=\"110\" value=\"\">
</div>
<div class=\"form-check form-check-inline\">
<input class=\"form-check-input\" type=\"checkbox\" name=\"bkm_all_users\" tabindex=\"111\" id=\"id_bkm_all_users\" value=\"true\">
<label class=\"form-check-label\" for=\"id_bkm_all_users\">";
// line 91
echo _gettext("Let every user access this bookmark");
echo "</label>
</div>
<div class=\"form-check form-check-inline\">
<input class=\"form-check-input\" type=\"checkbox\" name=\"bkm_replace\" tabindex=\"112\" id=\"id_bkm_replace\" value=\"true\">
<label class=\"form-check-label\" for=\"id_bkm_replace\">";
// line 96
echo _gettext("Replace existing bookmark of same name");
echo "</label>
</div>
</div>
";
}
// line 100
echo " </div>
<div class=\"card-footer\">
<div class=\"row\">
<div class=\"form-inline col\">
<div class=\"input-group mr-2\">
<div class=\"input-group-prepend\">
<span class=\"input-group-text\">";
// line 106
echo _gettext("Delimiter");
echo "</span>
</div>
<label class=\"sr-only\" for=\"id_sql_delimiter\">";
// line 108
echo _gettext("Delimiter");
echo "</label>
<input class=\"form-control\" type=\"text\" name=\"sql_delimiter\" tabindex=\"131\" size=\"3\" value=\"";
// line 109
echo twig_escape_filter($this->env, ($context["delimiter"] ?? null), "html", null, true);
echo "\" id=\"id_sql_delimiter\">
</div>
<div class=\"form-check form-check-inline\">
<input class=\"form-check-input\" type=\"checkbox\" name=\"show_query\" value=\"1\" id=\"checkbox_show_query\" tabindex=\"132\">
<label class=\"form-check-label\" for=\"checkbox_show_query\">";
// line 114
echo _gettext("Show this query here again");
echo "</label>
</div>
<div class=\"form-check form-check-inline\">
<input class=\"form-check-input\" type=\"checkbox\" name=\"retain_query_box\" value=\"1\" id=\"retain_query_box\" tabindex=\"133\"";
// line 119
echo ((($context["retain_query_box"] ?? null)) ? (" checked") : (""));
echo ">
<label class=\"form-check-label\" for=\"retain_query_box\">";
// line 120
echo _gettext("Retain query box");
echo "</label>
</div>
<div class=\"form-check form-check-inline\">
<input class=\"form-check-input\" type=\"checkbox\" name=\"rollback_query\" value=\"1\" id=\"rollback_query\" tabindex=\"134\">
<label class=\"form-check-label\" for=\"rollback_query\">";
// line 125
echo _gettext("Rollback when finished");
echo "</label>
</div>
<div class=\"form-check\">
<input type=\"hidden\" name=\"fk_checks\" value=\"0\">
<input class=\"form-check-input\" type=\"checkbox\" name=\"fk_checks\" id=\"fk_checks\" value=\"1\"";
// line 130
echo ((($context["is_foreign_key_check"] ?? null)) ? (" checked") : (""));
echo ">
<label class=\"form-check-label\" for=\"fk_checks\">";
// line 131
echo _gettext("Enable foreign key checks");
echo "</label>
</div>
</div>
<div class=\"form-inline col-auto\">
<input class=\"btn btn-primary ml-1\" type=\"submit\" id=\"button_submit_query\" name=\"SQL\" tabindex=\"200\" value=\"";
// line 136
echo _gettext("Go");
echo "\">
</div>
</div>
</div>
</div>
";
}
// line 142
echo "
";
// line 143
if (((($context["display_tab"] ?? null) == "full") && !twig_test_empty(($context["bookmarks"] ?? null)))) {
// line 144
echo " <div class=\"card mb-3\">
<div class=\"card-header\">";
// line 145
echo _gettext("Bookmarked SQL query");
echo "</div>
<div class=\"card-body\">
<div class=\"form-inline\">
<div class=\"form-group\">
<label for=\"id_bookmark\">";
// line 149
echo _gettext("Bookmark:");
echo "</label>
<select class=\"form-control\" name=\"id_bookmark\" id=\"id_bookmark\">
<option value=\"\">&nbsp;</option>
";
// line 152
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["bookmarks"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["bookmark"]) {
// line 153
echo " <option value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["bookmark"], "id", [], "any", false, false, false, 153), "html", null, true);
echo "\" data-varcount=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["bookmark"], "variable_count", [], "any", false, false, false, 153), "html", null, true);
echo "\">
";
// line 154
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["bookmark"], "label", [], "any", false, false, false, 154), "html", null, true);
echo "
";
// line 155
if (twig_get_attribute($this->env, $this->source, $context["bookmark"], "is_shared", [], "any", false, false, false, 155)) {
// line 156
echo " (";
echo _gettext("shared");
echo ")
";
}
// line 158
echo " </option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['bookmark'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 160
echo " </select>
</div>
<div class=\"form-check form-check-inline\">
<input class=\"form-check-input\" type=\"radio\" name=\"action_bookmark\" value=\"0\" id=\"radio_bookmark_exe\" checked>
<label class=\"form-check-label\" for=\"radio_bookmark_exe\">";
// line 165
echo _gettext("Submit");
echo "</label>
</div>
<div class=\"form-check form-check-inline\">
<input class=\"form-check-input\" type=\"radio\" name=\"action_bookmark\" value=\"1\" id=\"radio_bookmark_view\">
<label class=\"form-check-label\" for=\"radio_bookmark_view\">";
// line 169
echo _gettext("View only");
echo "</label>
</div>
<div class=\"form-check form-check-inline\">
<input class=\"form-check-input\" type=\"radio\" name=\"action_bookmark\" value=\"2\" id=\"radio_bookmark_del\">
<label class=\"form-check-label\" for=\"radio_bookmark_del\">";
// line 173
echo _gettext("Delete");
echo "</label>
</div>
</div>
<div class=\"hide\">
";
// line 178
echo _gettext("Variables");
// line 179
echo " ";
echo \PhpMyAdmin\Html\MySQLDocumentation::showDocumentation("faq", "faqbookmark");
echo "
<div class=\"form-inline\" id=\"bookmarkVariables\"></div>
</div>
</div>
<div class=\"card-footer text-right\">
<input class=\"btn btn-secondary\" type=\"submit\" name=\"SQL\" id=\"button_submit_bookmark\" value=\"";
// line 185
echo _gettext("Go");
echo "\">
</div>
</div>
";
}
// line 189
echo "
";
// line 190
if (($context["can_convert_kanji"] ?? null)) {
// line 191
echo " <div class=\"card mb-3\">
<div class=\"card-body\">
";
// line 193
$this->loadTemplate("encoding/kanji_encoding_form.twig", "sql/query.twig", 193)->display($context);
// line 194
echo " </div>
</div>
";
}
// line 197
echo "</form>
<div id=\"sqlqueryresultsouter\"></div>
";
}
public function getTemplateName()
{
return "sql/query.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 429 => 197, 424 => 194, 422 => 193, 418 => 191, 416 => 190, 413 => 189, 406 => 185, 396 => 179, 394 => 178, 386 => 173, 379 => 169, 372 => 165, 365 => 160, 358 => 158, 352 => 156, 350 => 155, 346 => 154, 339 => 153, 335 => 152, 329 => 149, 322 => 145, 319 => 144, 317 => 143, 314 => 142, 305 => 136, 297 => 131, 293 => 130, 285 => 125, 277 => 120, 273 => 119, 266 => 114, 258 => 109, 254 => 108, 249 => 106, 241 => 100, 234 => 96, 226 => 91, 217 => 85, 213 => 83, 211 => 82, 206 => 79, 200 => 76, 195 => 75, 190 => 71, 181 => 68, 177 => 67, 173 => 66, 169 => 65, 165 => 64, 161 => 63, 157 => 61, 155 => 60, 144 => 53, 141 => 52, 131 => 45, 127 => 43, 121 => 41, 119 => 40, 115 => 39, 111 => 37, 101 => 29, 99 => 28, 92 => 23, 90 => 22, 85 => 21, 80 => 20, 71 => 14, 66 => 11, 64 => 10, 59 => 8, 55 => 7, 51 => 6, 45 => 3, 41 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "sql/query.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/sql/query.twig");
}
}

View File

@ -0,0 +1,89 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* config/form_display/fieldset_bottom.twig */
class __TwigTemplate_943b5d35abaf47e7a75e4e6a196c43ff4ec190cc4753be849b4b3b87564f65c1 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
$context["colspan"] = 2;
// line 2
if (($context["is_setup"] ?? null)) {
// line 3
echo " ";
$context["colspan"] = (($context["colspan"] ?? null) + 1);
}
// line 5
if (($context["show_buttons"] ?? null)) {
// line 6
echo " <tr>
<td colspan=\"";
// line 7
echo twig_escape_filter($this->env, ($context["colspan"] ?? null), "html", null, true);
echo "\" class=\"lastrow\">
<input class=\"btn btn-primary green\" type=\"submit\" name=\"submit_save\" value=\"";
// line 8
echo _gettext("Apply");
echo "\">
<input class=\"btn btn-secondary\" type=\"button\" name=\"submit_reset\" value=\"";
// line 9
echo _gettext("Reset");
echo "\">
</td>
</tr>
";
}
// line 13
echo "</table>
</fieldset>
";
}
public function getTemplateName()
{
return "config/form_display/fieldset_bottom.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 65 => 13, 58 => 9, 54 => 8, 50 => 7, 47 => 6, 45 => 5, 41 => 3, 39 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "config/form_display/fieldset_bottom.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/config/form_display/fieldset_bottom.twig");
}
}

View File

@ -0,0 +1,89 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* config/form_display/fieldset_bottom.twig */
class __TwigTemplate_3eb8a1b90b808ddc8fbb4609a888c2b253309e5baa24ee5dffd59a0df1fd7f90 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
$context["colspan"] = 2;
// line 2
if (($context["is_setup"] ?? null)) {
// line 3
echo " ";
$context["colspan"] = (($context["colspan"] ?? null) + 1);
}
// line 5
if (($context["show_buttons"] ?? null)) {
// line 6
echo " <tr>
<td colspan=\"";
// line 7
echo twig_escape_filter($this->env, ($context["colspan"] ?? null), "html", null, true);
echo "\" class=\"lastrow\">
<input class=\"btn btn-primary green\" type=\"submit\" name=\"submit_save\" value=\"";
// line 8
echo _gettext("Apply");
echo "\">
<input class=\"btn btn-secondary\" type=\"button\" name=\"submit_reset\" value=\"";
// line 9
echo _gettext("Reset");
echo "\">
</td>
</tr>
";
}
// line 13
echo "</table>
</fieldset>
";
}
public function getTemplateName()
{
return "config/form_display/fieldset_bottom.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 65 => 13, 58 => 9, 54 => 8, 50 => 7, 47 => 6, 45 => 5, 41 => 3, 39 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "config/form_display/fieldset_bottom.twig", "E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\pma\\templates\\config\\form_display\\fieldset_bottom.twig");
}
}

View File

@ -0,0 +1,113 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* config/form_display/fieldset_top.twig */
class __TwigTemplate_cb80d50fa985cb8b7c82c4a3a9bdf3d505e6e5a9fa561a3305e0c9ffcaf51d44 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<fieldset";
// line 2
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["attributes"] ?? null));
foreach ($context['_seq'] as $context["key"] => $context["value"]) {
// line 3
echo " ";
echo twig_escape_filter($this->env, $context["key"], "html", null, true);
echo "=\"";
echo twig_escape_filter($this->env, $context["value"], "html", null, true);
echo "\"";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['value'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 4
echo ">
<legend>";
// line 5
echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true);
echo "</legend>
";
// line 6
if ( !twig_test_empty(($context["description"] ?? null))) {
// line 7
echo " <p>";
echo ($context["description"] ?? null);
echo "</p>
";
}
// line 10
if ((twig_test_iterable(($context["errors"] ?? null)) && (twig_length_filter($this->env, ($context["errors"] ?? null)) > 0))) {
// line 11
echo " <dl class=\"errors\">
";
// line 12
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["errors"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["error"]) {
// line 13
echo " <dd>";
echo twig_escape_filter($this->env, $context["error"], "html", null, true);
echo "</dd>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['error'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 15
echo " </dl>
";
}
// line 17
echo "<table class=\"pma-table\" width=\"100%\" cellspacing=\"0\">
";
}
public function getTemplateName()
{
return "config/form_display/fieldset_top.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 90 => 17, 86 => 15, 77 => 13, 73 => 12, 70 => 11, 68 => 10, 62 => 7, 60 => 6, 56 => 5, 53 => 4, 43 => 3, 39 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "config/form_display/fieldset_top.twig", "E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\pma\\templates\\config\\form_display\\fieldset_top.twig");
}
}

View File

@ -0,0 +1,55 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* config/form_display/tabs_bottom.twig */
class __TwigTemplate_fe79bea50fa8defcc00ca635898f89cca76df0fade713f3c23657aa709bc763f extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "</div>
";
}
public function getTemplateName()
{
return "config/form_display/tabs_bottom.twig";
}
public function getDebugInfo()
{
return array ( 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "config/form_display/tabs_bottom.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/config/form_display/tabs_bottom.twig");
}
}

View File

@ -0,0 +1,79 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* config/form_display/tabs_top.twig */
class __TwigTemplate_de02b7e14c5bc593252ad9b39d6d6655f3c70613f586771db197223a0d83005a extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<ul class=\"tabs responsivetable row\">
";
// line 2
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["tabs"] ?? null));
foreach ($context['_seq'] as $context["id"] => $context["name"]) {
// line 3
echo " <li><a href=\"#";
echo twig_escape_filter($this->env, $context["id"], "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, $context["name"], "html", null, true);
echo "</a></li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['id'], $context['name'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 5
echo "</ul>
<div class=\"tabs_contents col\">
";
}
public function getTemplateName()
{
return "config/form_display/tabs_top.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 55 => 5, 44 => 3, 40 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "config/form_display/tabs_top.twig", "E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\pma\\templates\\config\\form_display\\tabs_top.twig");
}
}

View File

@ -0,0 +1,74 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* display/results/page_selector.twig */
class __TwigTemplate_feb47e4be66148f18ffd7c6dde267d0d80e5cc0d9a6606bdb95a4c1c2626a290 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<td>
<form action=\"";
// line 2
echo PhpMyAdmin\Url::getFromRoute("/sql");
echo "\" method=\"post\">
";
// line 3
echo PhpMyAdmin\Url::getHiddenInputs(($context["url_params"] ?? null));
echo "
";
// line 4
echo ($context["page_selector"] ?? null);
echo "
</form>
</td>
";
}
public function getTemplateName()
{
return "display/results/page_selector.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 48 => 4, 44 => 3, 40 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "display/results/page_selector.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/display/results/page_selector.twig");
}
}

View File

@ -0,0 +1,133 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* scripts.twig */
class __TwigTemplate_e4475e912b8fb881ec7e186eb375ea592e32310b656769f2e56b1f61e1e61bdf extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["files"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["file"]) {
// line 2
echo " <script data-cfasync=\"false\" type=\"text/javascript\" src=\"";
echo twig_escape_filter($this->env, ($context["base_dir"] ?? null), "html", null, true);
echo "js/";
// line 3
echo twig_escape_filter($this->env, ((((is_string($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = twig_get_attribute($this->env, $this->source, $context["file"], "filename", [], "any", false, false, false, 3)) && is_string($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 = "vendor/") && ('' === $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 || 0 === strpos($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4, $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144))) || (is_string($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b = twig_get_attribute($this->env, $this->source, $context["file"], "filename", [], "any", false, false, false, 3)) && is_string($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 = "messages.php") && ('' === $__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 || 0 === strpos($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b, $__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002))))) ? (twig_get_attribute($this->env, $this->source, $context["file"], "filename", [], "any", false, false, false, 3)) : (("dist/" . twig_get_attribute($this->env, $this->source, $context["file"], "filename", [], "any", false, false, false, 3)))), "html", null, true);
// line 4
((twig_in_filter(".php", twig_get_attribute($this->env, $this->source, $context["file"], "filename", [], "any", false, false, false, 4))) ? (print (PhpMyAdmin\Url::getCommon(twig_array_merge(twig_get_attribute($this->env, $this->source, $context["file"], "params", [], "any", false, false, false, 4), ["v" => ($context["version"] ?? null)])))) : (print (twig_escape_filter($this->env, ("?v=" . twig_urlencode_filter(($context["version"] ?? null))), "html", null, true))));
echo "\"></script>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['file'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 6
echo "
<script data-cfasync=\"false\" type=\"text/javascript\">
// <![CDATA[
";
// line 9
echo ($context["code"] ?? null);
echo "
";
// line 10
if ( !twig_test_empty(($context["files"] ?? null))) {
// line 11
echo "AJAX.scriptHandler
";
// line 12
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["files"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["file"]) {
// line 13
echo " .add('";
echo PhpMyAdmin\Sanitize::escapeJsString(twig_get_attribute($this->env, $this->source, $context["file"], "filename", [], "any", false, false, false, 13));
echo "', ";
echo ((twig_get_attribute($this->env, $this->source, $context["file"], "has_onload", [], "any", false, false, false, 13)) ? (1) : (0));
echo ")
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['file'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 15
echo ";
\$(function() {
";
// line 17
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["files"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["file"]) {
// line 18
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["file"], "has_onload", [], "any", false, false, false, 18)) {
// line 19
echo " AJAX.fireOnload('";
echo PhpMyAdmin\Sanitize::escapeJsString(twig_get_attribute($this->env, $this->source, $context["file"], "filename", [], "any", false, false, false, 19));
echo "');
";
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['file'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 22
echo "});
";
}
// line 24
echo "// ]]>
</script>
";
}
public function getTemplateName()
{
return "scripts.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 109 => 24, 105 => 22, 95 => 19, 92 => 18, 88 => 17, 84 => 15, 73 => 13, 69 => 12, 66 => 11, 64 => 10, 60 => 9, 55 => 6, 47 => 4, 45 => 3, 41 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "scripts.twig", "E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\pma\\templates\\scripts.twig");
}
}

View File

@ -0,0 +1,133 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* select_lang.twig */
class __TwigTemplate_535f455ed8e96d539f8d7527d6b6c9954c92479b934de8365880c80fbf5fdac9 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo " <form method=\"get\" action=\"";
echo PhpMyAdmin\Url::getFromRoute("/");
echo "\" class=\"disableAjax\">
";
// line 2
echo PhpMyAdmin\Url::getHiddenInputs(($context["_form_params"] ?? null));
echo "
";
// line 4
if (($context["use_fieldset"] ?? null)) {
// line 5
echo " <fieldset>
<legend class=\"col-form-label\" lang=\"en\" dir=\"ltr\">";
// line 6
echo ($context["language_title"] ?? null);
echo "</legend>
";
} else {
// line 8
echo " <bdo lang=\"en\" dir=\"ltr\">
<label for=\"sel-lang\">";
// line 9
echo ($context["language_title"] ?? null);
echo "</label>
</bdo>
";
}
// line 12
echo "
<select name=\"lang\" class=\"autosubmit\" lang=\"en\" dir=\"ltr\" id=\"sel-lang\">
";
// line 15
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["available_languages"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["language"]) {
// line 16
echo " ";
// line 17
echo " <option value=\"";
echo twig_escape_filter($this->env, twig_lower_filter($this->env, twig_get_attribute($this->env, $this->source, $context["language"], "getCode", [], "method", false, false, false, 17)), "html", null, true);
echo "\"";
// line 18
if (twig_get_attribute($this->env, $this->source, $context["language"], "isActive", [], "method", false, false, false, 18)) {
// line 19
echo " selected=\"selected\"";
}
// line 21
echo ">
";
// line 22
echo twig_get_attribute($this->env, $this->source, $context["language"], "getName", [], "method", false, false, false, 22);
echo "
</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['language'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 25
echo "
</select>
";
// line 28
if (($context["use_fieldset"] ?? null)) {
// line 29
echo " </fieldset>
";
}
// line 31
echo "
</form>
";
}
public function getTemplateName()
{
return "select_lang.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 109 => 31, 105 => 29, 103 => 28, 98 => 25, 89 => 22, 86 => 21, 83 => 19, 81 => 18, 77 => 17, 75 => 16, 71 => 15, 66 => 12, 60 => 9, 57 => 8, 52 => 6, 49 => 5, 47 => 4, 42 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "select_lang.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/select_lang.twig");
}
}

View File

@ -0,0 +1,64 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* display/results/empty_display.twig */
class __TwigTemplate_9a3a55c951022d377cfd62b5625036677c1b258ed8117f15112b46d10c3d9338 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<td ";
echo twig_escape_filter($this->env, ($context["align"] ?? null), "html", null, true);
echo " class=\"";
echo twig_escape_filter($this->env, ($context["classes"] ?? null), "html", null, true);
echo "\"></td>
";
}
public function getTemplateName()
{
return "display/results/empty_display.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "display/results/empty_display.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/display/results/empty_display.twig");
}
}

View File

@ -0,0 +1,547 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* javascript/variables.twig */
class __TwigTemplate_cfa35984e365059349cf6d6f594a2362d5d6bc82815347cd43f16f3b50f3378f extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 2
echo "var firstDayOfCalendar = '";
echo twig_escape_filter($this->env, ($context["first_day_of_calendar"] ?? null), "js", null, true);
echo "';
var themeImagePath = '";
// line 3
echo twig_escape_filter($this->env, ($context["theme_image_path"] ?? null), "js", null, true);
echo "';
var mysqlDocTemplate = '";
// line 4
echo twig_escape_filter($this->env, PhpMyAdmin\Util::getMySQLDocuURL("%s"), "js", null, true);
echo "';
var maxInputVars = ";
// line 5
echo twig_escape_filter($this->env, ($context["max_input_vars"] ?? null), "js", null, true);
echo ";
";
// line 7
ob_start(function () { return ''; });
// line 8
// l10n: Month-year order for calendar, use either "calendar-month-year" or "calendar-year-month".
echo _gettext("calendar-month-year");
$context["show_month_after_year"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 10
ob_start(function () { return ''; });
// line 11
// l10n: Year suffix for calendar, "none" is empty.
echo _gettext("none");
$context["year_suffix"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 14
echo "if (\$.datepicker) {
\$.datepicker.regional[''].closeText = '";
// line 15
ob_start(function () { return ''; });
// l10n: Display text for calendar close link
echo _gettext("Done");
$___internal_2cb2a43c604ba6bd2e1ab13bb6de5a118ba6cfdaff21d4dd13f981594739b1df_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_2cb2a43c604ba6bd2e1ab13bb6de5a118ba6cfdaff21d4dd13f981594739b1df_, "js");
echo "';
\$.datepicker.regional[''].prevText = '";
// line 16
ob_start(function () { return ''; });
// l10n: Previous month. Display text for previous month link in calendar
echo _gettext("Prev");
$___internal_f4a178632452d15bfbb0abd195b794da054e187884cdd3f91b99eec79298e4d4_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_f4a178632452d15bfbb0abd195b794da054e187884cdd3f91b99eec79298e4d4_, "js");
echo "';
\$.datepicker.regional[''].nextText = '";
// line 17
ob_start(function () { return ''; });
// l10n: Next month. Display text for next month link in calendar
echo _gettext("Next");
$___internal_45519a904bd29cfbe1a96decf5e7dedba1f9b5bdf9bca8ad5353bae06675045e_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_45519a904bd29cfbe1a96decf5e7dedba1f9b5bdf9bca8ad5353bae06675045e_, "js");
echo "';
\$.datepicker.regional[''].currentText = '";
// line 18
ob_start(function () { return ''; });
// l10n: Display text for current month link in calendar
echo _gettext("Today");
$___internal_a05a614a2934dc272cf53f93289381e04dcb8d09199188c0ce77dc43e1ab70ea_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_a05a614a2934dc272cf53f93289381e04dcb8d09199188c0ce77dc43e1ab70ea_, "js");
echo "';
\$.datepicker.regional[''].monthNames = [
'";
// line 20
echo twig_escape_filter($this->env, _gettext("January"), "js", null, true);
echo "',
'";
// line 21
echo twig_escape_filter($this->env, _gettext("February"), "js", null, true);
echo "',
'";
// line 22
echo twig_escape_filter($this->env, _gettext("March"), "js", null, true);
echo "',
'";
// line 23
echo twig_escape_filter($this->env, _gettext("April"), "js", null, true);
echo "',
'";
// line 24
echo twig_escape_filter($this->env, _gettext("May"), "js", null, true);
echo "',
'";
// line 25
echo twig_escape_filter($this->env, _gettext("June"), "js", null, true);
echo "',
'";
// line 26
echo twig_escape_filter($this->env, _gettext("July"), "js", null, true);
echo "',
'";
// line 27
echo twig_escape_filter($this->env, _gettext("August"), "js", null, true);
echo "',
'";
// line 28
echo twig_escape_filter($this->env, _gettext("September"), "js", null, true);
echo "',
'";
// line 29
echo twig_escape_filter($this->env, _gettext("October"), "js", null, true);
echo "',
'";
// line 30
echo twig_escape_filter($this->env, _gettext("November"), "js", null, true);
echo "',
'";
// line 31
echo twig_escape_filter($this->env, _gettext("December"), "js", null, true);
echo "',
];
\$.datepicker.regional[''].monthNamesShort = [
'";
// line 34
ob_start(function () { return ''; });
// l10n: Short month name for January
echo _gettext("Jan");
$___internal_4cc67ebe43a73b54ece5b9c176e87ee86a42861691209a32509fa8ac33343830_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_4cc67ebe43a73b54ece5b9c176e87ee86a42861691209a32509fa8ac33343830_, "js");
echo "',
'";
// line 35
ob_start(function () { return ''; });
// l10n: Short month name for February
echo _gettext("Feb");
$___internal_659e62aa674a583d67242e27525ff56a36319a1181fb5c91c4cc1c9578dcaad9_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_659e62aa674a583d67242e27525ff56a36319a1181fb5c91c4cc1c9578dcaad9_, "js");
echo "',
'";
// line 36
ob_start(function () { return ''; });
// l10n: Short month name for March
echo _gettext("Mar");
$___internal_93cec95481d853a7c0d96d97bb324731b9ba8c350a18b51683edfe8dff36caee_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_93cec95481d853a7c0d96d97bb324731b9ba8c350a18b51683edfe8dff36caee_, "js");
echo "',
'";
// line 37
ob_start(function () { return ''; });
// l10n: Short month name for April
echo _gettext("Apr");
$___internal_e9d4228e293db9fbb1d6c6deeef97789075b4a6aac0cbba07a3427e23f8f5322_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_e9d4228e293db9fbb1d6c6deeef97789075b4a6aac0cbba07a3427e23f8f5322_, "js");
echo "',
'";
// line 38
ob_start(function () { return ''; });
// l10n: Short month name for May
echo _gettext("May");
$___internal_280039bb0149ead52c1b7739a8bae170420cc12ea21cb7ce68bcc2a62f9d5416_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_280039bb0149ead52c1b7739a8bae170420cc12ea21cb7ce68bcc2a62f9d5416_, "js");
echo "',
'";
// line 39
ob_start(function () { return ''; });
// l10n: Short month name for June
echo _gettext("Jun");
$___internal_9cc5d552ead2484cc335ebdc69f7c1243e59ec32537ce6a3d99c2d8f1aa97293_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_9cc5d552ead2484cc335ebdc69f7c1243e59ec32537ce6a3d99c2d8f1aa97293_, "js");
echo "',
'";
// line 40
ob_start(function () { return ''; });
// l10n: Short month name for July
echo _gettext("Jul");
$___internal_32b6ac94d0b8bfd5afded25204c0b9bcbd180125783effc9abca80ee02a349a1_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_32b6ac94d0b8bfd5afded25204c0b9bcbd180125783effc9abca80ee02a349a1_, "js");
echo "',
'";
// line 41
ob_start(function () { return ''; });
// l10n: Short month name for August
echo _gettext("Aug");
$___internal_33044060ade7ffe1711020e0ed173b064bc97f3a4476d4a707da39b1d8136b1d_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_33044060ade7ffe1711020e0ed173b064bc97f3a4476d4a707da39b1d8136b1d_, "js");
echo "',
'";
// line 42
ob_start(function () { return ''; });
// l10n: Short month name for September
echo _gettext("Sep");
$___internal_0f3a9ad652ab4d11a2036dfd30cfd3e966730a48c1588ce540f5d418a560edc6_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_0f3a9ad652ab4d11a2036dfd30cfd3e966730a48c1588ce540f5d418a560edc6_, "js");
echo "',
'";
// line 43
ob_start(function () { return ''; });
// l10n: Short month name for October
echo _gettext("Oct");
$___internal_60332fc4b8adae73d68d176f86b4fbbf206ee29ba9ddbfef53ad1534d91212ea_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_60332fc4b8adae73d68d176f86b4fbbf206ee29ba9ddbfef53ad1534d91212ea_, "js");
echo "',
'";
// line 44
ob_start(function () { return ''; });
// l10n: Short month name for November
echo _gettext("Nov");
$___internal_4c0611242cd2a59e7ebcf50721ca8a52f0776a9fc2235edb84759cbf1be77306_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_4c0611242cd2a59e7ebcf50721ca8a52f0776a9fc2235edb84759cbf1be77306_, "js");
echo "',
'";
// line 45
ob_start(function () { return ''; });
// l10n: Short month name for December
echo _gettext("Dec");
$___internal_f43de55002b6241d16b6c3cf4f5db674a919ee8a1b7272d1202bdb7215de21c3_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_f43de55002b6241d16b6c3cf4f5db674a919ee8a1b7272d1202bdb7215de21c3_, "js");
echo "',
];
\$.datepicker.regional[''].dayNames = [
'";
// line 48
echo twig_escape_filter($this->env, _gettext("Sunday"), "js", null, true);
echo "',
'";
// line 49
echo twig_escape_filter($this->env, _gettext("Monday"), "js", null, true);
echo "',
'";
// line 50
echo twig_escape_filter($this->env, _gettext("Tuesday"), "js", null, true);
echo "',
'";
// line 51
echo twig_escape_filter($this->env, _gettext("Wednesday"), "js", null, true);
echo "',
'";
// line 52
echo twig_escape_filter($this->env, _gettext("Thursday"), "js", null, true);
echo "',
'";
// line 53
echo twig_escape_filter($this->env, _gettext("Friday"), "js", null, true);
echo "',
'";
// line 54
echo twig_escape_filter($this->env, _gettext("Saturday"), "js", null, true);
echo "',
];
\$.datepicker.regional[''].dayNamesShort = [
'";
// line 57
ob_start(function () { return ''; });
// l10n: Short week day name for Sunday
echo _gettext("Sun");
$___internal_cb407728e5e0f95269640980fdfc82e2edd1a664e0eda0ca31fae4c509c03cd1_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_cb407728e5e0f95269640980fdfc82e2edd1a664e0eda0ca31fae4c509c03cd1_, "js");
echo "',
'";
// line 58
ob_start(function () { return ''; });
// l10n: Short week day name for Monday
echo _gettext("Mon");
$___internal_f56bf3e202ab5373689a98611a954df1d25b5da70c7309015334c025f57e98fa_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_f56bf3e202ab5373689a98611a954df1d25b5da70c7309015334c025f57e98fa_, "js");
echo "',
'";
// line 59
ob_start(function () { return ''; });
// l10n: Short week day name for Tuesday
echo _gettext("Tue");
$___internal_ffb08b9991306e9c903a78828167fbe6992047370a8e8c74483a4b6fa343b949_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_ffb08b9991306e9c903a78828167fbe6992047370a8e8c74483a4b6fa343b949_, "js");
echo "',
'";
// line 60
ob_start(function () { return ''; });
// l10n: Short week day name for Wednesday
echo _gettext("Wed");
$___internal_d3870ced0e342c5bc0af87d8a99babe691ca5b17bf17efe0e4633cdb7588a79d_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_d3870ced0e342c5bc0af87d8a99babe691ca5b17bf17efe0e4633cdb7588a79d_, "js");
echo "',
'";
// line 61
ob_start(function () { return ''; });
// l10n: Short week day name for Thursday
echo _gettext("Thu");
$___internal_a545624cc7e6468ee92b59ceb8bdb6d7629db6b8c3ce694adf5bf13d1f14493f_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_a545624cc7e6468ee92b59ceb8bdb6d7629db6b8c3ce694adf5bf13d1f14493f_, "js");
echo "',
'";
// line 62
ob_start(function () { return ''; });
// l10n: Short week day name for Friday
echo _gettext("Fri");
$___internal_00990ed5251b7ede748b4382b7b39c01e99b0896ba89cc5399eb643b42a0533b_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_00990ed5251b7ede748b4382b7b39c01e99b0896ba89cc5399eb643b42a0533b_, "js");
echo "',
'";
// line 63
ob_start(function () { return ''; });
// l10n: Short week day name for Saturday
echo _gettext("Sat");
$___internal_58894acd0dcf41925451309fd28d1901fd5697df6cca2bd962682414fd2463d4_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_58894acd0dcf41925451309fd28d1901fd5697df6cca2bd962682414fd2463d4_, "js");
echo "',
];
\$.datepicker.regional[''].dayNamesMin = [
'";
// line 66
ob_start(function () { return ''; });
// l10n: Minimal week day name for Sunday
echo _gettext("Su");
$___internal_59edd46f389e849f2b995843be528fc964c902abc05b6bb77f44fb53142c8f70_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_59edd46f389e849f2b995843be528fc964c902abc05b6bb77f44fb53142c8f70_, "js");
echo "',
'";
// line 67
ob_start(function () { return ''; });
// l10n: Minimal week day name for Monday
echo _gettext("Mo");
$___internal_d97c393b20b3f79bf14781f241dfb0eb6a7a608ada38b003c52a8d0975cfba5b_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_d97c393b20b3f79bf14781f241dfb0eb6a7a608ada38b003c52a8d0975cfba5b_, "js");
echo "',
'";
// line 68
ob_start(function () { return ''; });
// l10n: Minimal week day name for Tuesday
echo _gettext("Tu");
$___internal_b5df15c542bc7fc2008f8fff8377d880134198d8fb267bc45933df5dba8755fe_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_b5df15c542bc7fc2008f8fff8377d880134198d8fb267bc45933df5dba8755fe_, "js");
echo "',
'";
// line 69
ob_start(function () { return ''; });
// l10n: Minimal week day name for Wednesday
echo _gettext("We");
$___internal_da21fa78fedc98e6bd4526d398f30f92a817637ae037e3302e33d2ac0a7bd3d2_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_da21fa78fedc98e6bd4526d398f30f92a817637ae037e3302e33d2ac0a7bd3d2_, "js");
echo "',
'";
// line 70
ob_start(function () { return ''; });
// l10n: Minimal week day name for Thursday
echo _gettext("Th");
$___internal_f26c2d156a7ae6b0ac72fa4d42e207c5cbc2af19a6d998f7ee2f6843deded9cd_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_f26c2d156a7ae6b0ac72fa4d42e207c5cbc2af19a6d998f7ee2f6843deded9cd_, "js");
echo "',
'";
// line 71
ob_start(function () { return ''; });
// l10n: Minimal week day name for Friday
echo _gettext("Fr");
$___internal_5759a46239b532c5f0c417b2be8a1f9e497f095e5ec38decc3ccb953effe3a12_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_5759a46239b532c5f0c417b2be8a1f9e497f095e5ec38decc3ccb953effe3a12_, "js");
echo "',
'";
// line 72
ob_start(function () { return ''; });
// l10n: Minimal week day name for Saturday
echo _gettext("Sa");
$___internal_06fe768daed46f0f2cbe843411b5e53a64a6e783d0fe8e5e5c5490a8e28648d1_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_06fe768daed46f0f2cbe843411b5e53a64a6e783d0fe8e5e5c5490a8e28648d1_, "js");
echo "',
];
\$.datepicker.regional[''].weekHeader = '";
// line 74
ob_start(function () { return ''; });
// l10n: Column header for week of the year in calendar
echo _gettext("Wk");
$___internal_b1d14cb4e7e7907560468d3414993671969549c680c4e059273bc37d39694e4a_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_b1d14cb4e7e7907560468d3414993671969549c680c4e059273bc37d39694e4a_, "js");
echo "';
\$.datepicker.regional[''].showMonthAfterYear = ";
// line 75
echo (((($context["show_month_after_year"] ?? null) == "calendar-year-month")) ? ("true") : ("false"));
echo ";
\$.datepicker.regional[''].yearSuffix = '";
// line 76
echo (((($context["year_suffix"] ?? null) != "none")) ? (twig_escape_filter($this->env, ($context["year_suffix"] ?? null), "js")) : (""));
echo "';
\$.extend(\$.datepicker._defaults, \$.datepicker.regional['']);
}
if (\$.timepicker) {
\$.timepicker.regional[''].timeText = '";
// line 81
echo twig_escape_filter($this->env, _gettext("Time"), "js", null, true);
echo "';
\$.timepicker.regional[''].hourText = '";
// line 82
echo twig_escape_filter($this->env, _gettext("Hour"), "js", null, true);
echo "';
\$.timepicker.regional[''].minuteText = '";
// line 83
echo twig_escape_filter($this->env, _gettext("Minute"), "js", null, true);
echo "';
\$.timepicker.regional[''].secondText = '";
// line 84
echo twig_escape_filter($this->env, _gettext("Second"), "js", null, true);
echo "';
\$.extend(\$.timepicker._defaults, \$.timepicker.regional['']);
}
function extendingValidatorMessages () {
\$.extend(\$.validator.messages, {
required: '";
// line 90
echo twig_escape_filter($this->env, _gettext("This field is required"), "js", null, true);
echo "',
remote: '";
// line 91
echo twig_escape_filter($this->env, _gettext("Please fix this field"), "js", null, true);
echo "',
email: '";
// line 92
echo twig_escape_filter($this->env, _gettext("Please enter a valid email address"), "js", null, true);
echo "',
url: '";
// line 93
echo twig_escape_filter($this->env, _gettext("Please enter a valid URL"), "js", null, true);
echo "',
date: '";
// line 94
echo twig_escape_filter($this->env, _gettext("Please enter a valid date"), "js", null, true);
echo "',
dateISO: '";
// line 95
echo twig_escape_filter($this->env, _gettext("Please enter a valid date ( ISO )"), "js", null, true);
echo "',
number: '";
// line 96
echo twig_escape_filter($this->env, _gettext("Please enter a valid number"), "js", null, true);
echo "',
creditcard: '";
// line 97
echo twig_escape_filter($this->env, _gettext("Please enter a valid credit card number"), "js", null, true);
echo "',
digits: '";
// line 98
echo twig_escape_filter($this->env, _gettext("Please enter only digits"), "js", null, true);
echo "',
equalTo: '";
// line 99
echo twig_escape_filter($this->env, _gettext("Please enter the same value again"), "js", null, true);
echo "',
maxlength: \$.validator.format('";
// line 100
echo twig_escape_filter($this->env, _gettext("Please enter no more than {0} characters"), "js", null, true);
echo "'),
minlength: \$.validator.format('";
// line 101
echo twig_escape_filter($this->env, _gettext("Please enter at least {0} characters"), "js", null, true);
echo "'),
rangelength: \$.validator.format('";
// line 102
echo twig_escape_filter($this->env, _gettext("Please enter a value between {0} and {1} characters long"), "js", null, true);
echo "'),
range: \$.validator.format('";
// line 103
echo twig_escape_filter($this->env, _gettext("Please enter a value between {0} and {1}"), "js", null, true);
echo "'),
max: \$.validator.format('";
// line 104
echo twig_escape_filter($this->env, _gettext("Please enter a value less than or equal to {0}"), "js", null, true);
echo "'),
min: \$.validator.format('";
// line 105
echo twig_escape_filter($this->env, _gettext("Please enter a value greater than or equal to {0}"), "js", null, true);
echo "'),
validationFunctionForDateTime: \$.validator.format('";
// line 106
echo twig_escape_filter($this->env, _gettext("Please enter a valid date or time"), "js", null, true);
echo "'),
validationFunctionForHex: \$.validator.format('";
// line 107
echo twig_escape_filter($this->env, _gettext("Please enter a valid HEX input"), "js", null, true);
echo "'),
validationFunctionForMd5: \$.validator.format('";
// line 108
ob_start(function () { return ''; });
// l10n: To validate the usage of a MD5 function on the column
echo _gettext("This column can not contain a 32 chars value");
$___internal_c0d3372e269e0574503a2f41d9da9ee46c20155301118077a7761b437d8bd1d2_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_c0d3372e269e0574503a2f41d9da9ee46c20155301118077a7761b437d8bd1d2_, "js");
echo "'),
validationFunctionForAesDesEncrypt: \$.validator.format('";
// line 109
ob_start(function () { return ''; });
// l10n: To validate the usage of a AES_ENCRYPT/DES_ENCRYPT function on the column
echo _gettext("These functions are meant to return a binary result; to avoid inconsistent results you should store it in a BINARY, VARBINARY, or BLOB column.");
$___internal_ef3d837e185e25a43b70a732f3186f4bbccedc44e2395e89a5dc32eba87c1325_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_ef3d837e185e25a43b70a732f3186f4bbccedc44e2395e89a5dc32eba87c1325_, "js");
echo "')
});
}
";
}
public function getTemplateName()
{
return "javascript/variables.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 517 => 109, 509 => 108, 505 => 107, 501 => 106, 497 => 105, 493 => 104, 489 => 103, 485 => 102, 481 => 101, 477 => 100, 473 => 99, 469 => 98, 465 => 97, 461 => 96, 457 => 95, 453 => 94, 449 => 93, 445 => 92, 441 => 91, 437 => 90, 428 => 84, 424 => 83, 420 => 82, 416 => 81, 408 => 76, 404 => 75, 396 => 74, 387 => 72, 379 => 71, 371 => 70, 363 => 69, 355 => 68, 347 => 67, 339 => 66, 329 => 63, 321 => 62, 313 => 61, 305 => 60, 297 => 59, 289 => 58, 281 => 57, 275 => 54, 271 => 53, 267 => 52, 263 => 51, 259 => 50, 255 => 49, 251 => 48, 241 => 45, 233 => 44, 225 => 43, 217 => 42, 209 => 41, 201 => 40, 193 => 39, 185 => 38, 177 => 37, 169 => 36, 161 => 35, 153 => 34, 147 => 31, 143 => 30, 139 => 29, 135 => 28, 131 => 27, 127 => 26, 123 => 25, 119 => 24, 115 => 23, 111 => 22, 107 => 21, 103 => 20, 94 => 18, 86 => 17, 78 => 16, 70 => 15, 67 => 14, 63 => 11, 61 => 10, 57 => 8, 55 => 7, 50 => 5, 46 => 4, 42 => 3, 37 => 2,);
}
public function getSourceContext()
{
return new Source("", "javascript/variables.twig", "E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\pma\\templates\\javascript\\variables.twig");
}
}

View File

@ -0,0 +1,195 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* database/structure/check_all_tables.twig */
class __TwigTemplate_432a0dec2f0de4f53f1ff2d6e71f1d59f97dfd26e1afc79c83f9b0f575878ebd extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<div class=\"clearfloat print_ignore\">
<img class=\"selectallarrow\" src=\"";
// line 2
echo twig_escape_filter($this->env, ($context["theme_image_path"] ?? null), "html", null, true);
echo "arrow_";
echo twig_escape_filter($this->env, ($context["text_dir"] ?? null), "html", null, true);
echo ".png\" width=\"38\" height=\"22\" alt=\"";
echo _gettext("With selected:");
echo "\">
<input type=\"checkbox\" id=\"tablesForm_checkall\" class=\"checkall_box\" title=\"";
// line 3
echo _gettext("Check all");
echo "\">
<label for=\"tablesForm_checkall\">";
// line 4
echo _gettext("Check all");
echo "</label>
";
// line 5
if ((($context["overhead_check"] ?? null) != "")) {
// line 6
echo " / <a href=\"#\" class=\"checkall-filter\" data-checkall-selector=\".tbl-overhead\">";
echo _gettext("Check tables having overhead");
echo "</a>
";
}
// line 8
echo " <select name=\"submit_mult\" style=\"margin: 0 3em 0 3em;\">
<option value=\"";
// line 9
echo _gettext("With selected:");
echo "\" selected=\"selected\">";
echo _gettext("With selected:");
echo "</option>
<option value=\"copy_tbl\">";
// line 10
echo _gettext("Copy table");
echo "</option>
<option value=\"show_create\">";
// line 11
echo _gettext("Show create");
echo "</option>
<option value=\"export\">";
// line 12
echo _gettext("Export");
echo "</option>
";
// line 13
if (( !($context["db_is_system_schema"] ?? null) && !($context["disable_multi_table"] ?? null))) {
// line 14
echo " <optgroup label=\"";
echo _gettext("Delete data or table");
echo "\">
<option value=\"empty_tbl\">";
// line 15
echo _gettext("Empty");
echo "</option>
<option value=\"drop_tbl\">";
// line 16
echo _gettext("Drop");
echo "</option>
</optgroup>
<optgroup label=\"";
// line 18
echo _gettext("Table maintenance");
echo "\">
<option value=\"analyze_tbl\">";
// line 19
echo _gettext("Analyze table");
echo "</option>
<option value=\"check_tbl\">";
// line 20
echo _gettext("Check table");
echo "</option>
<option value=\"checksum_tbl\">";
// line 21
echo _gettext("Checksum table");
echo "</option>
<option value=\"optimize_tbl\">";
// line 22
echo _gettext("Optimize table");
echo "</option>
<option value=\"repair_tbl\">";
// line 23
echo _gettext("Repair table");
echo "</option>
</optgroup>
<optgroup label=\"";
// line 25
echo _gettext("Prefix");
echo "\">
<option value=\"add_prefix_tbl\">";
// line 26
echo _gettext("Add prefix to table");
echo "</option>
<option value=\"replace_prefix_tbl\">";
// line 27
echo _gettext("Replace table prefix");
echo "</option>
<option value=\"copy_tbl_change_prefix\">";
// line 28
echo _gettext("Copy table with prefix");
echo "</option>
</optgroup>
";
}
// line 31
echo " ";
if ((array_key_exists("central_columns_work", $context) && ($context["central_columns_work"] ?? null))) {
// line 32
echo " <optgroup label=\"";
echo _gettext("Central columns");
echo "\">
<option value=\"sync_unique_columns_central_list\">";
// line 33
echo _gettext("Add columns to central list");
echo "</option>
<option value=\"delete_unique_columns_central_list\">";
// line 34
echo _gettext("Remove columns from central list");
echo "</option>
<option value=\"make_consistent_with_central_list\">";
// line 35
echo _gettext("Make consistent with central list");
echo "</option>
</optgroup>
";
}
// line 38
echo " </select>
";
// line 39
echo twig_join_filter(($context["hidden_fields"] ?? null), "
");
echo "
</div>
";
}
public function getTemplateName()
{
return "database/structure/check_all_tables.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 169 => 39, 166 => 38, 160 => 35, 156 => 34, 152 => 33, 147 => 32, 144 => 31, 138 => 28, 134 => 27, 130 => 26, 126 => 25, 121 => 23, 117 => 22, 113 => 21, 109 => 20, 105 => 19, 101 => 18, 96 => 16, 92 => 15, 87 => 14, 85 => 13, 81 => 12, 77 => 11, 73 => 10, 67 => 9, 64 => 8, 58 => 6, 56 => 5, 52 => 4, 48 => 3, 40 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "database/structure/check_all_tables.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/database/structure/check_all_tables.twig");
}
}

View File

@ -0,0 +1,309 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* indexes.twig */
class __TwigTemplate_119fd6790ad96e7f9a4d5d6364334c861ca29d35c386627841e71e84d84abd27 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<fieldset class=\"index_info\">
<legend id=\"index_header\">
";
// line 3
echo _gettext("Indexes");
// line 4
echo " ";
echo \PhpMyAdmin\Html\MySQLDocumentation::show("optimizing-database-structure");
echo "
</legend>
";
// line 7
if ( !twig_test_empty(($context["indexes"] ?? null))) {
// line 8
echo " ";
echo ($context["indexes_duplicates"] ?? null);
echo "
<div class=\"table-responsive jsresponsive\">
<table class=\"table table-light table-striped table-hover table-sm w-auto\" id=\"table_index\">
<thead class=\"thead-light\">
<tr>
<th colspan=\"3\" class=\"print_ignore\">";
// line 14
echo _gettext("Action");
echo "</th>
<th>";
// line 15
echo _gettext("Keyname");
echo "</th>
<th>";
// line 16
echo _gettext("Type");
echo "</th>
<th>";
// line 17
echo _gettext("Unique");
echo "</th>
<th>";
// line 18
echo _gettext("Packed");
echo "</th>
<th>";
// line 19
echo _gettext("Column");
echo "</th>
<th>";
// line 20
echo _gettext("Cardinality");
echo "</th>
<th>";
// line 21
echo _gettext("Collation");
echo "</th>
<th>";
// line 22
echo _gettext("Null");
echo "</th>
<th>";
// line 23
echo _gettext("Comment");
echo "</th>
</tr>
</thead>
";
// line 27
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["indexes"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["index"]) {
// line 28
echo " <tbody class=\"row_span\">
";
// line 29
$context["columns_count"] = twig_get_attribute($this->env, $this->source, $context["index"], "getColumnCount", [], "method", false, false, false, 29);
// line 30
echo " <tr class=\"noclick\">
<td rowspan=\"";
// line 31
echo twig_escape_filter($this->env, ($context["columns_count"] ?? null), "html", null, true);
echo "\" class=\"edit_index print_ignore ajax\">
<a class=\"ajax\" href=\"";
// line 32
echo PhpMyAdmin\Url::getFromRoute("/table/indexes");
echo "\" data-post=\"";
echo PhpMyAdmin\Url::getCommon(twig_array_merge(($context["url_params"] ?? null), ["index" => twig_get_attribute($this->env, $this->source, $context["index"], "getName", [], "method", false, false, false, 32)]), "");
echo "\">
";
// line 33
echo \PhpMyAdmin\Html\Generator::getIcon("b_edit", _gettext("Edit"));
echo "
</a>
</td>
<td rowspan=\"";
// line 36
echo twig_escape_filter($this->env, ($context["columns_count"] ?? null), "html", null, true);
echo "\" class=\"rename_index print_ignore ajax\" >
<a class=\"ajax\" href=\"";
// line 37
echo PhpMyAdmin\Url::getFromRoute("/table/indexes/rename");
echo "\" data-post=\"";
echo PhpMyAdmin\Url::getCommon(twig_array_merge(($context["url_params"] ?? null), ["index" => twig_get_attribute($this->env, $this->source, $context["index"], "getName", [], "method", false, false, false, 37)]), "");
echo "\">
";
// line 38
echo \PhpMyAdmin\Html\Generator::getIcon("b_rename", _gettext("Rename"));
echo "
</a>
</td>
<td rowspan=\"";
// line 41
echo twig_escape_filter($this->env, ($context["columns_count"] ?? null), "html", null, true);
echo "\" class=\"print_ignore\">
";
// line 42
if ((twig_get_attribute($this->env, $this->source, $context["index"], "getName", [], "method", false, false, false, 42) == "PRIMARY")) {
// line 43
echo " ";
$context["index_params"] = ["sql_query" => (("ALTER TABLE " . PhpMyAdmin\Util::backquote( // line 44
($context["table"] ?? null))) . " DROP PRIMARY KEY;"), "message_to_show" => _gettext("The primary key has been dropped.")];
// line 47
echo " ";
} else {
// line 48
echo " ";
$context["index_params"] = ["sql_query" => (((("ALTER TABLE " . PhpMyAdmin\Util::backquote( // line 49
($context["table"] ?? null))) . " DROP INDEX ") . PhpMyAdmin\Util::backquote(twig_get_attribute($this->env, $this->source, $context["index"], "getName", [], "method", false, false, false, 49))) . ";"), "message_to_show" => sprintf(_gettext("Index %s has been dropped."), twig_get_attribute($this->env, $this->source, // line 50
$context["index"], "getName", [], "method", false, false, false, 50))];
// line 52
echo " ";
}
// line 53
echo "
<input type=\"hidden\" class=\"drop_primary_key_index_msg\" value=\"";
// line 54
echo PhpMyAdmin\Sanitize::jsFormat(twig_get_attribute($this->env, $this->source, ($context["index_params"] ?? null), "sql_query", [], "any", false, false, false, 54), false);
echo "\">
";
// line 55
echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/sql", twig_array_merge( // line 56
($context["url_params"] ?? null), ($context["index_params"] ?? null))), \PhpMyAdmin\Html\Generator::getIcon("b_drop", _gettext("Drop")), ["class" => "drop_primary_key_index_anchor ajax"]);
// line 59
echo "
</td>
<th rowspan=\"";
// line 61
echo twig_escape_filter($this->env, ($context["columns_count"] ?? null), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["index"], "getName", [], "method", false, false, false, 61), "html", null, true);
echo "</th>
<td rowspan=\"";
// line 62
echo twig_escape_filter($this->env, ($context["columns_count"] ?? null), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, $context["index"], "getType", [], "method", true, true, false, 62)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, $context["index"], "getType", [], "method", false, false, false, 62), twig_get_attribute($this->env, $this->source, $context["index"], "getChoice", [], "method", false, false, false, 62))) : (twig_get_attribute($this->env, $this->source, $context["index"], "getChoice", [], "method", false, false, false, 62))), "html", null, true);
echo "</td>
<td rowspan=\"";
// line 63
echo twig_escape_filter($this->env, ($context["columns_count"] ?? null), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, $context["index"], "isUnique", [], "method", false, false, false, 63)) ? (_gettext("Yes")) : (_gettext("No"))), "html", null, true);
echo "</td>
<td rowspan=\"";
// line 64
echo twig_escape_filter($this->env, ($context["columns_count"] ?? null), "html", null, true);
echo "\">";
echo twig_get_attribute($this->env, $this->source, $context["index"], "isPacked", [], "method", false, false, false, 64);
echo "</td>
";
// line 66
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["index"], "getColumns", [], "method", false, false, false, 66));
foreach ($context['_seq'] as $context["_key"] => $context["column"]) {
// line 67
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["column"], "getSeqInIndex", [], "method", false, false, false, 67) > 1)) {
// line 68
echo " <tr class=\"noclick\">
";
}
// line 70
echo " <td>
";
// line 71
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["column"], "getName", [], "method", false, false, false, 71), "html", null, true);
echo "
";
// line 72
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, $context["column"], "getSubPart", [], "method", false, false, false, 72))) {
// line 73
echo " (";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["column"], "getSubPart", [], "method", false, false, false, 73), "html", null, true);
echo ")
";
}
// line 75
echo " </td>
<td>";
// line 76
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["column"], "getCardinality", [], "method", false, false, false, 76), "html", null, true);
echo "</td>
<td>";
// line 77
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["column"], "getCollation", [], "method", false, false, false, 77), "html", null, true);
echo "</td>
<td>";
// line 78
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["column"], "getNull", [0 => true], "method", false, false, false, 78), "html", null, true);
echo "</td>
";
// line 80
if ((twig_get_attribute($this->env, $this->source, $context["column"], "getSeqInIndex", [], "method", false, false, false, 80) == 1)) {
// line 81
echo " <td rowspan=\"";
echo twig_escape_filter($this->env, ($context["columns_count"] ?? null), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["index"], "getComments", [], "method", false, false, false, 81), "html", null, true);
echo "</td>
";
}
// line 83
echo " </tr>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['column'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 85
echo " </tbody>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['index'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 87
echo " </table>
</div>
";
} else {
// line 90
echo " <div class=\"no_indexes_defined\">";
echo call_user_func_array($this->env->getFilter('notice')->getCallable(), [_gettext("No index defined!")]);
echo "</div>
";
}
// line 92
echo "</fieldset>
";
}
public function getTemplateName()
{
return "indexes.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 286 => 92, 280 => 90, 275 => 87, 268 => 85, 261 => 83, 253 => 81, 251 => 80, 246 => 78, 242 => 77, 238 => 76, 235 => 75, 229 => 73, 227 => 72, 223 => 71, 220 => 70, 216 => 68, 213 => 67, 209 => 66, 202 => 64, 196 => 63, 190 => 62, 184 => 61, 180 => 59, 178 => 56, 177 => 55, 173 => 54, 170 => 53, 167 => 52, 165 => 50, 164 => 49, 162 => 48, 159 => 47, 157 => 44, 155 => 43, 153 => 42, 149 => 41, 143 => 38, 137 => 37, 133 => 36, 127 => 33, 121 => 32, 117 => 31, 114 => 30, 112 => 29, 109 => 28, 105 => 27, 98 => 23, 94 => 22, 90 => 21, 86 => 20, 82 => 19, 78 => 18, 74 => 17, 70 => 16, 66 => 15, 62 => 14, 52 => 8, 50 => 7, 43 => 4, 41 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "indexes.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/indexes.twig");
}
}

View File

@ -0,0 +1,263 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* console/display.twig */
class __TwigTemplate_990e53183313235772c469e865ca9cfdf580f6e913ea5413ebac611cfded6e9d extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<div id=\"pma_console_container\">
<div id=\"pma_console\">
";
// line 4
echo " ";
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 4)->display(twig_to_array(["parent_div_classes" => "collapsed", "content_array" => [0 => [0 => "switch_button console_switch", 1 => _gettext("Console"), "image" => // line 7
($context["image"] ?? null)], 1 => [0 => "button clear", 1 => _gettext("Clear")], 2 => [0 => "button history", 1 => _gettext("History")], 3 => [0 => "button options", 1 => _gettext("Options")], 4 => (( // line 11
array_key_exists("cfg_bookmark", $context)) ? ([0 => "button bookmarks", 1 => _gettext("Bookmarks")]) : (null)), 5 => [0 => "button debug hide", 1 => _gettext("Debug SQL")]]]));
// line 15
echo " ";
// line 16
echo " <div class=\"content\">
<div class=\"console_message_container\">
<div class=\"message welcome\">
<span id=\"instructions-0\">
";
// line 20
echo _gettext("Press Ctrl+Enter to execute query");
// line 21
echo " </span>
<span class=\"hide\" id=\"instructions-1\">
";
// line 23
echo _gettext("Press Enter to execute query");
// line 24
echo " </span>
</div>
";
// line 26
if ( !twig_test_empty(($context["sql_history"] ?? null))) {
// line 27
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_reverse_filter($this->env, ($context["sql_history"] ?? null)));
foreach ($context['_seq'] as $context["_key"] => $context["record"]) {
// line 28
echo " <div class=\"message history collapsed hide";
// line 29
echo ((preg_match("@^SELECT[[:space:]]+@i", (($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = $context["record"]) && is_array($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4) || $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 instanceof ArrayAccess ? ($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4["sqlquery"] ?? null) : null))) ? (" select") : (""));
echo "\"
targetdb=\"";
// line 30
echo twig_escape_filter($this->env, (($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 = $context["record"]) && is_array($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144) || $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 instanceof ArrayAccess ? ($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144["db"] ?? null) : null), "html", null, true);
echo "\" targettable=\"";
echo twig_escape_filter($this->env, (($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b = $context["record"]) && is_array($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b) || $__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b instanceof ArrayAccess ? ($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b["table"] ?? null) : null), "html", null, true);
echo "\">
";
// line 31
$this->loadTemplate("console/query_action.twig", "console/display.twig", 31)->display(twig_to_array(["parent_div_classes" => "action_content", "content_array" => [0 => [0 => "action collapse", 1 => _gettext("Collapse")], 1 => [0 => "action expand", 1 => _gettext("Expand")], 2 => [0 => "action requery", 1 => _gettext("Requery")], 3 => [0 => "action edit", 1 => _gettext("Edit")], 4 => [0 => "action explain", 1 => _gettext("Explain")], 5 => [0 => "action profiling", 1 => _gettext("Profiling")], 6 => (( // line 40
array_key_exists("cfg_bookmark", $context)) ? ([0 => "action bookmark", 1 => _gettext("Bookmark")]) : (null)), 7 => [0 => "text failed", 1 => _gettext("Query failed")], 8 => [0 => "text targetdb", 1 => _gettext("Database"), "extraSpan" => (($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 = // line 42
$context["record"]) && is_array($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002) || $__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 instanceof ArrayAccess ? ($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002["db"] ?? null) : null)], 9 => [0 => "text query_time", 1 => _gettext("Queried time"), "extraSpan" => ((twig_get_attribute($this->env, $this->source, // line 46
$context["record"], "timevalue", [], "array", true, true, false, 46)) ? ((($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4 = // line 47
$context["record"]) && is_array($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4) || $__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4 instanceof ArrayAccess ? ($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4["timevalue"] ?? null) : null)) : (_gettext("During current session")))]]]));
// line 51
echo " <span class=\"query\">";
echo twig_escape_filter($this->env, (($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666 = $context["record"]) && is_array($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666) || $__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666 instanceof ArrayAccess ? ($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666["sqlquery"] ?? null) : null), "html", null, true);
echo "</span>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['record'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 54
echo " ";
}
// line 55
echo " </div><!-- console_message_container -->
<div class=\"query_input\">
<span class=\"console_query_input\"></span>
</div>
</div><!-- message end -->
";
// line 61
echo " <div class=\"mid_layer\"></div>
";
// line 63
echo " <div class=\"card\" id=\"debug_console\">
";
// line 64
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 64)->display(twig_to_array(["parent_div_classes" => "", "content_array" => [0 => [0 => "button order order_asc", 1 => _gettext("ascending")], 1 => [0 => "button order order_desc", 1 => _gettext("descending")], 2 => [0 => "text", 1 => _gettext("Order:")], 3 => [0 => "switch_button", 1 => _gettext("Debug SQL")], 4 => [0 => "button order_by sort_count", 1 => _gettext("Count")], 5 => [0 => "button order_by sort_exec", 1 => _gettext("Execution order")], 6 => [0 => "button order_by sort_time", 1 => _gettext("Time taken")], 7 => [0 => "text", 1 => _gettext("Order by:")], 8 => [0 => "button group_queries", 1 => _gettext("Group queries")], 9 => [0 => "button ungroup_queries", 1 => _gettext("Ungroup queries")]]]));
// line 79
echo " <div class=\"content debug\">
<div class=\"message welcome\"></div>
<div class=\"debugLog\"></div>
</div> <!-- Content -->
<div class=\"templates\">
";
// line 84
$this->loadTemplate("console/query_action.twig", "console/display.twig", 84)->display(twig_to_array(["parent_div_classes" => "debug_query action_content", "content_array" => [0 => [0 => "action collapse", 1 => _gettext("Collapse")], 1 => [0 => "action expand", 1 => _gettext("Expand")], 2 => [0 => "action dbg_show_trace", 1 => _gettext("Show trace")], 3 => [0 => "action dbg_hide_trace", 1 => _gettext("Hide trace")], 4 => [0 => "text count hide", 1 => _gettext("Count")], 5 => [0 => "text time", 1 => _gettext("Time taken")]]]));
// line 95
echo " </div> <!-- Template -->
</div> <!-- Debug SQL card -->
";
// line 97
if (($context["cfg_bookmark"] ?? null)) {
// line 98
echo " <div class=\"card\" id=\"pma_bookmarks\">
";
// line 99
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 99)->display(twig_to_array(["parent_div_classes" => "", "content_array" => [0 => [0 => "switch_button", 1 => _gettext("Bookmarks")], 1 => [0 => "button refresh", 1 => _gettext("Refresh")], 2 => [0 => "button add", 1 => _gettext("Add")]]]));
// line 107
echo " <div class=\"content bookmark\">
";
// line 108
echo ($context["bookmark_content"] ?? null);
echo "
</div>
<div class=\"mid_layer\"></div>
<div class=\"card add\">
";
// line 112
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 112)->display(twig_to_array(["parent_div_classes" => "", "content_array" => [0 => [0 => "switch_button", 1 => _gettext("Add bookmark")]]]));
// line 118
echo " <div class=\"content add_bookmark\">
<div class=\"options\">
<label>
";
// line 121
echo _gettext("Label");
echo ": <input type=\"text\" name=\"label\">
</label>
<label>
";
// line 124
echo _gettext("Target database");
echo ": <input type=\"text\" name=\"targetdb\">
</label>
<label>
<input type=\"checkbox\" name=\"shared\">";
// line 127
echo _gettext("Share this bookmark");
// line 128
echo " </label>
<button class=\"btn btn-primary\" type=\"submit\" name=\"submit\">";
// line 129
echo _gettext("OK");
echo "</button>
</div> <!-- options -->
<div class=\"query_input\">
<span class=\"bookmark_add_input\"></span>
</div>
</div>
</div> <!-- Add bookmark card -->
</div> <!-- Bookmarks card -->
";
}
// line 138
echo " ";
// line 139
echo " <div class=\"card\" id=\"pma_console_options\">
";
// line 140
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 140)->display(twig_to_array(["parent_div_classes" => "", "content_array" => [0 => [0 => "switch_button", 1 => _gettext("Options")], 1 => [0 => "button default", 1 => _gettext("Set default")]]]));
// line 147
echo " <div class=\"content\">
<label>
<input type=\"checkbox\" name=\"always_expand\">";
// line 149
echo _gettext("Always expand query messages");
// line 150
echo " </label>
<br>
<label>
<input type=\"checkbox\" name=\"start_history\">";
// line 153
echo _gettext("Show query history at start");
// line 154
echo " </label>
<br>
<label>
<input type=\"checkbox\" name=\"current_query\">";
// line 157
echo _gettext("Show current browsing query");
// line 158
echo " </label>
<br>
<label>
<input type=\"checkbox\" name=\"enter_executes\">
";
// line 162
echo _gettext("Execute queries on Enter and insert new line with Shift + Enter. To make this permanent, view settings.");
// line 165
echo " </label>
<br>
<label>
<input type=\"checkbox\" name=\"dark_theme\">";
// line 168
echo _gettext("Switch to dark theme");
// line 169
echo " </label>
<br>
</div>
</div> <!-- Options card -->
<div class=\"templates\">
";
// line 175
echo " ";
$this->loadTemplate("console/query_action.twig", "console/display.twig", 175)->display(twig_to_array(["parent_div_classes" => "query_actions", "content_array" => [0 => [0 => "action collapse", 1 => _gettext("Collapse")], 1 => [0 => "action expand", 1 => _gettext("Expand")], 2 => [0 => "action requery", 1 => _gettext("Requery")], 3 => [0 => "action edit", 1 => _gettext("Edit")], 4 => [0 => "action explain", 1 => _gettext("Explain")], 5 => [0 => "action profiling", 1 => _gettext("Profiling")], 6 => (( // line 184
array_key_exists("cfg_bookmark", $context)) ? ([0 => "action bookmark", 1 => _gettext("Bookmark")]) : (null)), 7 => [0 => "text failed", 1 => _gettext("Query failed")], 8 => [0 => "text targetdb", 1 => _gettext("Database"), "extraSpan" => ""], 9 => [0 => "text query_time", 1 => _gettext("Queried time"), "extraSpan" => ""]]]));
// line 190
echo " </div>
</div> <!-- #console end -->
</div> <!-- #console_container end -->
";
}
public function getTemplateName()
{
return "console/display.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 238 => 190, 236 => 184, 234 => 175, 227 => 169, 225 => 168, 220 => 165, 218 => 162, 212 => 158, 210 => 157, 205 => 154, 203 => 153, 198 => 150, 196 => 149, 192 => 147, 190 => 140, 187 => 139, 185 => 138, 173 => 129, 170 => 128, 168 => 127, 162 => 124, 156 => 121, 151 => 118, 149 => 112, 142 => 108, 139 => 107, 137 => 99, 134 => 98, 132 => 97, 128 => 95, 126 => 84, 119 => 79, 117 => 64, 114 => 63, 111 => 61, 104 => 55, 101 => 54, 91 => 51, 89 => 47, 88 => 46, 87 => 42, 86 => 40, 85 => 31, 79 => 30, 75 => 29, 73 => 28, 68 => 27, 66 => 26, 62 => 24, 60 => 23, 56 => 21, 54 => 20, 48 => 16, 46 => 15, 44 => 11, 43 => 7, 41 => 4, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "console/display.twig", "E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\pma\\templates\\console\\display.twig");
}
}

View File

@ -0,0 +1,85 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* sql/sql_query_results.twig */
class __TwigTemplate_23166662e85e08e75148ca5a648bfa1ad265d54390b352e6d3c259fcd5067f4c extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<div class=\"sqlqueryresults ajax\">
";
// line 2
echo ($context["previous_update_query"] ?? null);
echo "
";
// line 3
echo ($context["profiling_chart"] ?? null);
echo "
";
// line 4
echo ($context["missing_unique_column_message"] ?? null);
echo "
";
// line 5
echo ($context["bookmark_created_message"] ?? null);
echo "
";
// line 6
echo ($context["table"] ?? null);
echo "
";
// line 7
echo ($context["bookmark_support"] ?? null);
echo "
</div>
";
}
public function getTemplateName()
{
return "sql/sql_query_results.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 60 => 7, 56 => 6, 52 => 5, 48 => 4, 44 => 3, 40 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "sql/sql_query_results.twig", "E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\pma\\templates\\sql\\sql_query_results.twig");
}
}

View File

@ -0,0 +1,93 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* console/toolbar.twig */
class __TwigTemplate_c9ddc712efb27e8853f3cfde791f5bd89893c00b84d82caf9ce611744f7f1484 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<div class=\"toolbar ";
echo twig_escape_filter($this->env, ($context["parent_div_classes"] ?? null), "html", null, true);
echo "\">
";
// line 2
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["content_array"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["content"]) {
// line 3
echo " ";
if (array_key_exists("content", $context)) {
// line 4
echo " <div class=\"";
echo twig_escape_filter($this->env, (($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = $context["content"]) && is_array($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4) || $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 instanceof ArrayAccess ? ($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4[0] ?? null) : null), "html", null, true);
echo "\">
";
// line 5
echo ((twig_get_attribute($this->env, $this->source, $context["content"], "image", [], "array", true, true, false, 5)) ? ((($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 = $context["content"]) && is_array($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144) || $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 instanceof ArrayAccess ? ($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144["image"] ?? null) : null)) : (""));
echo "
<span>";
// line 6
echo twig_escape_filter($this->env, (($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b = $context["content"]) && is_array($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b) || $__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b instanceof ArrayAccess ? ($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b[1] ?? null) : null), "html", null, true);
echo "</span>
</div>
";
}
// line 9
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['content'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 10
echo "</div>
";
}
public function getTemplateName()
{
return "console/toolbar.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 70 => 10, 64 => 9, 58 => 6, 54 => 5, 49 => 4, 46 => 3, 42 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "console/toolbar.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/console/toolbar.twig");
}
}

View File

@ -0,0 +1,113 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* config/form_display/fieldset_top.twig */
class __TwigTemplate_1faecd954d72a6845d9ee02a56b469961aa7081e2ed41e88c7b8930837691b65 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<fieldset";
// line 2
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["attributes"] ?? null));
foreach ($context['_seq'] as $context["key"] => $context["value"]) {
// line 3
echo " ";
echo twig_escape_filter($this->env, $context["key"], "html", null, true);
echo "=\"";
echo twig_escape_filter($this->env, $context["value"], "html", null, true);
echo "\"";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['value'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 4
echo ">
<legend>";
// line 5
echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true);
echo "</legend>
";
// line 6
if ( !twig_test_empty(($context["description"] ?? null))) {
// line 7
echo " <p>";
echo ($context["description"] ?? null);
echo "</p>
";
}
// line 10
if ((twig_test_iterable(($context["errors"] ?? null)) && (twig_length_filter($this->env, ($context["errors"] ?? null)) > 0))) {
// line 11
echo " <dl class=\"errors\">
";
// line 12
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["errors"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["error"]) {
// line 13
echo " <dd>";
echo twig_escape_filter($this->env, $context["error"], "html", null, true);
echo "</dd>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['error'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 15
echo " </dl>
";
}
// line 17
echo "<table class=\"pma-table\" width=\"100%\" cellspacing=\"0\">
";
}
public function getTemplateName()
{
return "config/form_display/fieldset_top.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 90 => 17, 86 => 15, 77 => 13, 73 => 12, 70 => 11, 68 => 10, 62 => 7, 60 => 6, 56 => 5, 53 => 4, 43 => 3, 39 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "config/form_display/fieldset_top.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/config/form_display/fieldset_top.twig");
}
}

View File

@ -0,0 +1,264 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* database/structure/table_header.twig */
class __TwigTemplate_88ee6c1198cfe0a536bcaf6f0736181df054428f0c37cdf8c51937c01e383ab9 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<form method=\"post\" action=\"";
echo PhpMyAdmin\Url::getFromRoute("/database/structure");
echo "\" name=\"tablesForm\" id=\"tablesForm\">
";
// line 2
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null));
echo "
<div class=\"table-responsive\">
<table class=\"table table-light table-striped table-hover table-sm w-auto data\">
<thead class=\"thead-light\">
<tr>
<th class=\"d-print-none\"></th>
<th>";
// line 8
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Table"), "table");
echo "</th>
";
// line 9
if (($context["replication"] ?? null)) {
// line 10
echo " <th>";
echo _gettext("Replication");
echo "</th>
";
}
// line 12
echo "
";
// line 13
if (($context["db_is_system_schema"] ?? null)) {
// line 14
echo " ";
$context["action_colspan"] = 3;
// line 15
echo " ";
} else {
// line 16
echo " ";
$context["action_colspan"] = 6;
// line 17
echo " ";
}
// line 18
echo " ";
if ((($context["num_favorite_tables"] ?? null) > 0)) {
// line 19
echo " ";
$context["action_colspan"] = (($context["action_colspan"] ?? null) + 1);
// line 20
echo " ";
}
// line 21
echo " <th colspan=\"";
echo twig_escape_filter($this->env, ($context["action_colspan"] ?? null), "html", null, true);
echo "\" class=\"d-print-none\">
";
// line 22
echo _gettext("Action");
// line 23
echo " </th>
";
// line 25
echo " <th>
";
// line 26
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Rows"), "records", "DESC");
echo "
";
// line 27
echo \PhpMyAdmin\Html\Generator::showHint(PhpMyAdmin\Sanitize::sanitizeMessage(_gettext("May be approximate. Click on the number to get the exact count. See [doc@faq3-11]FAQ 3.11[/doc].")));
echo "
</th>
";
// line 29
if ( !(($context["properties_num_columns"] ?? null) > 1)) {
// line 30
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Type"), "type");
echo "</th>
<th>";
// line 31
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Collation"), "collation");
echo "</th>
";
}
// line 33
echo "
";
// line 34
if (($context["is_show_stats"] ?? null)) {
// line 35
echo " ";
// line 36
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Size"), "size", "DESC");
echo "</th>
";
// line 38
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Overhead"), "overhead", "DESC");
echo "</th>
";
}
// line 40
echo "
";
// line 41
if (($context["show_charset"] ?? null)) {
// line 42
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Charset"), "charset");
echo "</th>
";
}
// line 44
echo "
";
// line 45
if (($context["show_comment"] ?? null)) {
// line 46
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Comment"), "comment");
echo "</th>
";
}
// line 48
echo "
";
// line 49
if (($context["show_creation"] ?? null)) {
// line 50
echo " ";
// line 51
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Creation"), "creation", "DESC");
echo "</th>
";
}
// line 53
echo "
";
// line 54
if (($context["show_last_update"] ?? null)) {
// line 55
echo " ";
// line 56
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Last update"), "last_update", "DESC");
echo "</th>
";
}
// line 58
echo "
";
// line 59
if (($context["show_last_check"] ?? null)) {
// line 60
echo " ";
// line 61
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Last check"), "last_check", "DESC");
echo "</th>
";
}
// line 63
echo " </tr>
</thead>
<tbody>
";
// line 66
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["structure_table_rows"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["structure_table_row"]) {
// line 67
echo " ";
$this->loadTemplate("database/structure/structure_table_row.twig", "database/structure/table_header.twig", 67)->display(twig_to_array($context["structure_table_row"]));
// line 68
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['structure_table_row'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 69
echo " </tbody>
";
// line 70
if (($context["body_for_table_summary"] ?? null)) {
// line 71
echo " ";
$this->loadTemplate("database/structure/body_for_table_summary.twig", "database/structure/table_header.twig", 71)->display(twig_to_array(($context["body_for_table_summary"] ?? null)));
// line 72
echo " ";
}
// line 73
echo "</table>
</div>
";
// line 75
if (($context["check_all_tables"] ?? null)) {
// line 76
echo " ";
$this->loadTemplate("database/structure/check_all_tables.twig", "database/structure/table_header.twig", 76)->display(twig_to_array(($context["check_all_tables"] ?? null)));
}
// line 78
echo "</form>
";
}
public function getTemplateName()
{
return "database/structure/table_header.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 241 => 78, 237 => 76, 235 => 75, 231 => 73, 228 => 72, 225 => 71, 223 => 70, 220 => 69, 214 => 68, 211 => 67, 207 => 66, 202 => 63, 196 => 61, 194 => 60, 192 => 59, 189 => 58, 183 => 56, 181 => 55, 179 => 54, 176 => 53, 170 => 51, 168 => 50, 166 => 49, 163 => 48, 157 => 46, 155 => 45, 152 => 44, 146 => 42, 144 => 41, 141 => 40, 135 => 38, 130 => 36, 128 => 35, 126 => 34, 123 => 33, 118 => 31, 113 => 30, 111 => 29, 106 => 27, 102 => 26, 99 => 25, 96 => 23, 94 => 22, 89 => 21, 86 => 20, 83 => 19, 80 => 18, 77 => 17, 74 => 16, 71 => 15, 68 => 14, 66 => 13, 63 => 12, 57 => 10, 55 => 9, 51 => 8, 42 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "database/structure/table_header.twig", "E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\pma\\templates\\database\\structure\\table_header.twig");
}
}

View File

@ -0,0 +1,79 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* config/form_display/tabs_top.twig */
class __TwigTemplate_52771dd9679df776cc7332ac705b1744b0be6371713e61b1899989d1c75386ce extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<ul class=\"tabs responsivetable row\">
";
// line 2
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["tabs"] ?? null));
foreach ($context['_seq'] as $context["id"] => $context["name"]) {
// line 3
echo " <li><a href=\"#";
echo twig_escape_filter($this->env, $context["id"], "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, $context["name"], "html", null, true);
echo "</a></li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['id'], $context['name'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 5
echo "</ul>
<div class=\"tabs_contents col\">
";
}
public function getTemplateName()
{
return "config/form_display/tabs_top.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 55 => 5, 44 => 3, 40 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "config/form_display/tabs_top.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/config/form_display/tabs_top.twig");
}
}

View File

@ -0,0 +1,305 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* columns_definitions/table_fields_definitions.twig */
class __TwigTemplate_970be3f8068e46d86e1f8aa0ba9a61ddd3f4a61dc8675f80f9f6047b7cd617b2 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<div class=\"responsivetable\">
<table id=\"table_columns\" class=\"pma-table noclick\">
<caption class=\"tblHeaders\">
";
// line 4
echo _gettext("Structure");
// line 5
echo " ";
echo \PhpMyAdmin\Html\MySQLDocumentation::show("CREATE_TABLE");
echo "
</caption>
<tr>
<th>
";
// line 9
echo _gettext("Name");
// line 10
echo " </th>
<th>
";
// line 12
echo _gettext("Type");
// line 13
echo " ";
echo \PhpMyAdmin\Html\MySQLDocumentation::show("data-types");
echo "
</th>
<th>
";
// line 16
echo _gettext("Length/Values");
// line 17
echo " ";
echo \PhpMyAdmin\Html\Generator::showHint(_gettext("If column type is \"enum\" or \"set\", please enter the values using this format: 'a','b','c'…<br>If you ever need to put a backslash (\"\\\") or a single quote (\"'\") amongst those values, precede it with a backslash (for example '\\\\xyz' or 'a\\'b')."));
echo "
</th>
<th>
";
// line 20
echo _gettext("Default");
// line 21
echo " ";
echo \PhpMyAdmin\Html\Generator::showHint(_gettext("For default values, please enter just a single value, without backslash escaping or quotes, using this format: a"));
echo "
</th>
<th>
";
// line 24
echo _gettext("Collation");
// line 25
echo " </th>
<th>
";
// line 27
echo _gettext("Attributes");
// line 28
echo " </th>
<th>
";
// line 30
echo _gettext("Null");
// line 31
echo " </th>
";
// line 34
echo " ";
if ((array_key_exists("change_column", $context) && !twig_test_empty(($context["change_column"] ?? null)))) {
// line 35
echo " <th>
";
// line 36
echo _gettext("Adjust privileges");
// line 37
echo " ";
echo \PhpMyAdmin\Html\MySQLDocumentation::showDocumentation("faq", "faq6-39");
echo "
</th>
";
}
// line 40
echo "
";
// line 44
echo " ";
if ( !($context["is_backup"] ?? null)) {
// line 45
echo " <th>
";
// line 46
echo _gettext("Index");
// line 47
echo " </th>
";
}
// line 49
echo "
<th>
<abbr title=\"AUTO_INCREMENT\">A_I</abbr>
</th>
<th>
";
// line 54
echo _gettext("Comments");
// line 55
echo " </th>
";
// line 57
if (($context["is_virtual_columns_supported"] ?? null)) {
// line 58
echo " <th>
";
// line 59
echo _gettext("Virtuality");
// line 60
echo " </th>
";
}
// line 62
echo "
";
// line 63
if (array_key_exists("fields_meta", $context)) {
// line 64
echo " <th>
";
// line 65
echo _gettext("Move column");
// line 66
echo " </th>
";
}
// line 68
echo "
";
// line 69
if ((($context["mimework"] ?? null) && ($context["browse_mime"] ?? null))) {
// line 70
echo " <th>
";
// line 71
echo _gettext("Media type");
// line 72
echo " </th>
<th>
<a href=\"";
// line 74
echo PhpMyAdmin\Url::getFromRoute("/transformation/overview");
echo "#transformation\" title=\"";
// line 75
echo _gettext("List of available transformations and their options");
// line 76
echo "\" target=\"_blank\">
";
// line 77
echo _gettext("Browser display transformation");
// line 78
echo " </a>
</th>
<th>
";
// line 81
echo _gettext("Browser display transformation options");
// line 82
echo " ";
echo \PhpMyAdmin\Html\Generator::showHint(_gettext("Please enter the values for transformation options using this format: 'a', 100, b,'c'…<br>If you ever need to put a backslash (\"\\\") or a single quote (\"'\") amongst those values, precede it with a backslash (for example '\\\\xyz' or 'a\\'b')."));
echo "
</th>
<th>
<a href=\"";
// line 85
echo PhpMyAdmin\Url::getFromRoute("/transformation/overview");
echo "#input_transformation\"
title=\"";
// line 86
echo _gettext("List of available transformations and their options");
echo "\"
target=\"_blank\">
";
// line 88
echo _gettext("Input transformation");
// line 89
echo " </a>
</th>
<th>
";
// line 92
echo _gettext("Input transformation options");
// line 93
echo " ";
echo \PhpMyAdmin\Html\Generator::showHint(_gettext("Please enter the values for transformation options using this format: 'a', 100, b,'c'…<br>If you ever need to put a backslash (\"\\\") or a single quote (\"'\") amongst those values, precede it with a backslash (for example '\\\\xyz' or 'a\\'b')."));
echo "
</th>
";
}
// line 96
echo " </tr>
";
// line 97
$context["options"] = ["" => "", "VIRTUAL" => "VIRTUAL"];
// line 98
echo " ";
if (((($context["server_type"] ?? null) == "MariaDB") && (($context["server_version"] ?? null) <= 100200))) {
// line 99
echo " ";
$context["options"] = twig_array_merge(($context["options"] ?? null), ["PERSISTENT" => "PERSISTENT"]);
// line 100
echo " ";
} else {
// line 101
echo " ";
$context["options"] = twig_array_merge(($context["options"] ?? null), ["STORED" => "STORED"]);
// line 102
echo " ";
}
// line 103
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["content_cells"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["content_row"]) {
// line 104
echo " <tr>
";
// line 105
$this->loadTemplate("columns_definitions/column_attributes.twig", "columns_definitions/table_fields_definitions.twig", 105)->display(twig_to_array(twig_array_merge($context["content_row"], ["options" => // line 106
($context["options"] ?? null), "change_column" => // line 107
($context["change_column"] ?? null), "is_virtual_columns_supported" => // line 108
($context["is_virtual_columns_supported"] ?? null), "browse_mime" => // line 109
($context["browse_mime"] ?? null), "max_rows" => // line 110
($context["max_rows"] ?? null), "char_editing" => // line 111
($context["char_editing"] ?? null), "attribute_types" => // line 112
($context["attribute_types"] ?? null), "privs_available" => // line 113
($context["privs_available"] ?? null), "max_length" => // line 114
($context["max_length"] ?? null), "charsets" => // line 115
($context["charsets"] ?? null)])));
// line 117
echo " </tr>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['content_row'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 119
echo "</table>
</div>
";
}
public function getTemplateName()
{
return "columns_definitions/table_fields_definitions.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 281 => 119, 274 => 117, 272 => 115, 271 => 114, 270 => 113, 269 => 112, 268 => 111, 267 => 110, 266 => 109, 265 => 108, 264 => 107, 263 => 106, 262 => 105, 259 => 104, 254 => 103, 251 => 102, 248 => 101, 245 => 100, 242 => 99, 239 => 98, 237 => 97, 234 => 96, 227 => 93, 225 => 92, 220 => 89, 218 => 88, 213 => 86, 209 => 85, 202 => 82, 200 => 81, 195 => 78, 193 => 77, 190 => 76, 188 => 75, 185 => 74, 181 => 72, 179 => 71, 176 => 70, 174 => 69, 171 => 68, 167 => 66, 165 => 65, 162 => 64, 160 => 63, 157 => 62, 153 => 60, 151 => 59, 148 => 58, 146 => 57, 142 => 55, 140 => 54, 133 => 49, 129 => 47, 127 => 46, 124 => 45, 121 => 44, 118 => 40, 111 => 37, 109 => 36, 106 => 35, 103 => 34, 99 => 31, 97 => 30, 93 => 28, 91 => 27, 87 => 25, 85 => 24, 78 => 21, 76 => 20, 69 => 17, 67 => 16, 60 => 13, 58 => 12, 54 => 10, 52 => 9, 44 => 5, 42 => 4, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "columns_definitions/table_fields_definitions.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/columns_definitions/table_fields_definitions.twig");
}
}

View File

@ -0,0 +1,109 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* footer.twig */
class __TwigTemplate_ef8caa809596f54809563afa77e2e850bbbacd6680cd8eba6534ae0fb76c4d82 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
if ( !($context["is_ajax"] ?? null)) {
// line 2
echo " </div>
";
}
// line 4
if (( !($context["is_ajax"] ?? null) && !($context["is_minimal"] ?? null))) {
// line 5
echo " ";
echo ($context["self_link"] ?? null);
echo "
<div class=\"clearfloat\" id=\"pma_errors\">
";
// line 8
echo ($context["error_messages"] ?? null);
echo "
</div>
";
// line 11
echo ($context["scripts"] ?? null);
echo "
";
// line 13
if (($context["is_demo"] ?? null)) {
// line 14
echo " <div id=\"pma_demo\">
";
// line 15
echo ($context["demo_message"] ?? null);
echo "
</div>
";
}
// line 18
echo "
";
// line 19
echo ($context["footer"] ?? null);
echo "
";
}
// line 21
if ( !($context["is_ajax"] ?? null)) {
// line 22
echo " </body>
</html>
";
}
}
public function getTemplateName()
{
return "footer.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 84 => 22, 82 => 21, 77 => 19, 74 => 18, 68 => 15, 65 => 14, 63 => 13, 58 => 11, 52 => 8, 45 => 5, 43 => 4, 39 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "footer.twig", "E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\pma\\templates\\footer.twig");
}
}

View File

@ -0,0 +1,264 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* database/structure/table_header.twig */
class __TwigTemplate_0448e64659e5c34863683ffc81eefd0c6d329784134c84e917ca48355ac38597 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<form method=\"post\" action=\"";
echo PhpMyAdmin\Url::getFromRoute("/database/structure");
echo "\" name=\"tablesForm\" id=\"tablesForm\">
";
// line 2
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null));
echo "
<div class=\"table-responsive\">
<table class=\"table table-light table-striped table-hover table-sm w-auto data\">
<thead class=\"thead-light\">
<tr>
<th class=\"d-print-none\"></th>
<th>";
// line 8
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Table"), "table");
echo "</th>
";
// line 9
if (($context["replication"] ?? null)) {
// line 10
echo " <th>";
echo _gettext("Replication");
echo "</th>
";
}
// line 12
echo "
";
// line 13
if (($context["db_is_system_schema"] ?? null)) {
// line 14
echo " ";
$context["action_colspan"] = 3;
// line 15
echo " ";
} else {
// line 16
echo " ";
$context["action_colspan"] = 6;
// line 17
echo " ";
}
// line 18
echo " ";
if ((($context["num_favorite_tables"] ?? null) > 0)) {
// line 19
echo " ";
$context["action_colspan"] = (($context["action_colspan"] ?? null) + 1);
// line 20
echo " ";
}
// line 21
echo " <th colspan=\"";
echo twig_escape_filter($this->env, ($context["action_colspan"] ?? null), "html", null, true);
echo "\" class=\"d-print-none\">
";
// line 22
echo _gettext("Action");
// line 23
echo " </th>
";
// line 25
echo " <th>
";
// line 26
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Rows"), "records", "DESC");
echo "
";
// line 27
echo \PhpMyAdmin\Html\Generator::showHint(PhpMyAdmin\Sanitize::sanitizeMessage(_gettext("May be approximate. Click on the number to get the exact count. See [doc@faq3-11]FAQ 3.11[/doc].")));
echo "
</th>
";
// line 29
if ( !(($context["properties_num_columns"] ?? null) > 1)) {
// line 30
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Type"), "type");
echo "</th>
<th>";
// line 31
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Collation"), "collation");
echo "</th>
";
}
// line 33
echo "
";
// line 34
if (($context["is_show_stats"] ?? null)) {
// line 35
echo " ";
// line 36
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Size"), "size", "DESC");
echo "</th>
";
// line 38
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Overhead"), "overhead", "DESC");
echo "</th>
";
}
// line 40
echo "
";
// line 41
if (($context["show_charset"] ?? null)) {
// line 42
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Charset"), "charset");
echo "</th>
";
}
// line 44
echo "
";
// line 45
if (($context["show_comment"] ?? null)) {
// line 46
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Comment"), "comment");
echo "</th>
";
}
// line 48
echo "
";
// line 49
if (($context["show_creation"] ?? null)) {
// line 50
echo " ";
// line 51
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Creation"), "creation", "DESC");
echo "</th>
";
}
// line 53
echo "
";
// line 54
if (($context["show_last_update"] ?? null)) {
// line 55
echo " ";
// line 56
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Last update"), "last_update", "DESC");
echo "</th>
";
}
// line 58
echo "
";
// line 59
if (($context["show_last_check"] ?? null)) {
// line 60
echo " ";
// line 61
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Last check"), "last_check", "DESC");
echo "</th>
";
}
// line 63
echo " </tr>
</thead>
<tbody>
";
// line 66
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["structure_table_rows"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["structure_table_row"]) {
// line 67
echo " ";
$this->loadTemplate("database/structure/structure_table_row.twig", "database/structure/table_header.twig", 67)->display(twig_to_array($context["structure_table_row"]));
// line 68
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['structure_table_row'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 69
echo " </tbody>
";
// line 70
if (($context["body_for_table_summary"] ?? null)) {
// line 71
echo " ";
$this->loadTemplate("database/structure/body_for_table_summary.twig", "database/structure/table_header.twig", 71)->display(twig_to_array(($context["body_for_table_summary"] ?? null)));
// line 72
echo " ";
}
// line 73
echo "</table>
</div>
";
// line 75
if (($context["check_all_tables"] ?? null)) {
// line 76
echo " ";
$this->loadTemplate("database/structure/check_all_tables.twig", "database/structure/table_header.twig", 76)->display(twig_to_array(($context["check_all_tables"] ?? null)));
}
// line 78
echo "</form>
";
}
public function getTemplateName()
{
return "database/structure/table_header.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 241 => 78, 237 => 76, 235 => 75, 231 => 73, 228 => 72, 225 => 71, 223 => 70, 220 => 69, 214 => 68, 211 => 67, 207 => 66, 202 => 63, 196 => 61, 194 => 60, 192 => 59, 189 => 58, 183 => 56, 181 => 55, 179 => 54, 176 => 53, 170 => 51, 168 => 50, 166 => 49, 163 => 48, 157 => 46, 155 => 45, 152 => 44, 146 => 42, 144 => 41, 141 => 40, 135 => 38, 130 => 36, 128 => 35, 126 => 34, 123 => 33, 118 => 31, 113 => 30, 111 => 29, 106 => 27, 102 => 26, 99 => 25, 96 => 23, 94 => 22, 89 => 21, 86 => 20, 83 => 19, 80 => 18, 77 => 17, 74 => 16, 71 => 15, 68 => 14, 66 => 13, 63 => 12, 57 => 10, 55 => 9, 51 => 8, 42 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "database/structure/table_header.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/database/structure/table_header.twig");
}
}

View File

@ -0,0 +1,98 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* sql/no_results_returned.twig */
class __TwigTemplate_795a504164ff5dc987b58c34bc91e23e2ca59cf53041f2dc67d492a161bd4a75 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo ($context["message"] ?? null);
echo "
";
// line 3
echo ($context["sql_query_results_table"] ?? null);
echo "
";
// line 5
echo ($context["profiling_chart"] ?? null);
echo "
";
// line 7
if ( !($context["is_procedure"] ?? null)) {
// line 8
echo " <fieldset class=\"print_ignore\">
<legend>";
// line 9
echo _gettext("Query results operations");
echo "</legend>
<span>
";
// line 11
echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/view/create", ["db" => // line 12
($context["db"] ?? null), "table" => ($context["table"] ?? null), "printview" => "1", "sql_query" => ($context["sql_query"] ?? null)]), \PhpMyAdmin\Html\Generator::getIcon("b_view_add", _gettext("Create view"), true), ["class" => "create_view ajax btn"]);
// line 15
echo "
</span>
</fieldset>
";
}
// line 19
echo "
";
// line 20
echo ($context["bookmark"] ?? null);
echo "
";
}
public function getTemplateName()
{
return "sql/no_results_returned.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 74 => 20, 71 => 19, 65 => 15, 63 => 12, 62 => 11, 57 => 9, 54 => 8, 52 => 7, 47 => 5, 42 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "sql/no_results_returned.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/sql/no_results_returned.twig");
}
}

View File

@ -0,0 +1,587 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* home/index.twig */
class __TwigTemplate_aafe8ec70e29d0b8b767365eb69cba60564394852e361932bec4d4cbb24dfe58 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
if (($context["is_git_revision"] ?? null)) {
// line 2
echo " <div id=\"is_git_revision\"></div>
";
}
// line 4
echo "
";
// line 5
echo ($context["message"] ?? null);
echo "
";
// line 7
echo ($context["partial_logout"] ?? null);
echo "
<div id=\"maincontainer\">
";
// line 10
echo ($context["sync_favorite_tables"] ?? null);
echo "
<div class=\"container-fluid\">
<div class=\"row\">
<div class=\"col-lg-7 col-12\">
";
// line 14
if (($context["has_server"] ?? null)) {
// line 15
echo " ";
if (($context["is_demo"] ?? null)) {
// line 16
echo " <div class=\"card mt-4\">
<div class=\"card-header\">
";
// line 18
echo _gettext("phpMyAdmin Demo Server");
// line 19
echo " </div>
<div class=\"card-body\">
";
// line 21
ob_start(function () { return ''; });
// line 22
echo " ";
echo _gettext("You are using the demo server. You can do anything here, but please do not change root, debian-sys-maint and pma users. More information is available at %s.");
// line 25
echo " ";
$___internal_f99ac14381e0d9770a9538d2e717be3f76823c5cfe5334222c4bcaf3730a3246_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 21
echo sprintf($___internal_f99ac14381e0d9770a9538d2e717be3f76823c5cfe5334222c4bcaf3730a3246_, "<a href=\"url.php?url=https://demo.phpmyadmin.net/\" target=\"_blank\" rel=\"noopener noreferrer\">demo.phpmyadmin.net</a>");
// line 26
echo " </div>
</div>
";
}
// line 29
echo "
<div class=\"card mt-4\">
<div class=\"card-header\">
";
// line 32
echo _gettext("General settings");
// line 33
echo " </div>
<ul class=\"list-group list-group-flush\">
";
// line 35
if (($context["has_server_selection"] ?? null)) {
// line 36
echo " <li id=\"li_select_server\" class=\"list-group-item\">
";
// line 37
echo \PhpMyAdmin\Html\Generator::getImage("s_host");
echo "
";
// line 38
echo ($context["server_selection"] ?? null);
echo "
</li>
";
}
// line 41
echo "
";
// line 42
if ((($context["server"] ?? null) > 0)) {
// line 43
echo " ";
if (($context["has_change_password_link"] ?? null)) {
// line 44
echo " <li id=\"li_change_password\" class=\"list-group-item\">
<a href=\"";
// line 45
echo PhpMyAdmin\Url::getFromRoute("/user-password");
echo "\" id=\"change_password_anchor\" class=\"ajax\">
";
// line 46
echo \PhpMyAdmin\Html\Generator::getIcon("s_passwd", _gettext("Change password"), true);
echo "
</a>
</li>
";
}
// line 50
echo "
<li id=\"li_select_mysql_collation\" class=\"list-group-item\">
<form class=\"disableAjax\" method=\"post\" action=\"";
// line 52
echo PhpMyAdmin\Url::getFromRoute("/collation-connection");
echo "\">
";
// line 53
echo PhpMyAdmin\Url::getHiddenInputs(null, null, 4, "collation_connection");
echo "
<label for=\"select_collation_connection\">
";
// line 55
echo \PhpMyAdmin\Html\Generator::getImage("s_asci");
echo "
";
// line 56
echo _gettext("Server connection collation:");
// line 57
echo " ";
echo \PhpMyAdmin\Html\MySQLDocumentation::show("charset-connection");
echo "
</label>
";
// line 59
if ( !twig_test_empty(($context["charsets"] ?? null))) {
// line 60
echo " <select lang=\"en\" dir=\"ltr\" name=\"collation_connection\" id=\"select_collation_connection\" class=\"autosubmit\">
<option value=\"\">";
// line 61
echo _gettext("Collation");
echo "</option>
<option value=\"\"></option>
";
// line 63
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["charsets"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["charset"]) {
// line 64
echo " <optgroup label=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["charset"], "name", [], "any", false, false, false, 64), "html", null, true);
echo "\" title=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["charset"], "description", [], "any", false, false, false, 64), "html", null, true);
echo "\">
";
// line 65
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["charset"], "collations", [], "any", false, false, false, 65));
foreach ($context['_seq'] as $context["_key"] => $context["collation"]) {
// line 66
echo " <option value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["collation"], "name", [], "any", false, false, false, 66), "html", null, true);
echo "\" title=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["collation"], "description", [], "any", false, false, false, 66), "html", null, true);
echo "\"";
echo ((twig_get_attribute($this->env, $this->source, $context["collation"], "is_selected", [], "any", false, false, false, 66)) ? (" selected") : (""));
echo ">";
// line 67
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["collation"], "name", [], "any", false, false, false, 67), "html", null, true);
// line 68
echo "</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['collation'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 70
echo " </optgroup>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['charset'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 72
echo " </select>
";
}
// line 74
echo " </form>
</li>
<li id=\"li_user_preferences\" class=\"list-group-item\">
<a href=\"";
// line 78
echo PhpMyAdmin\Url::getFromRoute("/preferences/manage");
echo "\">
";
// line 79
echo \PhpMyAdmin\Html\Generator::getIcon("b_tblops", _gettext("More settings"), true);
echo "
</a>
</li>
";
}
// line 83
echo " </ul>
</div>
";
}
// line 86
echo "
<div class=\"card mt-4\">
<div class=\"card-header\">
";
// line 89
echo _gettext("Appearance settings");
// line 90
echo " </div>
<ul class=\"list-group list-group-flush\">
";
// line 92
if ( !twig_test_empty(($context["language_selector"] ?? null))) {
// line 93
echo " <li id=\"li_select_lang\" class=\"list-group-item\">
";
// line 94
echo \PhpMyAdmin\Html\Generator::getImage("s_lang");
echo "
";
// line 95
echo ($context["language_selector"] ?? null);
echo "
</li>
";
}
// line 98
echo "
";
// line 99
if ( !twig_test_empty(($context["theme_selection"] ?? null))) {
// line 100
echo " <li id=\"li_select_theme\" class=\"list-group-item\">
";
// line 101
echo \PhpMyAdmin\Html\Generator::getImage("s_theme");
echo "
";
// line 102
echo ($context["theme_selection"] ?? null);
echo "
</li>
";
}
// line 105
echo " </ul>
</div>
</div>
<div class=\"col-lg-5 col-12\">
";
// line 110
if ( !twig_test_empty(($context["database_server"] ?? null))) {
// line 111
echo " <div class=\"card mt-4\">
<div class=\"card-header\">
";
// line 113
echo _gettext("Database server");
// line 114
echo " </div>
<ul class=\"list-group list-group-flush\">
<li class=\"list-group-item\">
";
// line 117
echo _gettext("Server:");
// line 118
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "host", [], "any", false, false, false, 118), "html", null, true);
echo "
</li>
<li class=\"list-group-item\">
";
// line 121
echo _gettext("Server type:");
// line 122
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "type", [], "any", false, false, false, 122), "html", null, true);
echo "
</li>
<li class=\"list-group-item\">
";
// line 125
echo _gettext("Server connection:");
// line 126
echo " ";
echo twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "connection", [], "any", false, false, false, 126);
echo "
</li>
<li class=\"list-group-item\">
";
// line 129
echo _gettext("Server version:");
// line 130
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "version", [], "any", false, false, false, 130), "html", null, true);
echo "
</li>
<li class=\"list-group-item\">
";
// line 133
echo _gettext("Protocol version:");
// line 134
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "protocol", [], "any", false, false, false, 134), "html", null, true);
echo "
</li>
<li class=\"list-group-item\">
";
// line 137
echo _gettext("User:");
// line 138
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "user", [], "any", false, false, false, 138), "html", null, true);
echo "
</li>
<li class=\"list-group-item\">
";
// line 141
echo _gettext("Server charset:");
// line 142
echo " <span lang=\"en\" dir=\"ltr\">
";
// line 143
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "charset", [], "any", false, false, false, 143), "html", null, true);
echo "
</span>
</li>
</ul>
</div>
";
}
// line 149
echo "
";
// line 150
if (( !twig_test_empty(($context["web_server"] ?? null)) || ($context["show_php_info"] ?? null))) {
// line 151
echo " <div class=\"card mt-4\">
<div class=\"card-header\">
";
// line 153
echo _gettext("Web server");
// line 154
echo " </div>
<ul class=\"list-group list-group-flush\">
";
// line 156
if ( !twig_test_empty(($context["web_server"] ?? null))) {
// line 157
echo " ";
if ( !(null === twig_get_attribute($this->env, $this->source, ($context["web_server"] ?? null), "software", [], "any", false, false, false, 157))) {
// line 158
echo " <li class=\"list-group-item\">
";
// line 159
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["web_server"] ?? null), "software", [], "any", false, false, false, 159), "html", null, true);
echo "
</li>
";
}
// line 162
echo " <li class=\"list-group-item\" id=\"li_mysql_client_version\">
";
// line 163
echo _gettext("Database client version:");
// line 164
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["web_server"] ?? null), "database", [], "any", false, false, false, 164), "html", null, true);
echo "
</li>
<li class=\"list-group-item\">
";
// line 167
echo _gettext("PHP extension:");
// line 168
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, ($context["web_server"] ?? null), "php_extensions", [], "any", false, false, false, 168));
foreach ($context['_seq'] as $context["_key"] => $context["extension"]) {
// line 169
echo " ";
echo twig_escape_filter($this->env, $context["extension"], "html", null, true);
echo "
";
// line 170
echo \PhpMyAdmin\Html\Generator::showPHPDocumentation((("book." . $context["extension"]) . ".php"));
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['extension'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 172
echo " </li>
<li class=\"list-group-item\">
";
// line 174
echo _gettext("PHP version:");
// line 175
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["web_server"] ?? null), "php_version", [], "any", false, false, false, 175), "html", null, true);
echo "
</li>
";
}
// line 178
echo " ";
if (($context["show_php_info"] ?? null)) {
// line 179
echo " <li class=\"list-group-item\">
<a href=\"";
// line 180
echo PhpMyAdmin\Url::getFromRoute("/phpinfo");
echo "\" target=\"_blank\" rel=\"noopener noreferrer\">
";
// line 181
echo _gettext("Show PHP information");
// line 182
echo " </a>
</li>
";
}
// line 185
echo " </ul>
</div>
";
}
// line 188
echo "
<div class=\"card mt-4\">
<div class=\"card-header\">
phpMyAdmin
</div>
<ul class=\"list-group list-group-flush\">
<li id=\"li_pma_version\" class=\"list-group-item";
// line 194
echo ((($context["is_version_checked"] ?? null)) ? (" jsversioncheck") : (""));
echo "\">
";
// line 195
echo _gettext("Version information:");
// line 196
echo " <span class=\"version\">";
echo twig_escape_filter($this->env, ($context["phpmyadmin_version"] ?? null), "html", null, true);
echo "</span>
</li>
<li class=\"list-group-item\">
<a href=\"";
// line 199
echo \PhpMyAdmin\Html\MySQLDocumentation::getDocumentationLink("index");
echo "\" target=\"_blank\" rel=\"noopener noreferrer\">
";
// line 200
echo _gettext("Documentation");
// line 201
echo " </a>
</li>
<li class=\"list-group-item\">
<a href=\"";
// line 204
echo twig_escape_filter($this->env, PhpMyAdmin\Core::linkURL("https://www.phpmyadmin.net/"), "html", null, true);
echo "\" target=\"_blank\" rel=\"noopener noreferrer\">
";
// line 205
echo _gettext("Official Homepage");
// line 206
echo " </a>
</li>
<li class=\"list-group-item\">
<a href=\"";
// line 209
echo twig_escape_filter($this->env, PhpMyAdmin\Core::linkURL("https://www.phpmyadmin.net/contribute/"), "html", null, true);
echo "\" target=\"_blank\" rel=\"noopener noreferrer\">
";
// line 210
echo _gettext("Contribute");
// line 211
echo " </a>
</li>
<li class=\"list-group-item\">
<a href=\"";
// line 214
echo twig_escape_filter($this->env, PhpMyAdmin\Core::linkURL("https://www.phpmyadmin.net/support/"), "html", null, true);
echo "\" target=\"_blank\" rel=\"noopener noreferrer\">
";
// line 215
echo _gettext("Get support");
// line 216
echo " </a>
</li>
<li class=\"list-group-item\">
<a href=\"";
// line 219
echo PhpMyAdmin\Url::getFromRoute("/changelog");
echo "\" target=\"_blank\">
";
// line 220
echo _gettext("List of changes");
// line 221
echo " </a>
</li>
<li class=\"list-group-item\">
<a href=\"";
// line 224
echo PhpMyAdmin\Url::getFromRoute("/license");
echo "\" target=\"_blank\">
";
// line 225
echo _gettext("License");
// line 226
echo " </a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
";
// line 235
echo ($context["config_storage_message"] ?? null);
echo "
";
}
public function getTemplateName()
{
return "home/index.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 563 => 235, 552 => 226, 550 => 225, 546 => 224, 541 => 221, 539 => 220, 535 => 219, 530 => 216, 528 => 215, 524 => 214, 519 => 211, 517 => 210, 513 => 209, 508 => 206, 506 => 205, 502 => 204, 497 => 201, 495 => 200, 491 => 199, 484 => 196, 482 => 195, 478 => 194, 470 => 188, 465 => 185, 460 => 182, 458 => 181, 454 => 180, 451 => 179, 448 => 178, 441 => 175, 439 => 174, 435 => 172, 427 => 170, 422 => 169, 417 => 168, 415 => 167, 408 => 164, 406 => 163, 403 => 162, 397 => 159, 394 => 158, 391 => 157, 389 => 156, 385 => 154, 383 => 153, 379 => 151, 377 => 150, 374 => 149, 365 => 143, 362 => 142, 360 => 141, 353 => 138, 351 => 137, 344 => 134, 342 => 133, 335 => 130, 333 => 129, 326 => 126, 324 => 125, 317 => 122, 315 => 121, 308 => 118, 306 => 117, 301 => 114, 299 => 113, 295 => 111, 293 => 110, 286 => 105, 280 => 102, 276 => 101, 273 => 100, 271 => 99, 268 => 98, 262 => 95, 258 => 94, 255 => 93, 253 => 92, 249 => 90, 247 => 89, 242 => 86, 237 => 83, 230 => 79, 226 => 78, 220 => 74, 216 => 72, 209 => 70, 202 => 68, 200 => 67, 192 => 66, 188 => 65, 181 => 64, 177 => 63, 172 => 61, 169 => 60, 167 => 59, 161 => 57, 159 => 56, 155 => 55, 150 => 53, 146 => 52, 142 => 50, 135 => 46, 131 => 45, 128 => 44, 125 => 43, 123 => 42, 120 => 41, 114 => 38, 110 => 37, 107 => 36, 105 => 35, 101 => 33, 99 => 32, 94 => 29, 89 => 26, 87 => 21, 84 => 25, 81 => 22, 79 => 21, 75 => 19, 73 => 18, 69 => 16, 66 => 15, 64 => 14, 57 => 10, 51 => 7, 46 => 5, 43 => 4, 39 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "home/index.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/home/index.twig");
}
}

View File

@ -0,0 +1,55 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* config/form_display/form_bottom.twig */
class __TwigTemplate_02bb24bc13624fc40dd4b563c96cb9d0eb22c5495da9ba1e44221d0523a29a0b extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "</form>
";
}
public function getTemplateName()
{
return "config/form_display/form_bottom.twig";
}
public function getDebugInfo()
{
return array ( 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "config/form_display/form_bottom.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/config/form_display/form_bottom.twig");
}
}

View File

@ -0,0 +1,294 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* database/structure/body_for_table_summary.twig */
class __TwigTemplate_84089f1b875c57070ba0414243508305f465b582b6a57fb5ae4bcb844d264b00 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<tfoot id=\"tbl_summary_row\" class=\"thead-light\">
<tr>
<th class=\"d-print-none\"></th>
<th class=\"tbl_num text-nowrap\">
";
// line 5
ob_start(function () { return ''; });
// line 6
echo _ngettext("%s table", "%s tables", abs(($context["num_tables"] ?? null)));
$context["num_tables_trans"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 8
echo " ";
echo twig_escape_filter($this->env, sprintf(($context["num_tables_trans"] ?? null), PhpMyAdmin\Util::formatNumber(($context["num_tables"] ?? null), 0)), "html", null, true);
echo "
</th>
";
// line 10
if (($context["server_slave_status"] ?? null)) {
// line 11
echo " <th>";
echo _gettext("Replication");
echo "</th>
";
}
// line 13
echo " ";
$context["sum_colspan"] = ((($context["db_is_system_schema"] ?? null)) ? (4) : (7));
// line 14
echo " ";
if ((($context["num_favorite_tables"] ?? null) == 0)) {
// line 15
echo " ";
$context["sum_colspan"] = (($context["sum_colspan"] ?? null) - 1);
// line 16
echo " ";
}
// line 17
echo " <th colspan=\"";
echo twig_escape_filter($this->env, ($context["sum_colspan"] ?? null), "html", null, true);
echo "\" class=\"d-print-none\">";
echo _gettext("Sum");
echo "</th>
";
// line 18
$context["row_count_sum"] = PhpMyAdmin\Util::formatNumber(($context["sum_entries"] ?? null), 0);
// line 19
echo " ";
// line 20
echo " ";
$context["row_sum_url"] = [];
// line 21
echo " ";
if (array_key_exists("approx_rows", $context)) {
// line 22
echo " ";
$context["row_sum_url"] = ["ajax_request" => true, "db" => // line 24
($context["db"] ?? null), "real_row_count_all" => "true"];
// line 27
echo " ";
}
// line 28
echo " ";
if (($context["approx_rows"] ?? null)) {
// line 29
echo " ";
ob_start(function () { return ''; });
// line 30
echo "<a href=\"";
echo PhpMyAdmin\Url::getFromRoute("/database/structure/real-row-count", ($context["row_sum_url"] ?? null));
echo "\" class=\"ajax row_count_sum\">~";
// line 31
echo twig_escape_filter($this->env, ($context["row_count_sum"] ?? null), "html", null, true);
// line 32
echo "</a>";
$context["cell_text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 34
echo " ";
} else {
// line 35
echo " ";
$context["cell_text"] = ($context["row_count_sum"] ?? null);
// line 36
echo " ";
}
// line 37
echo " <th class=\"value tbl_rows text-monospace text-right\">";
echo twig_escape_filter($this->env, ($context["cell_text"] ?? null), "html", null, true);
echo "</th>
";
// line 38
if ( !(($context["properties_num_columns"] ?? null) > 1)) {
// line 39
echo " ";
// line 40
echo " ";
$context["default_engine"] = twig_get_attribute($this->env, $this->source, ($context["dbi"] ?? null), "fetchValue", [0 => "SELECT @@storage_engine;"], "method", false, false, false, 40);
// line 41
echo " ";
if (twig_test_empty(($context["default_engine"] ?? null))) {
// line 42
echo " ";
// line 43
echo " ";
$context["default_engine"] = twig_get_attribute($this->env, $this->source, ($context["dbi"] ?? null), "fetchValue", [0 => "SELECT @@default_storage_engine;"], "method", false, false, false, 43);
// line 44
echo " ";
}
// line 45
echo " <th class=\"text-center\">
<dfn title=\"";
// line 46
echo twig_escape_filter($this->env, sprintf(_gettext("%s is the default storage engine on this MySQL server."), ($context["default_engine"] ?? null)), "html", null, true);
echo "\">
";
// line 47
echo twig_escape_filter($this->env, ($context["default_engine"] ?? null), "html", null, true);
echo "
</dfn>
</th>
<th>
";
// line 51
if ( !twig_test_empty(($context["database_collation"] ?? null))) {
// line 52
echo " <dfn title=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_collation"] ?? null), "description", [], "any", false, false, false, 52), "html", null, true);
echo " (";
echo _gettext("Default");
echo ")\">
";
// line 53
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_collation"] ?? null), "name", [], "any", false, false, false, 53), "html", null, true);
echo "
</dfn>
";
}
// line 56
echo " </th>
";
}
// line 58
echo "
";
// line 59
if (($context["is_show_stats"] ?? null)) {
// line 60
echo " ";
$context["sum"] = PhpMyAdmin\Util::formatByteDown(($context["sum_size"] ?? null), 3, 1);
// line 61
echo " ";
$context["sum_formatted"] = (($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = ($context["sum"] ?? null)) && is_array($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4) || $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 instanceof ArrayAccess ? ($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4[0] ?? null) : null);
// line 62
echo " ";
$context["sum_unit"] = (($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 = ($context["sum"] ?? null)) && is_array($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144) || $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 instanceof ArrayAccess ? ($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144[1] ?? null) : null);
// line 63
echo " <th class=\"value tbl_size text-monospace text-right\">";
echo twig_escape_filter($this->env, ($context["sum_formatted"] ?? null), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, ($context["sum_unit"] ?? null), "html", null, true);
echo "</th>
";
// line 65
$context["overhead"] = PhpMyAdmin\Util::formatByteDown(($context["overhead_size"] ?? null), 3, 1);
// line 66
echo " ";
$context["overhead_formatted"] = (($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b = ($context["overhead"] ?? null)) && is_array($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b) || $__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b instanceof ArrayAccess ? ($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b[0] ?? null) : null);
// line 67
echo " ";
$context["overhead_unit"] = (($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 = ($context["overhead"] ?? null)) && is_array($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002) || $__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 instanceof ArrayAccess ? ($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002[1] ?? null) : null);
// line 68
echo " <th class=\"value tbl_overhead text-monospace text-right\">";
echo twig_escape_filter($this->env, ($context["overhead_formatted"] ?? null), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, ($context["overhead_unit"] ?? null), "html", null, true);
echo "</th>
";
}
// line 70
echo "
";
// line 71
if (($context["show_charset"] ?? null)) {
// line 72
echo " <th>";
echo twig_escape_filter($this->env, ($context["database_charset"] ?? null), "html", null, true);
echo "</th>
";
}
// line 74
echo " ";
if (($context["show_comment"] ?? null)) {
// line 75
echo " <th></th>
";
}
// line 77
echo " ";
if (($context["show_creation"] ?? null)) {
// line 78
echo " <th class=\"value tbl_creation text-monospace text-right\">
";
// line 79
echo twig_escape_filter($this->env, ($context["create_time_all"] ?? null), "html", null, true);
echo "
</th>
";
}
// line 82
echo " ";
if (($context["show_last_update"] ?? null)) {
// line 83
echo " <th class=\"value tbl_last_update text-monospace text-right\">
";
// line 84
echo twig_escape_filter($this->env, ($context["update_time_all"] ?? null), "html", null, true);
echo "
</th>
";
}
// line 87
echo " ";
if (($context["show_last_check"] ?? null)) {
// line 88
echo " <th class=\"value tbl_last_check text-monospace text-right\">
";
// line 89
echo twig_escape_filter($this->env, ($context["check_time_all"] ?? null), "html", null, true);
echo "
</th>
";
}
// line 92
echo "</tr>
</tfoot>
";
}
public function getTemplateName()
{
return "database/structure/body_for_table_summary.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 270 => 92, 264 => 89, 261 => 88, 258 => 87, 252 => 84, 249 => 83, 246 => 82, 240 => 79, 237 => 78, 234 => 77, 230 => 75, 227 => 74, 221 => 72, 219 => 71, 216 => 70, 208 => 68, 205 => 67, 202 => 66, 200 => 65, 192 => 63, 189 => 62, 186 => 61, 183 => 60, 181 => 59, 178 => 58, 174 => 56, 168 => 53, 161 => 52, 159 => 51, 152 => 47, 148 => 46, 145 => 45, 142 => 44, 139 => 43, 137 => 42, 134 => 41, 131 => 40, 129 => 39, 127 => 38, 122 => 37, 119 => 36, 116 => 35, 113 => 34, 110 => 32, 108 => 31, 104 => 30, 101 => 29, 98 => 28, 95 => 27, 93 => 24, 91 => 22, 88 => 21, 85 => 20, 83 => 19, 81 => 18, 74 => 17, 71 => 16, 68 => 15, 65 => 14, 62 => 13, 56 => 11, 54 => 10, 48 => 8, 45 => 6, 43 => 5, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "database/structure/body_for_table_summary.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/database/structure/body_for_table_summary.twig");
}
}

View File

@ -0,0 +1,277 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* navigation/main.twig */
class __TwigTemplate_3f4003da56eabcc887100e4cc1f4cfcf459577d8fee5c7f6affb9416db9da3fb extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
if ( !($context["is_ajax"] ?? null)) {
// line 2
echo " <div id=\"pma_navigation\" data-config-navigation-width=\"";
echo twig_escape_filter($this->env, ($context["config_navigation_width"] ?? null), "html", null, true);
echo "\">
<div id=\"pma_navigation_resizer\"></div>
<div id=\"pma_navigation_collapser\"></div>
<div id=\"pma_navigation_content\">
<div id=\"pma_navigation_header\">
";
// line 8
if (twig_get_attribute($this->env, $this->source, ($context["logo"] ?? null), "is_displayed", [], "any", false, false, false, 8)) {
// line 9
echo " <div id=\"pmalogo\">
";
// line 10
if (twig_get_attribute($this->env, $this->source, ($context["logo"] ?? null), "has_link", [], "any", false, false, false, 10)) {
// line 11
echo " <a href=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, ($context["logo"] ?? null), "link", [], "any", true, true, false, 11)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["logo"] ?? null), "link", [], "any", false, false, false, 11), "#")) : ("#")), "html", null, true);
echo "\"";
echo twig_get_attribute($this->env, $this->source, ($context["logo"] ?? null), "attributes", [], "any", false, false, false, 11);
echo ">
";
}
// line 13
echo " ";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["logo"] ?? null), "source", [], "any", false, false, false, 13))) {
// line 14
echo " <img id=\"imgpmalogo\" src=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["logo"] ?? null), "source", [], "any", false, false, false, 14), "html", null, true);
echo "\" alt=\"phpMyAdmin\">
";
} else {
// line 16
echo " <h1>phpMyAdmin</h1>
";
}
// line 18
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["logo"] ?? null), "has_link", [], "any", false, false, false, 18)) {
// line 19
echo " </a>
";
}
// line 21
echo " </div>
";
}
// line 23
echo "
<div id=\"navipanellinks\">
<a href=\"";
// line 25
echo PhpMyAdmin\Url::getFromRoute("/");
echo "\" title=\"";
echo _gettext("Home");
echo "\">";
// line 26
echo \PhpMyAdmin\Html\Generator::getImage("b_home", _gettext("Home"));
// line 27
echo "</a>
";
// line 29
if ((($context["server"] ?? null) != 0)) {
// line 30
echo " <a class=\"logout disableAjax\" href=\"";
echo PhpMyAdmin\Url::getFromRoute("/logout");
echo "\" title=\"";
echo twig_escape_filter($this->env, (((($context["auth_type"] ?? null) == "config")) ? (_gettext("Empty session data")) : (_gettext("Log out"))), "html", null, true);
echo "\">";
// line 31
echo \PhpMyAdmin\Html\Generator::getImage("s_loggoff", (((($context["auth_type"] ?? null) == "config")) ? (_gettext("Empty session data")) : (_gettext("Log out"))));
// line 32
echo "</a>
";
}
// line 34
echo "
<a href=\"";
// line 35
echo \PhpMyAdmin\Html\MySQLDocumentation::getDocumentationLink("index");
echo "\" title=\"";
echo _gettext("phpMyAdmin documentation");
echo "\" target=\"_blank\" rel=\"noopener noreferrer\">";
// line 36
echo \PhpMyAdmin\Html\Generator::getImage("b_docs", _gettext("phpMyAdmin documentation"));
// line 37
echo "</a>
<a href=\"";
// line 39
echo PhpMyAdmin\Util::getdocuURL(($context["is_mariadb"] ?? null));
echo "\" title=\"";
echo twig_escape_filter($this->env, ((($context["is_mariadb"] ?? null)) ? (_gettext("MariaDB Documentation")) : (_gettext("MySQL Documentation"))), "html", null, true);
echo "\" target=\"_blank\" rel=\"noopener noreferrer\">";
// line 40
echo \PhpMyAdmin\Html\Generator::getImage("b_sqlhelp", ((($context["is_mariadb"] ?? null)) ? (_gettext("MariaDB Documentation")) : (_gettext("MySQL Documentation"))));
// line 41
echo "</a>
<a id=\"pma_navigation_settings_icon\"";
// line 43
echo (( !($context["is_navigation_settings_enabled"] ?? null)) ? (" class=\"hide\"") : (""));
echo " href=\"#\" title=\"";
echo _gettext("Navigation panel settings");
echo "\">";
// line 44
echo \PhpMyAdmin\Html\Generator::getImage("s_cog", _gettext("Navigation panel settings"));
// line 45
echo "</a>
<a id=\"pma_navigation_reload\" href=\"#\" title=\"";
// line 47
echo _gettext("Reload navigation panel");
echo "\">";
// line 48
echo \PhpMyAdmin\Html\Generator::getImage("s_reload", _gettext("Reload navigation panel"));
// line 49
echo "</a>
</div>
";
// line 52
if ((($context["is_servers_displayed"] ?? null) && (twig_length_filter($this->env, ($context["servers"] ?? null)) > 1))) {
// line 53
echo " <div id=\"serverChoice\">
";
// line 54
echo ($context["server_select"] ?? null);
echo "
</div>
";
}
// line 57
echo "
";
// line 58
echo \PhpMyAdmin\Html\Generator::getImage("ajax_clock_small", _gettext("Loading…"), ["style" => "visibility: hidden; display:none", "class" => "throbber"]);
// line 61
echo "
</div>
<div id=\"pma_navigation_tree\" class=\"list_container";
// line 63
echo ((($context["is_synced"] ?? null)) ? (" synced") : (""));
echo ((($context["is_highlighted"] ?? null)) ? (" highlight") : (""));
echo ((($context["is_autoexpanded"] ?? null)) ? (" autoexpand") : (""));
echo "\">
";
}
// line 65
echo "
";
// line 66
if ( !($context["navigation_tree"] ?? null)) {
// line 67
echo " ";
echo call_user_func_array($this->env->getFilter('error')->getCallable(), [_gettext("An error has occurred while loading the navigation display")]);
echo "
";
} else {
// line 69
echo " ";
echo ($context["navigation_tree"] ?? null);
echo "
";
}
// line 71
echo "
";
// line 72
if ( !($context["is_ajax"] ?? null)) {
// line 73
echo " </div>
<div id=\"pma_navi_settings_container\">
";
// line 76
if (($context["is_navigation_settings_enabled"] ?? null)) {
// line 77
echo " ";
echo ($context["navigation_settings"] ?? null);
echo "
";
}
// line 79
echo " </div>
</div>
";
// line 82
if (($context["is_drag_drop_import_enabled"] ?? null)) {
// line 83
echo " <div class=\"pma_drop_handler\">
";
// line 84
echo _gettext("Drop files here");
// line 85
echo " </div>
<div class=\"pma_sql_import_status\">
<h2>
";
// line 88
echo _gettext("SQL upload");
// line 89
echo " ( <span class=\"pma_import_count\">0</span> )
<span class=\"close\">x</span>
<span class=\"minimize\">-</span>
</h2>
<div></div>
</div>
";
}
// line 96
echo " </div>
";
}
}
public function getTemplateName()
{
return "navigation/main.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 253 => 96, 244 => 89, 242 => 88, 237 => 85, 235 => 84, 232 => 83, 230 => 82, 225 => 79, 219 => 77, 217 => 76, 212 => 73, 210 => 72, 207 => 71, 201 => 69, 195 => 67, 193 => 66, 190 => 65, 183 => 63, 179 => 61, 177 => 58, 174 => 57, 168 => 54, 165 => 53, 163 => 52, 158 => 49, 156 => 48, 153 => 47, 149 => 45, 147 => 44, 142 => 43, 138 => 41, 136 => 40, 131 => 39, 127 => 37, 125 => 36, 120 => 35, 117 => 34, 113 => 32, 111 => 31, 105 => 30, 103 => 29, 99 => 27, 97 => 26, 92 => 25, 88 => 23, 84 => 21, 80 => 19, 77 => 18, 73 => 16, 67 => 14, 64 => 13, 56 => 11, 54 => 10, 51 => 9, 49 => 8, 39 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "navigation/main.twig", "E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\pma\\templates\\navigation\\main.twig");
}
}

View File

@ -0,0 +1,375 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* columns_definitions/column_definitions_form.twig */
class __TwigTemplate_94f745bc900d24bb269da53f4005a4e6eccbe67afcd776b1f5ac53d63fe13826 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<form method=\"post\" action=\"";
echo twig_escape_filter($this->env, ($context["action"] ?? null), "html", null, true);
echo "\" class=\"";
// line 2
echo (((($context["action"] ?? null) == PhpMyAdmin\Url::getFromRoute("/table/create"))) ? ("create_table") : ("append_fields"));
// line 3
echo "_form ajax lock-page\">
";
// line 4
echo PhpMyAdmin\Url::getHiddenInputs(($context["form_params"] ?? null));
echo "
";
// line 6
echo " ";
// line 7
echo " ";
// line 8
echo " <input type=\"hidden\" name=\"primary_indexes\" value=\"";
// line 9
(( !twig_test_empty(($context["primary_indexes"] ?? null))) ? (print (twig_escape_filter($this->env, ($context["primary_indexes"] ?? null), "html", null, true))) : (print ("[]")));
echo "\">
<input type=\"hidden\" name=\"unique_indexes\" value=\"";
// line 11
(( !twig_test_empty(($context["unique_indexes"] ?? null))) ? (print (twig_escape_filter($this->env, ($context["unique_indexes"] ?? null), "html", null, true))) : (print ("[]")));
echo "\">
<input type=\"hidden\" name=\"indexes\" value=\"";
// line 13
(( !twig_test_empty(($context["indexes"] ?? null))) ? (print (twig_escape_filter($this->env, ($context["indexes"] ?? null), "html", null, true))) : (print ("[]")));
echo "\">
<input type=\"hidden\" name=\"fulltext_indexes\" value=\"";
// line 15
(( !twig_test_empty(($context["fulltext_indexes"] ?? null))) ? (print (twig_escape_filter($this->env, ($context["fulltext_indexes"] ?? null), "html", null, true))) : (print ("[]")));
echo "\">
<input type=\"hidden\" name=\"spatial_indexes\" value=\"";
// line 17
(( !twig_test_empty(($context["spatial_indexes"] ?? null))) ? (print (twig_escape_filter($this->env, ($context["spatial_indexes"] ?? null), "html", null, true))) : (print ("[]")));
echo "\">
";
// line 19
if ((($context["action"] ?? null) == PhpMyAdmin\Url::getFromRoute("/table/create"))) {
// line 20
echo " <div id=\"table_name_col_no_outer\">
<table id=\"table_name_col_no\" class=\"pma-table tdblock\">
<tr class=\"vmiddle floatleft\">
<td>";
// line 23
echo _gettext("Table name");
echo ":
<input type=\"text\"
name=\"table\"
size=\"40\"
maxlength=\"64\"
value=\"";
// line 28
((array_key_exists("table", $context)) ? (print (twig_escape_filter($this->env, ($context["table"] ?? null), "html", null, true))) : (print ("")));
echo "\"
class=\"textfield\" autofocus required>
</td>
<td>
";
// line 32
echo _gettext("Add");
// line 33
echo " <input type=\"number\"
id=\"added_fields\"
name=\"added_fields\"
size=\"2\"
value=\"1\"
min=\"1\"
onfocus=\"this.select()\">
";
// line 40
echo _gettext("column(s)");
// line 41
echo " <input class=\"btn btn-secondary\" type=\"button\"
name=\"submit_num_fields\"
value=\"";
// line 43
echo _gettext("Go");
echo "\">
</td>
</tr>
</table>
</div>
";
}
// line 49
echo " ";
if (twig_test_iterable(($context["content_cells"] ?? null))) {
// line 50
echo " ";
$this->loadTemplate("columns_definitions/table_fields_definitions.twig", "columns_definitions/column_definitions_form.twig", 50)->display(twig_to_array(["is_backup" => // line 51
($context["is_backup"] ?? null), "fields_meta" => // line 52
($context["fields_meta"] ?? null), "mimework" => // line 53
($context["mimework"] ?? null), "content_cells" => // line 54
($context["content_cells"] ?? null), "change_column" => // line 55
($context["change_column"] ?? null), "is_virtual_columns_supported" => // line 56
($context["is_virtual_columns_supported"] ?? null), "server_version" => // line 57
($context["server_version"] ?? null), "browse_mime" => // line 58
($context["browse_mime"] ?? null), "server_type" => // line 59
($context["server_type"] ?? null), "max_rows" => // line 60
($context["max_rows"] ?? null), "char_editing" => // line 61
($context["char_editing"] ?? null), "attribute_types" => // line 62
($context["attribute_types"] ?? null), "privs_available" => // line 63
($context["privs_available"] ?? null), "max_length" => // line 64
($context["max_length"] ?? null), "charsets" => // line 65
($context["charsets"] ?? null)]));
// line 67
echo " ";
}
// line 68
echo " ";
if ((($context["action"] ?? null) == PhpMyAdmin\Url::getFromRoute("/table/create"))) {
// line 69
echo " <div class=\"responsivetable\">
<table class=\"pma-table\">
<tr class=\"vtop\">
<th>";
// line 72
echo _gettext("Table comments:");
echo "</th>
<td width=\"25\">&nbsp;</td>
<th>";
// line 74
echo _gettext("Collation:");
echo "</th>
<td width=\"25\">&nbsp;</td>
<th>
";
// line 77
echo _gettext("Storage Engine:");
// line 78
echo " ";
echo \PhpMyAdmin\Html\MySQLDocumentation::show("Storage_engines");
echo "
</th>
<td width=\"25\">&nbsp;</td>
<th id=\"storage-engine-connection\">
";
// line 82
echo _gettext("Connection:");
// line 83
echo " ";
echo \PhpMyAdmin\Html\MySQLDocumentation::show("federated-create-connection");
echo "
</th>
</tr>
<tr>
<td>
<input type=\"text\"
name=\"comment\"
size=\"40\"
maxlength=\"60\"
value=\"";
// line 92
((array_key_exists("comment", $context)) ? (print (twig_escape_filter($this->env, ($context["comment"] ?? null), "html", null, true))) : (print ("")));
echo "\"
class=\"textfield\">
</td>
<td width=\"25\">&nbsp;</td>
<td>
<select lang=\"en\" dir=\"ltr\" name=\"tbl_collation\">
<option value=\"\"></option>
";
// line 99
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["charsets"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["charset"]) {
// line 100
echo " <optgroup label=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["charset"], "name", [], "any", false, false, false, 100), "html", null, true);
echo "\" title=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["charset"], "description", [], "any", false, false, false, 100), "html", null, true);
echo "\">
";
// line 101
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["charset"], "collations", [], "any", false, false, false, 101));
foreach ($context['_seq'] as $context["_key"] => $context["collation"]) {
// line 102
echo " <option value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["collation"], "name", [], "any", false, false, false, 102), "html", null, true);
echo "\" title=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["collation"], "description", [], "any", false, false, false, 102), "html", null, true);
echo "\"";
// line 103
echo (((twig_get_attribute($this->env, $this->source, $context["collation"], "name", [], "any", false, false, false, 103) == ($context["tbl_collation"] ?? null))) ? (" selected") : (""));
echo ">";
// line 104
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["collation"], "name", [], "any", false, false, false, 104), "html", null, true);
// line 105
echo "</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['collation'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 107
echo " </optgroup>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['charset'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 109
echo " </select>
</td>
<td width=\"25\">&nbsp;</td>
<td>
<select class=\"form-control\" name=\"tbl_storage_engine\" aria-label=\"";
// line 113
echo _gettext("Storage engine");
echo "\">
";
// line 114
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["storage_engines"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["engine"]) {
// line 115
echo " <option value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["engine"], "name", [], "any", false, false, false, 115), "html", null, true);
echo "\"";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, $context["engine"], "comment", [], "any", false, false, false, 115))) {
echo " title=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["engine"], "comment", [], "any", false, false, false, 115), "html", null, true);
echo "\"";
}
// line 116
echo ((((twig_lower_filter($this->env, twig_get_attribute($this->env, $this->source, $context["engine"], "name", [], "any", false, false, false, 116)) == twig_lower_filter($this->env, ($context["tbl_storage_engine"] ?? null))) || (twig_test_empty(($context["tbl_storage_engine"] ?? null)) && twig_get_attribute($this->env, $this->source, $context["engine"], "is_default", [], "any", false, false, false, 116)))) ? (" selected") : (""));
echo ">";
// line 117
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["engine"], "name", [], "any", false, false, false, 117), "html", null, true);
// line 118
echo "</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['engine'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 120
echo " </select>
</td>
<td width=\"25\">&nbsp;</td>
<td>
<input type=\"text\"
name=\"connection\"
size=\"40\"
value=\"";
// line 127
((array_key_exists("connection", $context)) ? (print (twig_escape_filter($this->env, ($context["connection"] ?? null), "html", null, true))) : (print ("")));
echo "\"
placeholder=\"scheme://user_name[:password]@host_name[:port_num]/db_name/tbl_name\"
class=\"textfield\"
required=\"required\">
</td>
</tr>
";
// line 133
if (($context["have_partitioning"] ?? null)) {
// line 134
echo " <tr class=\"vtop\">
<th colspan=\"5\">
";
// line 136
echo _gettext("PARTITION definition:");
// line 137
echo " ";
echo \PhpMyAdmin\Html\MySQLDocumentation::show("Partitioning");
echo "
</th>
</tr>
<tr>
<td colspan=\"5\">
";
// line 142
$this->loadTemplate("columns_definitions/partitions.twig", "columns_definitions/column_definitions_form.twig", 142)->display(twig_to_array(["partition_details" => // line 143
($context["partition_details"] ?? null), "storage_engines" => // line 144
($context["storage_engines"] ?? null)]));
// line 146
echo " </td>
</tr>
";
}
// line 149
echo " </table>
</div>
";
}
// line 152
echo " <fieldset class=\"tblFooters\">
";
// line 153
if (((($context["action"] ?? null) == PhpMyAdmin\Url::getFromRoute("/table/add-field")) || (($context["action"] ?? null) == PhpMyAdmin\Url::getFromRoute("/table/structure/save")))) {
// line 154
echo " <input type=\"checkbox\" name=\"online_transaction\" value=\"ONLINE_TRANSACTION_ENABLED\" />";
echo _pgettext( "Online transaction part of the SQL DDL for InnoDB", "Online transaction");
echo \PhpMyAdmin\Html\MySQLDocumentation::show("innodb-online-ddl");
echo "
";
}
// line 156
echo " <input class=\"btn btn-secondary preview_sql\" type=\"button\"
value=\"";
// line 157
echo _gettext("Preview SQL");
echo "\">
<input class=\"btn btn-primary\" type=\"submit\"
name=\"do_save_data\"
value=\"";
// line 160
echo _gettext("Save");
echo "\">
</fieldset>
<div id=\"properties_message\"></div>
</form>
";
}
public function getTemplateName()
{
return "columns_definitions/column_definitions_form.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 348 => 160, 342 => 157, 339 => 156, 332 => 154, 330 => 153, 327 => 152, 322 => 149, 317 => 146, 315 => 144, 314 => 143, 313 => 142, 304 => 137, 302 => 136, 298 => 134, 296 => 133, 287 => 127, 278 => 120, 271 => 118, 269 => 117, 266 => 116, 257 => 115, 253 => 114, 249 => 113, 243 => 109, 236 => 107, 229 => 105, 227 => 104, 224 => 103, 218 => 102, 214 => 101, 207 => 100, 203 => 99, 193 => 92, 180 => 83, 178 => 82, 170 => 78, 168 => 77, 162 => 74, 157 => 72, 152 => 69, 149 => 68, 146 => 67, 144 => 65, 143 => 64, 142 => 63, 141 => 62, 140 => 61, 139 => 60, 138 => 59, 137 => 58, 136 => 57, 135 => 56, 134 => 55, 133 => 54, 132 => 53, 131 => 52, 130 => 51, 128 => 50, 125 => 49, 116 => 43, 112 => 41, 110 => 40, 101 => 33, 99 => 32, 92 => 28, 84 => 23, 79 => 20, 77 => 19, 72 => 17, 68 => 15, 64 => 13, 60 => 11, 56 => 9, 54 => 8, 52 => 7, 50 => 6, 46 => 4, 43 => 3, 41 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "columns_definitions/column_definitions_form.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/columns_definitions/column_definitions_form.twig");
}
}

View File

@ -0,0 +1,294 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* database/structure/body_for_table_summary.twig */
class __TwigTemplate_a878d3ff102328884b0ff1ada88110bb0dab2789a093557cef0f2e298d33882d extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<tfoot id=\"tbl_summary_row\" class=\"thead-light\">
<tr>
<th class=\"d-print-none\"></th>
<th class=\"tbl_num text-nowrap\">
";
// line 5
ob_start(function () { return ''; });
// line 6
echo _ngettext("%s table", "%s tables", abs(($context["num_tables"] ?? null)));
$context["num_tables_trans"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 8
echo " ";
echo twig_escape_filter($this->env, sprintf(($context["num_tables_trans"] ?? null), PhpMyAdmin\Util::formatNumber(($context["num_tables"] ?? null), 0)), "html", null, true);
echo "
</th>
";
// line 10
if (($context["server_slave_status"] ?? null)) {
// line 11
echo " <th>";
echo _gettext("Replication");
echo "</th>
";
}
// line 13
echo " ";
$context["sum_colspan"] = ((($context["db_is_system_schema"] ?? null)) ? (4) : (7));
// line 14
echo " ";
if ((($context["num_favorite_tables"] ?? null) == 0)) {
// line 15
echo " ";
$context["sum_colspan"] = (($context["sum_colspan"] ?? null) - 1);
// line 16
echo " ";
}
// line 17
echo " <th colspan=\"";
echo twig_escape_filter($this->env, ($context["sum_colspan"] ?? null), "html", null, true);
echo "\" class=\"d-print-none\">";
echo _gettext("Sum");
echo "</th>
";
// line 18
$context["row_count_sum"] = PhpMyAdmin\Util::formatNumber(($context["sum_entries"] ?? null), 0);
// line 19
echo " ";
// line 20
echo " ";
$context["row_sum_url"] = [];
// line 21
echo " ";
if (array_key_exists("approx_rows", $context)) {
// line 22
echo " ";
$context["row_sum_url"] = ["ajax_request" => true, "db" => // line 24
($context["db"] ?? null), "real_row_count_all" => "true"];
// line 27
echo " ";
}
// line 28
echo " ";
if (($context["approx_rows"] ?? null)) {
// line 29
echo " ";
ob_start(function () { return ''; });
// line 30
echo "<a href=\"";
echo PhpMyAdmin\Url::getFromRoute("/database/structure/real-row-count", ($context["row_sum_url"] ?? null));
echo "\" class=\"ajax row_count_sum\">~";
// line 31
echo twig_escape_filter($this->env, ($context["row_count_sum"] ?? null), "html", null, true);
// line 32
echo "</a>";
$context["cell_text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 34
echo " ";
} else {
// line 35
echo " ";
$context["cell_text"] = ($context["row_count_sum"] ?? null);
// line 36
echo " ";
}
// line 37
echo " <th class=\"value tbl_rows text-monospace text-right\">";
echo twig_escape_filter($this->env, ($context["cell_text"] ?? null), "html", null, true);
echo "</th>
";
// line 38
if ( !(($context["properties_num_columns"] ?? null) > 1)) {
// line 39
echo " ";
// line 40
echo " ";
$context["default_engine"] = twig_get_attribute($this->env, $this->source, ($context["dbi"] ?? null), "fetchValue", [0 => "SELECT @@storage_engine;"], "method", false, false, false, 40);
// line 41
echo " ";
if (twig_test_empty(($context["default_engine"] ?? null))) {
// line 42
echo " ";
// line 43
echo " ";
$context["default_engine"] = twig_get_attribute($this->env, $this->source, ($context["dbi"] ?? null), "fetchValue", [0 => "SELECT @@default_storage_engine;"], "method", false, false, false, 43);
// line 44
echo " ";
}
// line 45
echo " <th class=\"text-center\">
<dfn title=\"";
// line 46
echo twig_escape_filter($this->env, sprintf(_gettext("%s is the default storage engine on this MySQL server."), ($context["default_engine"] ?? null)), "html", null, true);
echo "\">
";
// line 47
echo twig_escape_filter($this->env, ($context["default_engine"] ?? null), "html", null, true);
echo "
</dfn>
</th>
<th>
";
// line 51
if ( !twig_test_empty(($context["database_collation"] ?? null))) {
// line 52
echo " <dfn title=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_collation"] ?? null), "description", [], "any", false, false, false, 52), "html", null, true);
echo " (";
echo _gettext("Default");
echo ")\">
";
// line 53
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_collation"] ?? null), "name", [], "any", false, false, false, 53), "html", null, true);
echo "
</dfn>
";
}
// line 56
echo " </th>
";
}
// line 58
echo "
";
// line 59
if (($context["is_show_stats"] ?? null)) {
// line 60
echo " ";
$context["sum"] = PhpMyAdmin\Util::formatByteDown(($context["sum_size"] ?? null), 3, 1);
// line 61
echo " ";
$context["sum_formatted"] = (($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = ($context["sum"] ?? null)) && is_array($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4) || $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 instanceof ArrayAccess ? ($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4[0] ?? null) : null);
// line 62
echo " ";
$context["sum_unit"] = (($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 = ($context["sum"] ?? null)) && is_array($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144) || $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 instanceof ArrayAccess ? ($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144[1] ?? null) : null);
// line 63
echo " <th class=\"value tbl_size text-monospace text-right\">";
echo twig_escape_filter($this->env, ($context["sum_formatted"] ?? null), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, ($context["sum_unit"] ?? null), "html", null, true);
echo "</th>
";
// line 65
$context["overhead"] = PhpMyAdmin\Util::formatByteDown(($context["overhead_size"] ?? null), 3, 1);
// line 66
echo " ";
$context["overhead_formatted"] = (($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b = ($context["overhead"] ?? null)) && is_array($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b) || $__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b instanceof ArrayAccess ? ($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b[0] ?? null) : null);
// line 67
echo " ";
$context["overhead_unit"] = (($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 = ($context["overhead"] ?? null)) && is_array($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002) || $__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 instanceof ArrayAccess ? ($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002[1] ?? null) : null);
// line 68
echo " <th class=\"value tbl_overhead text-monospace text-right\">";
echo twig_escape_filter($this->env, ($context["overhead_formatted"] ?? null), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, ($context["overhead_unit"] ?? null), "html", null, true);
echo "</th>
";
}
// line 70
echo "
";
// line 71
if (($context["show_charset"] ?? null)) {
// line 72
echo " <th>";
echo twig_escape_filter($this->env, ($context["database_charset"] ?? null), "html", null, true);
echo "</th>
";
}
// line 74
echo " ";
if (($context["show_comment"] ?? null)) {
// line 75
echo " <th></th>
";
}
// line 77
echo " ";
if (($context["show_creation"] ?? null)) {
// line 78
echo " <th class=\"value tbl_creation text-monospace text-right\">
";
// line 79
echo twig_escape_filter($this->env, ($context["create_time_all"] ?? null), "html", null, true);
echo "
</th>
";
}
// line 82
echo " ";
if (($context["show_last_update"] ?? null)) {
// line 83
echo " <th class=\"value tbl_last_update text-monospace text-right\">
";
// line 84
echo twig_escape_filter($this->env, ($context["update_time_all"] ?? null), "html", null, true);
echo "
</th>
";
}
// line 87
echo " ";
if (($context["show_last_check"] ?? null)) {
// line 88
echo " <th class=\"value tbl_last_check text-monospace text-right\">
";
// line 89
echo twig_escape_filter($this->env, ($context["check_time_all"] ?? null), "html", null, true);
echo "
</th>
";
}
// line 92
echo "</tr>
</tfoot>
";
}
public function getTemplateName()
{
return "database/structure/body_for_table_summary.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 270 => 92, 264 => 89, 261 => 88, 258 => 87, 252 => 84, 249 => 83, 246 => 82, 240 => 79, 237 => 78, 234 => 77, 230 => 75, 227 => 74, 221 => 72, 219 => 71, 216 => 70, 208 => 68, 205 => 67, 202 => 66, 200 => 65, 192 => 63, 189 => 62, 186 => 61, 183 => 60, 181 => 59, 178 => 58, 174 => 56, 168 => 53, 161 => 52, 159 => 51, 152 => 47, 148 => 46, 145 => 45, 142 => 44, 139 => 43, 137 => 42, 134 => 41, 131 => 40, 129 => 39, 127 => 38, 122 => 37, 119 => 36, 116 => 35, 113 => 34, 110 => 32, 108 => 31, 104 => 30, 101 => 29, 98 => 28, 95 => 27, 93 => 24, 91 => 22, 88 => 21, 85 => 20, 83 => 19, 81 => 18, 74 => 17, 71 => 16, 68 => 15, 65 => 14, 62 => 13, 56 => 11, 54 => 10, 48 => 8, 45 => 6, 43 => 5, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "database/structure/body_for_table_summary.twig", "E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\pma\\templates\\database\\structure\\body_for_table_summary.twig");
}
}

View File

@ -0,0 +1,99 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* console/query_action.twig */
class __TwigTemplate_ae0e00b9b8f7747ab7e0f44cc3f8550319e7c65f361e427b4e13d70e8846658a extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<div class=\"";
echo twig_escape_filter($this->env, ($context["parent_div_classes"] ?? null), "html", null, true);
echo "\">
";
// line 2
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["content_array"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["content"]) {
// line 3
echo " ";
if (array_key_exists("content", $context)) {
// line 4
echo " <span class=\"";
echo twig_escape_filter($this->env, (($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = $context["content"]) && is_array($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4) || $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 instanceof ArrayAccess ? ($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4[0] ?? null) : null), "html", null, true);
echo "\">
";
// line 5
echo twig_escape_filter($this->env, (($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 = $context["content"]) && is_array($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144) || $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 instanceof ArrayAccess ? ($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144[1] ?? null) : null), "html", null, true);
echo "
";
// line 6
if (twig_get_attribute($this->env, $this->source, $context["content"], "extraSpan", [], "array", true, true, false, 6)) {
// line 7
echo " : <span>";
echo twig_escape_filter($this->env, (($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b = $context["content"]) && is_array($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b) || $__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b instanceof ArrayAccess ? ($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b["extraSpan"] ?? null) : null), "html", null, true);
echo "</span>
";
}
// line 9
echo " </span>
";
}
// line 11
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['content'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 12
echo "</div>
";
}
public function getTemplateName()
{
return "console/query_action.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 76 => 12, 70 => 11, 66 => 9, 60 => 7, 58 => 6, 54 => 5, 49 => 4, 46 => 3, 42 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "console/query_action.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/console/query_action.twig");
}
}

View File

@ -0,0 +1,566 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* database/structure/structure_table_row.twig */
class __TwigTemplate_c9d194604e6813d871fb246109fbabcee3920a374841af3153bfd1398815a0a9 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<tr id=\"row_tbl_";
echo twig_escape_filter($this->env, ($context["curr"] ?? null), "html", null, true);
echo "\"";
echo ((($context["table_is_view"] ?? null)) ? (" class=\"is_view\"") : (""));
echo " data-filter-row=\"";
echo twig_escape_filter($this->env, twig_upper_filter($this->env, (($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = ($context["current_table"] ?? null)) && is_array($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4) || $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 instanceof ArrayAccess ? ($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4["TABLE_NAME"] ?? null) : null)), "html", null, true);
echo "\">
<td class=\"text-center d-print-none\">
<input type=\"checkbox\"
name=\"selected_tbl[]\"
class=\"";
// line 5
echo twig_escape_filter($this->env, ($context["input_class"] ?? null), "html", null, true);
echo "\"
value=\"";
// line 6
echo twig_escape_filter($this->env, (($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 = ($context["current_table"] ?? null)) && is_array($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144) || $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 instanceof ArrayAccess ? ($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144["TABLE_NAME"] ?? null) : null), "html", null, true);
echo "\"
id=\"checkbox_tbl_";
// line 7
echo twig_escape_filter($this->env, ($context["curr"] ?? null), "html", null, true);
echo "\">
</td>
<th>
<a href=\"";
// line 10
echo PhpMyAdmin\Url::getFromRoute("/sql", twig_array_merge(($context["table_url_params"] ?? null), ["pos" => 0]));
echo "\" title=\"";
echo twig_escape_filter($this->env, ($context["browse_table_label_title"] ?? null), "html", null, true);
echo "\">
";
// line 11
echo twig_escape_filter($this->env, ($context["browse_table_label_truename"] ?? null), "html", null, true);
echo "
</a>
";
// line 13
echo ($context["tracking_icon"] ?? null);
echo "
</th>
";
// line 15
if (($context["server_slave_status"] ?? null)) {
// line 16
echo " <td class=\"text-center\">
";
// line 17
echo ((($context["ignored"] ?? null)) ? (\PhpMyAdmin\Html\Generator::getImage("s_cancel", _gettext("Not replicated"))) : (""));
echo "
";
// line 18
echo ((($context["do"] ?? null)) ? (\PhpMyAdmin\Html\Generator::getImage("s_success", _gettext("Replicated"))) : (""));
echo "
</td>
";
}
// line 21
echo "
";
// line 23
echo " ";
if ((($context["num_favorite_tables"] ?? null) > 0)) {
// line 24
echo " <td class=\"text-center d-print-none\">
";
// line 26
echo " ";
$context["fav_params"] = ["db" => // line 27
($context["db"] ?? null), "ajax_request" => true, "favorite_table" => (($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b = // line 29
($context["current_table"] ?? null)) && is_array($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b) || $__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b instanceof ArrayAccess ? ($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b["TABLE_NAME"] ?? null) : null), ((( // line 30
($context["already_favorite"] ?? null)) ? ("remove") : ("add")) . "_favorite") => true];
// line 32
echo " ";
$this->loadTemplate("database/structure/favorite_anchor.twig", "database/structure/structure_table_row.twig", 32)->display(twig_to_array(["table_name_hash" => // line 33
($context["table_name_hash"] ?? null), "db_table_name_hash" => // line 34
($context["db_table_name_hash"] ?? null), "fav_params" => // line 35
($context["fav_params"] ?? null), "already_favorite" => // line 36
($context["already_favorite"] ?? null)]));
// line 38
echo " </td>
";
}
// line 40
echo "
<td class=\"text-center d-print-none\">
<a href=\"";
// line 42
echo PhpMyAdmin\Url::getFromRoute("/sql", twig_array_merge(($context["table_url_params"] ?? null), ["pos" => 0]));
echo "\">
";
// line 43
echo ((($context["may_have_rows"] ?? null)) ? (\PhpMyAdmin\Html\Generator::getIcon("b_browse", _gettext("Browse"))) : (\PhpMyAdmin\Html\Generator::getIcon("bd_browse", _gettext("Browse"))));
echo "
</a>
</td>
<td class=\"text-center d-print-none\">
<a href=\"";
// line 47
echo PhpMyAdmin\Url::getFromRoute("/table/structure", ($context["table_url_params"] ?? null));
echo "\">
";
// line 48
echo \PhpMyAdmin\Html\Generator::getIcon("b_props", _gettext("Structure"));
echo "
</a>
</td>
<td class=\"text-center d-print-none\">
<a href=\"";
// line 52
echo PhpMyAdmin\Url::getFromRoute("/table/search", ($context["table_url_params"] ?? null));
echo "\">
";
// line 53
echo ((($context["may_have_rows"] ?? null)) ? (\PhpMyAdmin\Html\Generator::getIcon("b_select", _gettext("Search"))) : (\PhpMyAdmin\Html\Generator::getIcon("bd_select", _gettext("Search"))));
echo "
</a>
</td>
";
// line 57
if ( !($context["db_is_system_schema"] ?? null)) {
// line 58
echo " <td class=\"insert_table text-center d-print-none\">
<a href=\"";
// line 59
echo PhpMyAdmin\Url::getFromRoute("/table/change", ($context["table_url_params"] ?? null));
echo "\">";
echo \PhpMyAdmin\Html\Generator::getIcon("b_insrow", _gettext("Insert"));
echo "</a>
</td>
";
// line 61
if (($context["table_is_view"] ?? null)) {
// line 62
echo " <td class=\"text-center d-print-none\">
<a href=\"";
// line 63
echo PhpMyAdmin\Url::getFromRoute("/view/create", ["db" => // line 64
($context["db"] ?? null), "table" => (($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 = // line 65
($context["current_table"] ?? null)) && is_array($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002) || $__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 instanceof ArrayAccess ? ($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002["TABLE_NAME"] ?? null) : null)]);
// line 66
echo "\">";
echo \PhpMyAdmin\Html\Generator::getIcon("b_edit", _gettext("Edit"));
echo "</a>
</td>
";
} else {
// line 69
echo " <td class=\"text-center d-print-none\">
<a class=\"truncate_table_anchor ajax\" href=\"";
// line 70
echo PhpMyAdmin\Url::getFromRoute("/sql");
echo "\" data-post=\"";
echo PhpMyAdmin\Url::getCommon(twig_array_merge(($context["table_url_params"] ?? null), ["sql_query" => // line 71
($context["empty_table_sql_query"] ?? null), "message_to_show" => // line 72
($context["empty_table_message_to_show"] ?? null)]), "");
// line 73
echo "\">
";
// line 74
echo ((($context["may_have_rows"] ?? null)) ? (\PhpMyAdmin\Html\Generator::getIcon("b_empty", _gettext("Empty"))) : (\PhpMyAdmin\Html\Generator::getIcon("bd_empty", _gettext("Empty"))));
echo "
</a>
</td>
";
}
// line 78
echo " <td class=\"text-center d-print-none\">
<a class=\"ajax drop_table_anchor";
// line 80
echo (((($context["table_is_view"] ?? null) || ((($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4 = ($context["current_table"] ?? null)) && is_array($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4) || $__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4 instanceof ArrayAccess ? ($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4["ENGINE"] ?? null) : null) == null))) ? (" view") : (""));
echo "\" href=\"";
echo PhpMyAdmin\Url::getFromRoute("/sql");
echo "\" data-post=\"";
// line 81
echo PhpMyAdmin\Url::getCommon(twig_array_merge(($context["table_url_params"] ?? null), ["reload" => 1, "purge" => 1, "sql_query" => // line 84
($context["drop_query"] ?? null), "message_to_show" => // line 85
($context["drop_message"] ?? null)]), "");
// line 86
echo "\">
";
// line 87
echo \PhpMyAdmin\Html\Generator::getIcon("b_drop", _gettext("Drop"));
echo "
</a>
</td>
";
}
// line 91
echo "
";
// line 92
if ((twig_get_attribute($this->env, $this->source, ($context["current_table"] ?? null), "TABLE_ROWS", [], "array", true, true, false, 92) && (((($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666 = // line 93
($context["current_table"] ?? null)) && is_array($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666) || $__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666 instanceof ArrayAccess ? ($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666["ENGINE"] ?? null) : null) != null) || ($context["table_is_view"] ?? null)))) {
// line 94
echo " ";
// line 95
echo " ";
$context["row_count"] = PhpMyAdmin\Util::formatNumber((($__internal_01c35b74bd85735098add188b3f8372ba465b232ab8298cb582c60f493d3c22e = ($context["current_table"] ?? null)) && is_array($__internal_01c35b74bd85735098add188b3f8372ba465b232ab8298cb582c60f493d3c22e) || $__internal_01c35b74bd85735098add188b3f8372ba465b232ab8298cb582c60f493d3c22e instanceof ArrayAccess ? ($__internal_01c35b74bd85735098add188b3f8372ba465b232ab8298cb582c60f493d3c22e["TABLE_ROWS"] ?? null) : null), 0);
// line 96
echo "
";
// line 99
echo " <td class=\"value tbl_rows text-monospace text-right\"
data-table=\"";
// line 100
echo twig_escape_filter($this->env, (($__internal_63ad1f9a2bf4db4af64b010785e9665558fdcac0e8db8b5b413ed986c62dbb52 = ($context["current_table"] ?? null)) && is_array($__internal_63ad1f9a2bf4db4af64b010785e9665558fdcac0e8db8b5b413ed986c62dbb52) || $__internal_63ad1f9a2bf4db4af64b010785e9665558fdcac0e8db8b5b413ed986c62dbb52 instanceof ArrayAccess ? ($__internal_63ad1f9a2bf4db4af64b010785e9665558fdcac0e8db8b5b413ed986c62dbb52["TABLE_NAME"] ?? null) : null), "html", null, true);
echo "\">
";
// line 101
if (($context["approx_rows"] ?? null)) {
// line 102
echo " <a href=\"";
echo PhpMyAdmin\Url::getFromRoute("/database/structure/real-row-count", ["ajax_request" => true, "db" => // line 104
($context["db"] ?? null), "table" => (($__internal_f10a4cc339617934220127f034125576ed229e948660ebac906a15846d52f136 = // line 105
($context["current_table"] ?? null)) && is_array($__internal_f10a4cc339617934220127f034125576ed229e948660ebac906a15846d52f136) || $__internal_f10a4cc339617934220127f034125576ed229e948660ebac906a15846d52f136 instanceof ArrayAccess ? ($__internal_f10a4cc339617934220127f034125576ed229e948660ebac906a15846d52f136["TABLE_NAME"] ?? null) : null)]);
// line 106
echo "\" class=\"ajax real_row_count\">
<bdi>
~";
// line 108
echo twig_escape_filter($this->env, ($context["row_count"] ?? null), "html", null, true);
echo "
</bdi>
</a>
";
} else {
// line 112
echo " ";
echo twig_escape_filter($this->env, ($context["row_count"] ?? null), "html", null, true);
echo "
";
}
// line 114
echo " ";
echo ($context["show_superscript"] ?? null);
echo "
</td>
";
// line 117
if ( !(($context["properties_num_columns"] ?? null) > 1)) {
// line 118
echo " <td class=\"nowrap\">
";
// line 119
if ( !twig_test_empty((($__internal_887a873a4dc3cf8bd4f99c487b4c7727999c350cc3a772414714e49a195e4386 = ($context["current_table"] ?? null)) && is_array($__internal_887a873a4dc3cf8bd4f99c487b4c7727999c350cc3a772414714e49a195e4386) || $__internal_887a873a4dc3cf8bd4f99c487b4c7727999c350cc3a772414714e49a195e4386 instanceof ArrayAccess ? ($__internal_887a873a4dc3cf8bd4f99c487b4c7727999c350cc3a772414714e49a195e4386["ENGINE"] ?? null) : null))) {
// line 120
echo " ";
echo twig_escape_filter($this->env, (($__internal_d527c24a729d38501d770b40a0d25e1ce8a7f0bff897cc4f8f449ba71fcff3d9 = ($context["current_table"] ?? null)) && is_array($__internal_d527c24a729d38501d770b40a0d25e1ce8a7f0bff897cc4f8f449ba71fcff3d9) || $__internal_d527c24a729d38501d770b40a0d25e1ce8a7f0bff897cc4f8f449ba71fcff3d9 instanceof ArrayAccess ? ($__internal_d527c24a729d38501d770b40a0d25e1ce8a7f0bff897cc4f8f449ba71fcff3d9["ENGINE"] ?? null) : null), "html", null, true);
echo "
";
} elseif ( // line 121
($context["table_is_view"] ?? null)) {
// line 122
echo " ";
echo _gettext("View");
// line 123
echo " ";
}
// line 124
echo " </td>
";
// line 125
if ((twig_length_filter($this->env, ($context["collation"] ?? null)) > 0)) {
// line 126
echo " <td class=\"nowrap\">
";
// line 127
echo ($context["collation"] ?? null);
echo "
</td>
";
}
// line 130
echo " ";
}
// line 131
echo "
";
// line 132
if (($context["is_show_stats"] ?? null)) {
// line 133
echo " <td class=\"value tbl_size text-monospace text-right\">
<a href=\"";
// line 134
echo PhpMyAdmin\Url::getFromRoute("/table/structure", ($context["table_url_params"] ?? null));
echo "#showusage\">
<span>";
// line 135
echo twig_escape_filter($this->env, ($context["formatted_size"] ?? null), "html", null, true);
echo "</span>&nbsp;<span class=\"unit\">";
echo twig_escape_filter($this->env, ($context["unit"] ?? null), "html", null, true);
echo "</span>
</a>
</td>
<td class=\"value tbl_overhead text-monospace text-right\">
";
// line 139
echo ($context["overhead"] ?? null);
echo "
</td>
";
}
// line 142
echo "
";
// line 143
if ( !(($context["show_charset"] ?? null) > 1)) {
// line 144
echo " ";
if ((twig_length_filter($this->env, ($context["charset"] ?? null)) > 0)) {
// line 145
echo " <td class=\"nowrap\">
";
// line 146
echo ($context["charset"] ?? null);
echo "
</td>
";
}
// line 149
echo " ";
}
// line 150
echo "
";
// line 151
if (($context["show_comment"] ?? null)) {
// line 152
echo " ";
$context["comment"] = (($__internal_f6dde3a1020453fdf35e718e94f93ce8eb8803b28cc77a665308e14bbe8572ae = ($context["current_table"] ?? null)) && is_array($__internal_f6dde3a1020453fdf35e718e94f93ce8eb8803b28cc77a665308e14bbe8572ae) || $__internal_f6dde3a1020453fdf35e718e94f93ce8eb8803b28cc77a665308e14bbe8572ae instanceof ArrayAccess ? ($__internal_f6dde3a1020453fdf35e718e94f93ce8eb8803b28cc77a665308e14bbe8572ae["Comment"] ?? null) : null);
// line 153
echo " <td>
";
// line 154
if ((twig_length_filter($this->env, ($context["comment"] ?? null)) > ($context["limit_chars"] ?? null))) {
// line 155
echo " <abbr title=\"";
echo twig_escape_filter($this->env, ($context["comment"] ?? null), "html", null, true);
echo "\">
";
// line 156
echo twig_escape_filter($this->env, twig_slice($this->env, ($context["comment"] ?? null), 0, ($context["limit_chars"] ?? null)), "html", null, true);
echo "
...
</abbr>
";
} else {
// line 160
echo " ";
echo twig_escape_filter($this->env, ($context["comment"] ?? null), "html", null, true);
echo "
";
}
// line 162
echo " </td>
";
}
// line 164
echo "
";
// line 165
if (($context["show_creation"] ?? null)) {
// line 166
echo " <td class=\"value tbl_creation text-monospace text-right\">
";
// line 167
echo twig_escape_filter($this->env, ($context["create_time"] ?? null), "html", null, true);
echo "
</td>
";
}
// line 170
echo "
";
// line 171
if (($context["show_last_update"] ?? null)) {
// line 172
echo " <td class=\"value tbl_last_update text-monospace text-right\">
";
// line 173
echo twig_escape_filter($this->env, ($context["update_time"] ?? null), "html", null, true);
echo "
</td>
";
}
// line 176
echo "
";
// line 177
if (($context["show_last_check"] ?? null)) {
// line 178
echo " <td class=\"value tbl_last_check text-monospace text-right\">
";
// line 179
echo twig_escape_filter($this->env, ($context["check_time"] ?? null), "html", null, true);
echo "
</td>
";
}
// line 182
echo "
";
} elseif ( // line 183
($context["table_is_view"] ?? null)) {
// line 184
echo " <td class=\"value tbl_rows text-monospace text-right\">-</td>
<td class=\"nowrap\">
";
// line 186
echo _gettext("View");
// line 187
echo " </td>
<td class=\"nowrap\">---</td>
";
// line 189
if (($context["is_show_stats"] ?? null)) {
// line 190
echo " <td class=\"value tbl_size text-monospace text-right\">-</td>
<td class=\"value tbl_overhead text-monospace text-right\">-</td>
";
}
// line 193
echo " ";
if (($context["show_charset"] ?? null)) {
// line 194
echo " <td></td>
";
}
// line 196
echo " ";
if (($context["show_comment"] ?? null)) {
// line 197
echo " <td></td>
";
}
// line 199
echo " ";
if (($context["show_creation"] ?? null)) {
// line 200
echo " <td class=\"value tbl_creation text-monospace text-right\">-</td>
";
}
// line 202
echo " ";
if (($context["show_last_update"] ?? null)) {
// line 203
echo " <td class=\"value tbl_last_update text-monospace text-right\">-</td>
";
}
// line 205
echo " ";
if (($context["show_last_check"] ?? null)) {
// line 206
echo " <td class=\"value tbl_last_check text-monospace text-right\">-</td>
";
}
// line 208
echo "
";
} else {
// line 210
echo "
";
// line 211
if (($context["db_is_system_schema"] ?? null)) {
// line 212
echo " ";
$context["action_colspan"] = 3;
// line 213
echo " ";
} else {
// line 214
echo " ";
$context["action_colspan"] = 6;
// line 215
echo " ";
}
// line 216
echo " ";
if ((($context["num_favorite_tables"] ?? null) > 0)) {
// line 217
echo " ";
$context["action_colspan"] = (($context["action_colspan"] ?? null) + 1);
// line 218
echo " ";
}
// line 219
echo "
";
// line 220
$context["colspan_for_structure"] = (($context["action_colspan"] ?? null) + 3);
// line 221
echo " <td colspan=\"";
echo (((($context["colspan_for_structure"] ?? null) - ($context["db_is_system_schema"] ?? null))) ? (6) : (9));
echo "\"
class=\"text-center\">
";
// line 223
echo _gettext("in use");
// line 224
echo " </td>
";
}
// line 226
echo "</tr>
";
}
public function getTemplateName()
{
return "database/structure/structure_table_row.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 543 => 226, 539 => 224, 537 => 223, 531 => 221, 529 => 220, 526 => 219, 523 => 218, 520 => 217, 517 => 216, 514 => 215, 511 => 214, 508 => 213, 505 => 212, 503 => 211, 500 => 210, 496 => 208, 492 => 206, 489 => 205, 485 => 203, 482 => 202, 478 => 200, 475 => 199, 471 => 197, 468 => 196, 464 => 194, 461 => 193, 456 => 190, 454 => 189, 450 => 187, 448 => 186, 444 => 184, 442 => 183, 439 => 182, 433 => 179, 430 => 178, 428 => 177, 425 => 176, 419 => 173, 416 => 172, 414 => 171, 411 => 170, 405 => 167, 402 => 166, 400 => 165, 397 => 164, 393 => 162, 387 => 160, 380 => 156, 375 => 155, 373 => 154, 370 => 153, 367 => 152, 365 => 151, 362 => 150, 359 => 149, 353 => 146, 350 => 145, 347 => 144, 345 => 143, 342 => 142, 336 => 139, 327 => 135, 323 => 134, 320 => 133, 318 => 132, 315 => 131, 312 => 130, 306 => 127, 303 => 126, 301 => 125, 298 => 124, 295 => 123, 292 => 122, 290 => 121, 285 => 120, 283 => 119, 280 => 118, 278 => 117, 271 => 114, 265 => 112, 258 => 108, 254 => 106, 252 => 105, 251 => 104, 249 => 102, 247 => 101, 243 => 100, 240 => 99, 237 => 96, 234 => 95, 232 => 94, 230 => 93, 229 => 92, 226 => 91, 219 => 87, 216 => 86, 214 => 85, 213 => 84, 212 => 81, 207 => 80, 204 => 78, 197 => 74, 194 => 73, 192 => 72, 191 => 71, 188 => 70, 185 => 69, 178 => 66, 176 => 65, 175 => 64, 174 => 63, 171 => 62, 169 => 61, 162 => 59, 159 => 58, 157 => 57, 150 => 53, 146 => 52, 139 => 48, 135 => 47, 128 => 43, 124 => 42, 120 => 40, 116 => 38, 114 => 36, 113 => 35, 112 => 34, 111 => 33, 109 => 32, 107 => 30, 106 => 29, 105 => 27, 103 => 26, 100 => 24, 97 => 23, 94 => 21, 88 => 18, 84 => 17, 81 => 16, 79 => 15, 74 => 13, 69 => 11, 63 => 10, 57 => 7, 53 => 6, 49 => 5, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "database/structure/structure_table_row.twig", "E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\pma\\templates\\database\\structure\\structure_table_row.twig");
}
}

View File

@ -0,0 +1,113 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* config/form_display/fieldset_top.twig */
class __TwigTemplate_f4b770f464b688999cfb57c1b3e17e41d30b93e7ab02471e3ff467d62ae2a0b1 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<fieldset";
// line 2
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["attributes"] ?? null));
foreach ($context['_seq'] as $context["key"] => $context["value"]) {
// line 3
echo " ";
echo twig_escape_filter($this->env, $context["key"], "html", null, true);
echo "=\"";
echo twig_escape_filter($this->env, $context["value"], "html", null, true);
echo "\"";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['value'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 4
echo ">
<legend>";
// line 5
echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true);
echo "</legend>
";
// line 6
if ( !twig_test_empty(($context["description"] ?? null))) {
// line 7
echo " <p>";
echo ($context["description"] ?? null);
echo "</p>
";
}
// line 10
if ((twig_test_iterable(($context["errors"] ?? null)) && (twig_length_filter($this->env, ($context["errors"] ?? null)) > 0))) {
// line 11
echo " <dl class=\"errors\">
";
// line 12
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["errors"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["error"]) {
// line 13
echo " <dd>";
echo twig_escape_filter($this->env, $context["error"], "html", null, true);
echo "</dd>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['error'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 15
echo " </dl>
";
}
// line 17
echo "<table class=\"pma-table\" width=\"100%\" cellspacing=\"0\">
";
}
public function getTemplateName()
{
return "config/form_display/fieldset_top.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 90 => 17, 86 => 15, 77 => 13, 73 => 12, 70 => 11, 68 => 10, 62 => 7, 60 => 6, 56 => 5, 53 => 4, 43 => 3, 39 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "config/form_display/fieldset_top.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/config/form_display/fieldset_top.twig");
}
}

View File

@ -0,0 +1,263 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* console/display.twig */
class __TwigTemplate_0863f4ffb57e94441a3ffc96709f7947e910daa2937f6a4fd04151b52d0304ad extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<div id=\"pma_console_container\">
<div id=\"pma_console\">
";
// line 4
echo " ";
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 4)->display(twig_to_array(["parent_div_classes" => "collapsed", "content_array" => [0 => [0 => "switch_button console_switch", 1 => _gettext("Console"), "image" => // line 7
($context["image"] ?? null)], 1 => [0 => "button clear", 1 => _gettext("Clear")], 2 => [0 => "button history", 1 => _gettext("History")], 3 => [0 => "button options", 1 => _gettext("Options")], 4 => (( // line 11
array_key_exists("cfg_bookmark", $context)) ? ([0 => "button bookmarks", 1 => _gettext("Bookmarks")]) : (null)), 5 => [0 => "button debug hide", 1 => _gettext("Debug SQL")]]]));
// line 15
echo " ";
// line 16
echo " <div class=\"content\">
<div class=\"console_message_container\">
<div class=\"message welcome\">
<span id=\"instructions-0\">
";
// line 20
echo _gettext("Press Ctrl+Enter to execute query");
// line 21
echo " </span>
<span class=\"hide\" id=\"instructions-1\">
";
// line 23
echo _gettext("Press Enter to execute query");
// line 24
echo " </span>
</div>
";
// line 26
if ( !twig_test_empty(($context["sql_history"] ?? null))) {
// line 27
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_reverse_filter($this->env, ($context["sql_history"] ?? null)));
foreach ($context['_seq'] as $context["_key"] => $context["record"]) {
// line 28
echo " <div class=\"message history collapsed hide";
// line 29
echo ((preg_match("@^SELECT[[:space:]]+@i", (($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = $context["record"]) && is_array($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4) || $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 instanceof ArrayAccess ? ($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4["sqlquery"] ?? null) : null))) ? (" select") : (""));
echo "\"
targetdb=\"";
// line 30
echo twig_escape_filter($this->env, (($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 = $context["record"]) && is_array($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144) || $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 instanceof ArrayAccess ? ($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144["db"] ?? null) : null), "html", null, true);
echo "\" targettable=\"";
echo twig_escape_filter($this->env, (($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b = $context["record"]) && is_array($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b) || $__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b instanceof ArrayAccess ? ($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b["table"] ?? null) : null), "html", null, true);
echo "\">
";
// line 31
$this->loadTemplate("console/query_action.twig", "console/display.twig", 31)->display(twig_to_array(["parent_div_classes" => "action_content", "content_array" => [0 => [0 => "action collapse", 1 => _gettext("Collapse")], 1 => [0 => "action expand", 1 => _gettext("Expand")], 2 => [0 => "action requery", 1 => _gettext("Requery")], 3 => [0 => "action edit", 1 => _gettext("Edit")], 4 => [0 => "action explain", 1 => _gettext("Explain")], 5 => [0 => "action profiling", 1 => _gettext("Profiling")], 6 => (( // line 40
array_key_exists("cfg_bookmark", $context)) ? ([0 => "action bookmark", 1 => _gettext("Bookmark")]) : (null)), 7 => [0 => "text failed", 1 => _gettext("Query failed")], 8 => [0 => "text targetdb", 1 => _gettext("Database"), "extraSpan" => (($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 = // line 42
$context["record"]) && is_array($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002) || $__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 instanceof ArrayAccess ? ($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002["db"] ?? null) : null)], 9 => [0 => "text query_time", 1 => _gettext("Queried time"), "extraSpan" => ((twig_get_attribute($this->env, $this->source, // line 46
$context["record"], "timevalue", [], "array", true, true, false, 46)) ? ((($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4 = // line 47
$context["record"]) && is_array($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4) || $__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4 instanceof ArrayAccess ? ($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4["timevalue"] ?? null) : null)) : (_gettext("During current session")))]]]));
// line 51
echo " <span class=\"query\">";
echo twig_escape_filter($this->env, (($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666 = $context["record"]) && is_array($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666) || $__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666 instanceof ArrayAccess ? ($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666["sqlquery"] ?? null) : null), "html", null, true);
echo "</span>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['record'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 54
echo " ";
}
// line 55
echo " </div><!-- console_message_container -->
<div class=\"query_input\">
<span class=\"console_query_input\"></span>
</div>
</div><!-- message end -->
";
// line 61
echo " <div class=\"mid_layer\"></div>
";
// line 63
echo " <div class=\"card\" id=\"debug_console\">
";
// line 64
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 64)->display(twig_to_array(["parent_div_classes" => "", "content_array" => [0 => [0 => "button order order_asc", 1 => _gettext("ascending")], 1 => [0 => "button order order_desc", 1 => _gettext("descending")], 2 => [0 => "text", 1 => _gettext("Order:")], 3 => [0 => "switch_button", 1 => _gettext("Debug SQL")], 4 => [0 => "button order_by sort_count", 1 => _gettext("Count")], 5 => [0 => "button order_by sort_exec", 1 => _gettext("Execution order")], 6 => [0 => "button order_by sort_time", 1 => _gettext("Time taken")], 7 => [0 => "text", 1 => _gettext("Order by:")], 8 => [0 => "button group_queries", 1 => _gettext("Group queries")], 9 => [0 => "button ungroup_queries", 1 => _gettext("Ungroup queries")]]]));
// line 79
echo " <div class=\"content debug\">
<div class=\"message welcome\"></div>
<div class=\"debugLog\"></div>
</div> <!-- Content -->
<div class=\"templates\">
";
// line 84
$this->loadTemplate("console/query_action.twig", "console/display.twig", 84)->display(twig_to_array(["parent_div_classes" => "debug_query action_content", "content_array" => [0 => [0 => "action collapse", 1 => _gettext("Collapse")], 1 => [0 => "action expand", 1 => _gettext("Expand")], 2 => [0 => "action dbg_show_trace", 1 => _gettext("Show trace")], 3 => [0 => "action dbg_hide_trace", 1 => _gettext("Hide trace")], 4 => [0 => "text count hide", 1 => _gettext("Count")], 5 => [0 => "text time", 1 => _gettext("Time taken")]]]));
// line 95
echo " </div> <!-- Template -->
</div> <!-- Debug SQL card -->
";
// line 97
if (($context["cfg_bookmark"] ?? null)) {
// line 98
echo " <div class=\"card\" id=\"pma_bookmarks\">
";
// line 99
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 99)->display(twig_to_array(["parent_div_classes" => "", "content_array" => [0 => [0 => "switch_button", 1 => _gettext("Bookmarks")], 1 => [0 => "button refresh", 1 => _gettext("Refresh")], 2 => [0 => "button add", 1 => _gettext("Add")]]]));
// line 107
echo " <div class=\"content bookmark\">
";
// line 108
echo ($context["bookmark_content"] ?? null);
echo "
</div>
<div class=\"mid_layer\"></div>
<div class=\"card add\">
";
// line 112
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 112)->display(twig_to_array(["parent_div_classes" => "", "content_array" => [0 => [0 => "switch_button", 1 => _gettext("Add bookmark")]]]));
// line 118
echo " <div class=\"content add_bookmark\">
<div class=\"options\">
<label>
";
// line 121
echo _gettext("Label");
echo ": <input type=\"text\" name=\"label\">
</label>
<label>
";
// line 124
echo _gettext("Target database");
echo ": <input type=\"text\" name=\"targetdb\">
</label>
<label>
<input type=\"checkbox\" name=\"shared\">";
// line 127
echo _gettext("Share this bookmark");
// line 128
echo " </label>
<button class=\"btn btn-primary\" type=\"submit\" name=\"submit\">";
// line 129
echo _gettext("OK");
echo "</button>
</div> <!-- options -->
<div class=\"query_input\">
<span class=\"bookmark_add_input\"></span>
</div>
</div>
</div> <!-- Add bookmark card -->
</div> <!-- Bookmarks card -->
";
}
// line 138
echo " ";
// line 139
echo " <div class=\"card\" id=\"pma_console_options\">
";
// line 140
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 140)->display(twig_to_array(["parent_div_classes" => "", "content_array" => [0 => [0 => "switch_button", 1 => _gettext("Options")], 1 => [0 => "button default", 1 => _gettext("Set default")]]]));
// line 147
echo " <div class=\"content\">
<label>
<input type=\"checkbox\" name=\"always_expand\">";
// line 149
echo _gettext("Always expand query messages");
// line 150
echo " </label>
<br>
<label>
<input type=\"checkbox\" name=\"start_history\">";
// line 153
echo _gettext("Show query history at start");
// line 154
echo " </label>
<br>
<label>
<input type=\"checkbox\" name=\"current_query\">";
// line 157
echo _gettext("Show current browsing query");
// line 158
echo " </label>
<br>
<label>
<input type=\"checkbox\" name=\"enter_executes\">
";
// line 162
echo _gettext("Execute queries on Enter and insert new line with Shift + Enter. To make this permanent, view settings.");
// line 165
echo " </label>
<br>
<label>
<input type=\"checkbox\" name=\"dark_theme\">";
// line 168
echo _gettext("Switch to dark theme");
// line 169
echo " </label>
<br>
</div>
</div> <!-- Options card -->
<div class=\"templates\">
";
// line 175
echo " ";
$this->loadTemplate("console/query_action.twig", "console/display.twig", 175)->display(twig_to_array(["parent_div_classes" => "query_actions", "content_array" => [0 => [0 => "action collapse", 1 => _gettext("Collapse")], 1 => [0 => "action expand", 1 => _gettext("Expand")], 2 => [0 => "action requery", 1 => _gettext("Requery")], 3 => [0 => "action edit", 1 => _gettext("Edit")], 4 => [0 => "action explain", 1 => _gettext("Explain")], 5 => [0 => "action profiling", 1 => _gettext("Profiling")], 6 => (( // line 184
array_key_exists("cfg_bookmark", $context)) ? ([0 => "action bookmark", 1 => _gettext("Bookmark")]) : (null)), 7 => [0 => "text failed", 1 => _gettext("Query failed")], 8 => [0 => "text targetdb", 1 => _gettext("Database"), "extraSpan" => ""], 9 => [0 => "text query_time", 1 => _gettext("Queried time"), "extraSpan" => ""]]]));
// line 190
echo " </div>
</div> <!-- #console end -->
</div> <!-- #console_container end -->
";
}
public function getTemplateName()
{
return "console/display.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 238 => 190, 236 => 184, 234 => 175, 227 => 169, 225 => 168, 220 => 165, 218 => 162, 212 => 158, 210 => 157, 205 => 154, 203 => 153, 198 => 150, 196 => 149, 192 => 147, 190 => 140, 187 => 139, 185 => 138, 173 => 129, 170 => 128, 168 => 127, 162 => 124, 156 => 121, 151 => 118, 149 => 112, 142 => 108, 139 => 107, 137 => 99, 134 => 98, 132 => 97, 128 => 95, 126 => 84, 119 => 79, 117 => 64, 114 => 63, 111 => 61, 104 => 55, 101 => 54, 91 => 51, 89 => 47, 88 => 46, 87 => 42, 86 => 40, 85 => 31, 79 => 30, 75 => 29, 73 => 28, 68 => 27, 66 => 26, 62 => 24, 60 => 23, 56 => 21, 54 => 20, 48 => 16, 46 => 15, 44 => 11, 43 => 7, 41 => 4, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "console/display.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/console/display.twig");
}
}

View File

@ -0,0 +1,969 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* export.twig */
class __TwigTemplate_e314798e0918c8e35f475421e7bfd36a9080f76dd7e551f4104ed8fb77379a13 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'message' => [$this, 'block_message'],
'title' => [$this, 'block_title'],
'selection_options' => [$this, 'block_selection_options'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo ($context["page_settings_error_html"] ?? null);
echo "
";
// line 2
echo ($context["page_settings_html"] ?? null);
echo "
";
// line 4
$this->displayBlock('message', $context, $blocks);
// line 5
echo "
<div class=\"exportoptions row\" id=\"header\">
<h2>
";
// line 8
echo \PhpMyAdmin\Html\Generator::getImage("b_export", _gettext("Export"));
echo "
";
// line 9
$this->displayBlock('title', $context, $blocks);
// line 10
echo " </h2>
</div>
";
// line 13
if (twig_get_attribute($this->env, $this->source, ($context["templates"] ?? null), "is_enabled", [], "any", false, false, false, 13)) {
// line 14
echo " <div class=\"exportoptions\" id=\"export_templates\">
<h3>";
// line 15
echo _gettext("Export templates:");
echo "</h3>
<div class=\"floatleft\">
<form method=\"post\" action=\"";
// line 18
echo PhpMyAdmin\Url::getFromRoute("/export/template/create");
echo "\" id=\"newTemplateForm\" class=\"ajax\">
<h4>";
// line 19
echo _gettext("New template:");
echo "</h4>
<input type=\"text\" name=\"templateName\" id=\"templateName\" maxlength=\"64\" placeholder=\"";
// line 20
echo _gettext("Template name");
echo "\" required>
<input class=\"btn btn-secondary\" type=\"submit\" name=\"createTemplate\" id=\"createTemplate\" value=\"";
// line 21
echo _gettext("Create");
echo "\">
</form>
</div>
<div class=\"floatleft\" style=\"margin-left: 50px;\">
<form method=\"post\" id=\"existingTemplatesForm\" class=\"ajax\">
<h4>";
// line 27
echo _gettext("Existing templates:");
echo "</h4>
<label for=\"template\">";
// line 28
echo _gettext("Template:");
echo "</label>
<select name=\"template\" id=\"template\" required>
<option value=\"\">-- ";
// line 30
echo _gettext("Select a template");
echo " --</option>
";
// line 31
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, ($context["templates"] ?? null), "templates", [], "any", false, false, false, 31));
foreach ($context['_seq'] as $context["_key"] => $context["template"]) {
// line 32
echo " <option value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["template"], "getId", [], "method", false, false, false, 32), "html", null, true);
echo "\"";
echo (((twig_get_attribute($this->env, $this->source, $context["template"], "getId", [], "method", false, false, false, 32) == twig_get_attribute($this->env, $this->source, ($context["templates"] ?? null), "selected", [], "any", false, false, false, 32))) ? (" selected") : (""));
echo ">
";
// line 33
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["template"], "getName", [], "method", false, false, false, 33), "html", null, true);
echo "
</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['template'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 36
echo " </select>
<input class=\"btn btn-secondary\" type=\"submit\" formaction=\"";
// line 37
echo PhpMyAdmin\Url::getFromRoute("/export/template/update");
echo "\" name=\"updateTemplate\" id=\"updateTemplate\" value=\"";
echo _gettext("Update");
echo "\">
<input class=\"btn btn-secondary\" type=\"submit\" formaction=\"";
// line 38
echo PhpMyAdmin\Url::getFromRoute("/export/template/delete");
echo "\" name=\"deleteTemplate\" id=\"deleteTemplate\" value=\"";
echo _gettext("Delete");
echo "\">
</form>
</div>
<div class=\"clearfloat\"></div>
</div>
";
}
// line 45
echo "
";
// line 46
if ( !twig_test_empty(($context["sql_query"] ?? null))) {
// line 47
echo " <div class=\"exportoptions\">
";
// line 49
echo " <h3>";
echo _gettext("SQL query:");
echo "</h3>
<div class=\"floatleft\">
<div id=\"sqlqueryform\">
";
// line 53
echo " <input class=\"btn btn-secondary\" type=\"submit\" id=\"showsqlquery\" value=\"";
echo _gettext("Show SQL query");
echo "\">
</div>
<div class=\"d-none\">
<div id=\"export_sql_modal_content\">
<code class=\"sql\">
<pre id=\"sql_preview_query\">";
// line 58
echo twig_escape_filter($this->env, ($context["sql_query"] ?? null), "html", null, true);
echo "</pre>
</code>
</div>
</div>
</div>
<div class=\"clearfloat\"></div>
</div>
";
}
// line 66
echo "
<form method=\"post\" action=\"";
// line 67
echo PhpMyAdmin\Url::getFromRoute("/export");
echo "\" name=\"dump\" class=\"disableAjax\">
";
// line 68
echo PhpMyAdmin\Url::getHiddenInputs(($context["hidden_inputs"] ?? null));
echo "
";
// line 70
if ((($context["export_method"] ?? null) != "custom-no-form")) {
// line 71
echo " <div class=\"exportoptions\" id=\"quick_or_custom\">
<h3>";
// line 72
echo _gettext("Export method:");
echo "</h3>
<ul>
<li>
<input type=\"radio\" name=\"quick_or_custom\" value=\"quick\" id=\"radio_quick_export\"";
// line 76
echo (((($context["export_method"] ?? null) == "quick")) ? (" checked") : (""));
echo ">
<label for=\"radio_quick_export\">
";
// line 78
echo _gettext("Quick - display only the minimal options");
// line 79
echo " </label>
</li>
<li>
<input type=\"radio\" name=\"quick_or_custom\" value=\"custom\" id=\"radio_custom_export\"";
// line 84
echo (((($context["export_method"] ?? null) == "custom")) ? (" checked") : (""));
echo ">
<label for=\"radio_custom_export\">
";
// line 86
echo _gettext("Custom - display all possible options");
// line 87
echo " </label>
</li>
</ul>
</div>
";
}
// line 92
echo "
<div class=\"exportoptions\" id=\"format\">
<h3>";
// line 94
echo _gettext("Format:");
echo "</h3>
";
// line 95
echo ($context["dropdown"] ?? null);
echo "
</div>
";
// line 98
$this->displayBlock('selection_options', $context, $blocks);
// line 99
echo "
";
// line 100
if ( !twig_test_empty(($context["rows"] ?? null))) {
// line 101
echo " <div class=\"exportoptions\" id=\"rows\">
<h3>";
// line 102
echo _gettext("Rows:");
echo "</h3>
<ul>
<li>
<input type=\"radio\" name=\"allrows\" value=\"0\" id=\"radio_allrows_0\"";
// line 106
echo ((( !(null === twig_get_attribute($this->env, $this->source, ($context["rows"] ?? null), "allrows", [], "any", false, false, false, 106)) && (twig_get_attribute($this->env, $this->source, ($context["rows"] ?? null), "allrows", [], "any", false, false, false, 106) == 0))) ? (" checked") : (""));
echo ">
<label for=\"radio_allrows_0\">";
// line 107
echo _gettext("Dump some row(s)");
echo "</label>
<ul>
<li>
<label for=\"limit_to\">";
// line 110
echo _gettext("Number of rows:");
echo "</label>
<input type=\"text\" id=\"limit_to\" name=\"limit_to\" size=\"5\" value=\"";
// line 112
if ( !(null === twig_get_attribute($this->env, $this->source, ($context["rows"] ?? null), "limit_to", [], "any", false, false, false, 112))) {
// line 113
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["rows"] ?? null), "limit_to", [], "any", false, false, false, 113), "html", null, true);
} elseif (( !twig_test_empty(twig_get_attribute($this->env, $this->source, // line 114
($context["rows"] ?? null), "unlim_num_rows", [], "any", false, false, false, 114)) && (twig_get_attribute($this->env, $this->source, ($context["rows"] ?? null), "unlim_num_rows", [], "any", false, false, false, 114) != 0))) {
// line 115
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["rows"] ?? null), "unlim_num_rows", [], "any", false, false, false, 115), "html", null, true);
} else {
// line 117
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["rows"] ?? null), "number_of_rows", [], "any", false, false, false, 117), "html", null, true);
}
// line 118
echo "\" onfocus=\"this.select()\">
</li>
<li>
<label for=\"limit_from\">";
// line 121
echo _gettext("Row to begin at:");
echo "</label>
<input type=\"text\" id=\"limit_from\" name=\"limit_from\" size=\"5\" value=\"";
// line 123
(( !(null === twig_get_attribute($this->env, $this->source, ($context["rows"] ?? null), "limit_from", [], "any", false, false, false, 123))) ? (print (twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["rows"] ?? null), "limit_from", [], "any", false, false, false, 123), "html", null, true))) : (print (0)));
echo "\" onfocus=\"this.select()\">
</li>
</ul>
</li>
<li>
<input type=\"radio\" name=\"allrows\" value=\"1\" id=\"radio_allrows_1\"";
// line 129
echo ((((null === twig_get_attribute($this->env, $this->source, ($context["rows"] ?? null), "allrows", [], "any", false, false, false, 129)) || (twig_get_attribute($this->env, $this->source, ($context["rows"] ?? null), "allrows", [], "any", false, false, false, 129) == 1))) ? (" checked") : (""));
echo ">
<label for=\"radio_allrows_1\">";
// line 130
echo _gettext("Dump all rows");
echo "</label>
</li>
</ul>
</div>
";
}
// line 135
echo "
";
// line 136
if (($context["has_save_dir"] ?? null)) {
// line 137
echo " <div class=\"exportoptions\" id=\"output_quick_export\">
<h3>";
// line 138
echo _gettext("Output:");
echo "</h3>
<ul>
<li>
<input type=\"checkbox\" name=\"quick_export_onserver\" value=\"saveit\" id=\"checkbox_quick_dump_onserver\"";
// line 141
echo ((($context["export_is_checked"] ?? null)) ? (" checked") : (""));
echo ">
<label for=\"checkbox_quick_dump_onserver\">
";
// line 143
echo sprintf(_gettext("Save on server in the directory <strong>%s</strong>"), twig_escape_filter($this->env, ($context["save_dir"] ?? null)));
echo "
</label>
</li>
<li>
<input type=\"checkbox\" name=\"quick_export_onserver_overwrite\" value=\"saveitover\" id=\"checkbox_quick_dump_onserver_overwrite\"";
// line 148
echo ((($context["export_overwrite_is_checked"] ?? null)) ? (" checked") : (""));
echo ">
<label for=\"checkbox_quick_dump_onserver_overwrite\">
";
// line 150
echo _gettext("Overwrite existing file(s)");
// line 151
echo " </label>
</li>
</ul>
</div>
";
}
// line 156
echo "
<div id=\"alias_modal\" class=\"hide\" title=\"";
// line 157
echo _gettext("Rename exported databases/tables/columns");
echo "\">
<table class=\"pma-table\" id=\"alias_data\">
<thead>
<tr>
<th colspan=\"4\">
";
// line 162
echo _gettext("Defined aliases");
// line 163
echo " </th>
</tr>
</thead>
<tbody>
";
// line 168
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["aliases"] ?? null));
foreach ($context['_seq'] as $context["db"] => $context["db_data"]) {
// line 169
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["db_data"], "alias", [], "any", true, true, false, 169) && !(null === twig_get_attribute($this->env, $this->source, $context["db_data"], "alias", [], "any", false, false, false, 169)))) {
// line 170
echo " <tr>
<th>";
// line 171
echo _pgettext( "Alias", "Database");
echo "</th>
<td>";
// line 172
echo twig_escape_filter($this->env, $context["db"], "html", null, true);
echo "</td>
<td>
<input name=\"aliases[";
// line 174
echo twig_escape_filter($this->env, $context["db"], "html", null, true);
echo "][alias]\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["db_data"], "alias", [], "any", false, false, false, 174), "html", null, true);
echo "\" type=\"text\">
</td>
<td>
<button class=\"alias_remove btn btn-secondary\">";
// line 177
echo _gettext("Remove");
echo "</button>
</td>
</tr>
";
}
// line 181
echo "
";
// line 182
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((((twig_get_attribute($this->env, $this->source, $context["db_data"], "tables", [], "any", true, true, false, 182) && !(null === twig_get_attribute($this->env, $this->source, $context["db_data"], "tables", [], "any", false, false, false, 182)))) ? (twig_get_attribute($this->env, $this->source, $context["db_data"], "tables", [], "any", false, false, false, 182)) : ([])));
foreach ($context['_seq'] as $context["table"] => $context["table_data"]) {
// line 183
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["table_data"], "alias", [], "any", true, true, false, 183) && !(null === twig_get_attribute($this->env, $this->source, $context["table_data"], "alias", [], "any", false, false, false, 183)))) {
// line 184
echo " <tr>
<th>";
// line 185
echo _pgettext( "Alias", "Table");
echo "</th>
<td>";
// line 186
echo twig_escape_filter($this->env, $context["db"], "html", null, true);
echo ".";
echo twig_escape_filter($this->env, $context["table"], "html", null, true);
echo "</td>
<td>
<input name=\"aliases[";
// line 188
echo twig_escape_filter($this->env, $context["db"], "html", null, true);
echo "][tables][";
echo twig_escape_filter($this->env, $context["table"], "html", null, true);
echo "][alias]\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["table_data"], "alias", [], "any", false, false, false, 188), "html", null, true);
echo "\" type=\"text\">
</td>
<td>
<button class=\"alias_remove btn btn-secondary\">";
// line 191
echo _gettext("Remove");
echo "</button>
</td>
</tr>
";
}
// line 195
echo "
";
// line 196
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((((twig_get_attribute($this->env, $this->source, $context["table_data"], "columns", [], "any", true, true, false, 196) && !(null === twig_get_attribute($this->env, $this->source, $context["table_data"], "columns", [], "any", false, false, false, 196)))) ? (twig_get_attribute($this->env, $this->source, $context["table_data"], "columns", [], "any", false, false, false, 196)) : ([])));
foreach ($context['_seq'] as $context["column"] => $context["column_name"]) {
// line 197
echo " <tr>
<th>";
// line 198
echo _pgettext( "Alias", "Column");
echo "</th>
<td>";
// line 199
echo twig_escape_filter($this->env, $context["db"], "html", null, true);
echo ".";
echo twig_escape_filter($this->env, $context["table"], "html", null, true);
echo ".";
echo twig_escape_filter($this->env, $context["column"], "html", null, true);
echo "</td>
<td>
<input name=\"aliases[";
// line 201
echo twig_escape_filter($this->env, $context["db"], "html", null, true);
echo "][tables][";
echo twig_escape_filter($this->env, $context["table"], "html", null, true);
echo "][colums][";
echo twig_escape_filter($this->env, $context["column"], "html", null, true);
echo "]\" value=\"";
echo twig_escape_filter($this->env, $context["column_name"], "html", null, true);
echo "\" type=\"text\">
</td>
<td>
<button class=\"alias_remove btn btn-secondary\">";
// line 204
echo _gettext("Remove");
echo "</button>
</td>
</tr>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['column'], $context['column_name'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 208
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['table'], $context['table_data'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 209
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['db'], $context['db_data'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 210
echo " </tbody>
";
// line 213
echo " <tfoot class=\"hide\">
<tr>
<th></th>
<td></td>
<td>
<input name=\"aliases_new\" value=\"\" type=\"text\">
</td>
<td>
<button class=\"alias_remove btn btn-secondary\">";
// line 221
echo _gettext("Remove");
echo "</button>
</td>
</tr>
</tfoot>
</table>
<table class=\"pma-table\">
<thead>
<tr>
<th colspan=\"4\">";
// line 230
echo _gettext("Define new aliases");
echo "</th>
</tr>
</thead>
<tr>
<td>
<label>";
// line 235
echo _gettext("Select database:");
echo "</label>
</td>
<td>
<select id=\"db_alias_select\"><option value=\"\"></option></select>
</td>
<td>
<input id=\"db_alias_name\" placeholder=\"";
// line 241
echo _gettext("New database name");
echo "\" disabled=\"1\">
</td>
<td>
<button id=\"db_alias_button\" class=\"btn btn-secondary\" disabled=\"1\">";
// line 244
echo _gettext("Add");
echo "</button>
</td>
</tr>
<tr>
<td>
<label>";
// line 249
echo _gettext("Select table:");
echo "</label>
</td>
<td>
<select id=\"table_alias_select\"><option value=\"\"></option></select>
</td>
<td>
<input id=\"table_alias_name\" placeholder=\"";
// line 255
echo _gettext("New table name");
echo "\" disabled=\"1\">
</td>
<td>
<button id=\"table_alias_button\" class=\"btn btn-secondary\" disabled=\"1\">";
// line 258
echo _gettext("Add");
echo "</button>
</td>
</tr>
<tr>
<td>
<label>";
// line 263
echo _gettext("Select column:");
echo "</label>
</td>
<td>
<select id=\"column_alias_select\"><option value=\"\"></option></select>
</td>
<td>
<input id=\"column_alias_name\" placeholder=\"";
// line 269
echo _gettext("New column name");
echo "\" disabled=\"1\">
</td>
<td>
<button id=\"column_alias_button\" class=\"btn btn-secondary\" disabled=\"1\">";
// line 272
echo _gettext("Add");
echo "</button>
</td>
</tr>
</table>
</div>
<div class=\"exportoptions\" id=\"output\">
<h3>";
// line 279
echo _gettext("Output:");
echo "</h3>
<ul id=\"ul_output\">
<li>
<input type=\"checkbox\" id=\"btn_alias_config\"";
// line 282
echo ((($context["has_aliases"] ?? null)) ? (" checked") : (""));
echo ">
<label for=\"btn_alias_config\">
";
// line 284
echo _gettext("Rename exported databases/tables/columns");
// line 285
echo " </label>
</li>
";
// line 288
if ((($context["export_type"] ?? null) != "server")) {
// line 289
echo " <li>
<input type=\"checkbox\" name=\"lock_tables\" value=\"something\" id=\"checkbox_lock_tables\"";
// line 291
echo (((( !($context["repopulate"] ?? null) && ($context["is_checked_lock_tables"] ?? null)) || ($context["lock_tables"] ?? null))) ? (" checked") : (""));
echo ">
<label for=\"checkbox_lock_tables\">
";
// line 293
echo sprintf(_gettext("Use %s statement"), "<code>LOCK TABLES</code>");
echo "
</label>
</li>
";
}
// line 297
echo "
<li>
<input type=\"radio\" name=\"output_format\" value=\"sendit\" id=\"radio_dump_asfile\"";
// line 300
echo ((( !($context["repopulate"] ?? null) && ($context["is_checked_asfile"] ?? null))) ? (" checked") : (""));
echo ">
<label for=\"radio_dump_asfile\">
";
// line 302
echo _gettext("Save output to a file");
// line 303
echo " </label>
<ul id=\"ul_save_asfile\">
";
// line 305
if (($context["has_save_dir"] ?? null)) {
// line 306
echo " <li>
<input type=\"checkbox\" name=\"onserver\" value=\"saveit\" id=\"checkbox_dump_onserver\"";
// line 307
echo ((($context["is_checked_export"] ?? null)) ? (" checked") : (""));
echo ">
<label for=\"checkbox_dump_onserver\">
";
// line 309
echo sprintf(_gettext("Save on server in the directory <strong>%s</strong>"), twig_escape_filter($this->env, ($context["save_dir"] ?? null)));
echo "
</label>
</li>
<li>
<input type=\"checkbox\" name=\"onserver_overwrite\" value=\"saveitover\" id=\"checkbox_dump_onserver_overwrite\"";
// line 314
echo ((($context["is_checked_export_overwrite"] ?? null)) ? (" checked") : (""));
echo ">
<label for=\"checkbox_dump_onserver_overwrite\">
";
// line 316
echo _gettext("Overwrite existing file(s)");
// line 317
echo " </label>
</li>
";
}
// line 320
echo "
<li>
<label for=\"filename_template\" class=\"desc\">
";
// line 323
echo _gettext("File name template:");
// line 324
echo " ";
echo \PhpMyAdmin\Html\Generator::showHint(sprintf(_gettext("This value is interpreted using the 'strftime' function, so you can use time formatting strings. Additionally the following transformations will happen: %s Other text will be kept as is. See the FAQ 6.27 for details."), ($context["filename_hint"] ?? null)));
echo "
</label>
<input type=\"text\" name=\"filename_template\" id=\"filename_template\" value=\"";
// line 326
echo twig_escape_filter($this->env, ($context["filename_template"] ?? null), "html", null, true);
echo "\">
<input type=\"checkbox\" name=\"remember_template\" id=\"checkbox_remember_template\"";
// line 327
echo ((($context["is_checked_remember_file_template"] ?? null)) ? (" checked") : (""));
echo ">
<label for=\"checkbox_remember_template\">
";
// line 329
echo _gettext("use this for future exports");
// line 330
echo " </label>
</li>
";
// line 333
if (($context["is_encoding_supported"] ?? null)) {
// line 334
echo " <li>
<label for=\"select_charset\" class=\"desc\">
";
// line 336
echo _gettext("Character set of the file:");
// line 337
echo " </label>
<select id=\"select_charset\" name=\"charset\" size=\"1\">
";
// line 339
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["encodings"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["charset"]) {
// line 340
echo " <option value=\"";
echo twig_escape_filter($this->env, $context["charset"], "html", null, true);
echo "\"";
// line 341
echo ((((twig_test_empty(($context["export_charset"] ?? null)) && ($context["charset"] == "utf-8")) || ($context["charset"] == ($context["export_charset"] ?? null)))) ? (" selected") : (""));
echo ">";
// line 342
echo twig_escape_filter($this->env, $context["charset"], "html", null, true);
// line 343
echo "</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['charset'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 345
echo " </select>
</li>
";
}
// line 348
echo "
";
// line 349
if ((($context["has_zip"] ?? null) || ($context["has_gzip"] ?? null))) {
// line 350
echo " <li>
<label for=\"compression\" class=\"desc\">
";
// line 352
echo _gettext("Compression:");
// line 353
echo " </label>
<select id=\"compression\" name=\"compression\">
<option value=\"none\">";
// line 355
echo _gettext("None");
echo "</option>
";
// line 356
if (($context["has_zip"] ?? null)) {
// line 357
echo " <option value=\"zip\"";
// line 358
echo (((($context["selected_compression"] ?? null) == "zip")) ? (" selected") : (""));
echo ">
";
// line 359
echo _gettext("zipped");
// line 360
echo " </option>
";
}
// line 362
echo " ";
if (($context["has_gzip"] ?? null)) {
// line 363
echo " <option value=\"gzip\"";
// line 364
echo (((($context["selected_compression"] ?? null) == "gzip")) ? (" selected") : (""));
echo ">
";
// line 365
echo _gettext("gzipped");
// line 366
echo " </option>
";
}
// line 368
echo " </select>
</li>
";
} else {
// line 371
echo " <input type=\"hidden\" name=\"compression\" value=\"";
echo twig_escape_filter($this->env, ($context["selected_compression"] ?? null), "html", null, true);
echo "\">
";
}
// line 373
echo "
";
// line 374
if (((($context["export_type"] ?? null) == "server") || (($context["export_type"] ?? null) == "database"))) {
// line 375
echo " <li>
<input type=\"checkbox\" id=\"checkbox_as_separate_files\" name=\"as_separate_files\" value=\"";
// line 376
echo twig_escape_filter($this->env, ($context["export_type"] ?? null), "html", null, true);
echo "\"";
// line 377
echo ((($context["is_checked_as_separate_files"] ?? null)) ? (" checked") : (""));
echo ">
<label for=\"checkbox_as_separate_files\">
";
// line 379
if ((($context["export_type"] ?? null) == "server")) {
// line 380
echo " ";
echo _gettext("Export databases as separate files");
// line 381
echo " ";
} elseif ((($context["export_type"] ?? null) == "database")) {
// line 382
echo " ";
echo _gettext("Export tables as separate files");
// line 383
echo " ";
}
// line 384
echo " </label>
</li>
";
}
// line 387
echo " </ul>
</li>
<li>
<input type=\"radio\" id=\"radio_view_as_text\" name=\"output_format\" value=\"astext\"";
// line 392
echo (((($context["repopulate"] ?? null) || (($context["export_asfile"] ?? null) == false))) ? (" checked") : (""));
echo ">
<label for=\"radio_view_as_text\">
";
// line 394
echo _gettext("View output as text");
// line 395
echo " </label>
</li>
</ul>
<label for=\"maxsize\">";
// line 400
echo sprintf(_gettext("Skip tables larger than %s MiB"), "</label><input type=\"text\" id=\"maxsize\" name=\"maxsize\" size=\"4\">");
// line 402
echo "
</div>
<div class=\"exportoptions\" id=\"format_specific_opts\">
<h3>";
// line 406
echo _gettext("Format-specific options:");
echo "</h3>
<p class=\"no_js_msg\" id=\"scroll_to_options_msg\">
";
// line 408
echo _gettext("Scroll down to fill in the options for the selected format and ignore the options for other formats.");
// line 409
echo " </p>
";
// line 410
echo ($context["options"] ?? null);
echo "
</div>
";
// line 413
if (($context["can_convert_kanji"] ?? null)) {
// line 414
echo " ";
// line 415
echo " <div class=\"exportoptions\" id=\"kanji_encoding\">
<h3>";
// line 416
echo _gettext("Encoding Conversion:");
echo "</h3>
";
// line 417
$this->loadTemplate("encoding/kanji_encoding_form.twig", "export.twig", 417)->display($context);
// line 418
echo " </div>
";
}
// line 420
echo "
<div class=\"exportoptions justify-content-end\" id=\"submit\">
<input id=\"buttonGo\" class=\"btn btn-primary\" type=\"submit\" value=\"";
// line 422
echo _gettext("Go");
echo "\" data-exec-time-limit=\"";
echo twig_escape_filter($this->env, ($context["exec_time_limit"] ?? null), "html", null, true);
echo "\">
</div>
</form>
";
}
// line 4
public function block_message($context, array $blocks = [])
{
$macros = $this->macros;
}
// line 9
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
}
// line 98
public function block_selection_options($context, array $blocks = [])
{
$macros = $this->macros;
}
public function getTemplateName()
{
return "export.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 945 => 98, 939 => 9, 933 => 4, 923 => 422, 919 => 420, 915 => 418, 913 => 417, 909 => 416, 906 => 415, 904 => 414, 902 => 413, 896 => 410, 893 => 409, 891 => 408, 886 => 406, 880 => 402, 878 => 400, 872 => 395, 870 => 394, 865 => 392, 859 => 387, 854 => 384, 851 => 383, 848 => 382, 845 => 381, 842 => 380, 840 => 379, 835 => 377, 832 => 376, 829 => 375, 827 => 374, 824 => 373, 818 => 371, 813 => 368, 809 => 366, 807 => 365, 803 => 364, 801 => 363, 798 => 362, 794 => 360, 792 => 359, 788 => 358, 786 => 357, 784 => 356, 780 => 355, 776 => 353, 774 => 352, 770 => 350, 768 => 349, 765 => 348, 760 => 345, 753 => 343, 751 => 342, 748 => 341, 744 => 340, 740 => 339, 736 => 337, 734 => 336, 730 => 334, 728 => 333, 723 => 330, 721 => 329, 716 => 327, 712 => 326, 706 => 324, 704 => 323, 699 => 320, 694 => 317, 692 => 316, 687 => 314, 680 => 309, 675 => 307, 672 => 306, 670 => 305, 666 => 303, 664 => 302, 659 => 300, 655 => 297, 648 => 293, 643 => 291, 640 => 289, 638 => 288, 633 => 285, 631 => 284, 626 => 282, 620 => 279, 610 => 272, 604 => 269, 595 => 263, 587 => 258, 581 => 255, 572 => 249, 564 => 244, 558 => 241, 549 => 235, 541 => 230, 529 => 221, 519 => 213, 515 => 210, 509 => 209, 503 => 208, 493 => 204, 481 => 201, 472 => 199, 468 => 198, 465 => 197, 461 => 196, 458 => 195, 451 => 191, 441 => 188, 434 => 186, 430 => 185, 427 => 184, 424 => 183, 420 => 182, 417 => 181, 410 => 177, 402 => 174, 397 => 172, 393 => 171, 390 => 170, 387 => 169, 383 => 168, 376 => 163, 374 => 162, 366 => 157, 363 => 156, 356 => 151, 354 => 150, 349 => 148, 342 => 143, 337 => 141, 331 => 138, 328 => 137, 326 => 136, 323 => 135, 315 => 130, 311 => 129, 303 => 123, 299 => 121, 294 => 118, 291 => 117, 288 => 115, 286 => 114, 284 => 113, 282 => 112, 278 => 110, 272 => 107, 268 => 106, 262 => 102, 259 => 101, 257 => 100, 254 => 99, 252 => 98, 246 => 95, 242 => 94, 238 => 92, 231 => 87, 229 => 86, 224 => 84, 218 => 79, 216 => 78, 211 => 76, 205 => 72, 202 => 71, 200 => 70, 195 => 68, 191 => 67, 188 => 66, 177 => 58, 168 => 53, 161 => 49, 158 => 47, 156 => 46, 153 => 45, 141 => 38, 135 => 37, 132 => 36, 123 => 33, 116 => 32, 112 => 31, 108 => 30, 103 => 28, 99 => 27, 90 => 21, 86 => 20, 82 => 19, 78 => 18, 72 => 15, 69 => 14, 67 => 13, 62 => 10, 60 => 9, 56 => 8, 51 => 5, 49 => 4, 44 => 2, 40 => 1,);
}
public function getSourceContext()
{
return new Source("", "export.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/export.twig");
}
}

View File

@ -0,0 +1,92 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* display/results/sort_by_key.twig */
class __TwigTemplate_13367a3ae64106585ee7a7c06b70eb43af558753335646c18dbebba69d4f0121 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<form action=\"";
echo PhpMyAdmin\Url::getFromRoute("/sql");
echo "\" method=\"post\" class=\"print_ignore\">
";
// line 2
echo PhpMyAdmin\Url::getHiddenFields(($context["hidden_fields"] ?? null));
echo "
";
// line 3
echo _gettext("Sort by key:");
// line 4
echo " <select name=\"sql_query\" class=\"autosubmit\">
";
// line 5
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["options"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["option"]) {
// line 6
echo " <option value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "value", [], "any", false, false, false, 6), "html", null, true);
echo "\"";
echo ((twig_get_attribute($this->env, $this->source, $context["option"], "is_selected", [], "any", false, false, false, 6)) ? (" selected") : (""));
echo ">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "content", [], "any", false, false, false, 6), "html", null, true);
echo "</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['option'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 8
echo " </select>
</form>
";
}
public function getTemplateName()
{
return "display/results/sort_by_key.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 68 => 8, 55 => 6, 51 => 5, 48 => 4, 46 => 3, 42 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "display/results/sort_by_key.twig", "E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\pma\\templates\\display\\results\\sort_by_key.twig");
}
}

View File

@ -0,0 +1,119 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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/insert/continue_insertion_form.twig */
class __TwigTemplate_be8eb24ebb61bbe84543cc602dbc1379be2160cdbaa885ecc26bb66a3d545d35 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<form id=\"continueForm\" method=\"post\" action=\"";
echo PhpMyAdmin\Url::getFromRoute("/table/replace");
echo "\" name=\"continueForm\">
";
// line 2
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null));
echo "
<input type=\"hidden\" name=\"goto\" value=\"";
// line 3
echo twig_escape_filter($this->env, ($context["goto"] ?? null), "html", null, true);
echo "\">
<input type=\"hidden\" name=\"err_url\" value=\"";
// line 4
echo twig_escape_filter($this->env, ($context["err_url"] ?? null), "html", null, true);
echo "\">
<input type=\"hidden\" name=\"sql_query\" value=\"";
// line 5
echo twig_escape_filter($this->env, ($context["sql_query"] ?? null), "html", null, true);
echo "\">
";
// line 7
if (($context["has_where_clause"] ?? null)) {
// line 8
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["where_clause_array"] ?? null));
foreach ($context['_seq'] as $context["key_id"] => $context["where_clause"]) {
// line 9
echo " <input type=\"hidden\" name=\"where_clause[";
echo twig_escape_filter($this->env, $context["key_id"], "html", null, true);
echo "]\" value=\"";
// line 10
echo twig_escape_filter($this->env, twig_trim_filter($context["where_clause"]), "html", null, true);
echo "\">
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key_id'], $context['where_clause'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 12
echo " ";
}
// line 13
echo "
";
// line 14
ob_start(function () { return ''; });
// line 15
echo " <input type=\"number\" name=\"insert_rows\" id=\"insert_rows\" value=\"";
// line 16
echo twig_escape_filter($this->env, ($context["insert_rows_default"] ?? null), "html", null, true);
echo "\" min=\"1\">
";
$context["insert_rows"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 18
echo " ";
echo sprintf(_gettext("Continue insertion with %s rows"), ($context["insert_rows"] ?? null));
echo "
</form>
";
}
public function getTemplateName()
{
return "table/insert/continue_insertion_form.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 93 => 18, 88 => 16, 86 => 15, 84 => 14, 81 => 13, 78 => 12, 70 => 10, 66 => 9, 61 => 8, 59 => 7, 54 => 5, 50 => 4, 46 => 3, 42 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "table/insert/continue_insertion_form.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/table/insert/continue_insertion_form.twig");
}
}

View File

@ -0,0 +1,88 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* navigation/tree/state.twig */
class __TwigTemplate_b98af9559c5a3df32687a7bbf32cee58515ec274f9ae52cee0f86ab5d6ce94d1 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo ($context["quick_warp"] ?? null);
echo "
<div class=\"clearfloat\"></div>
<ul>
";
// line 6
echo ($context["fast_filter"] ?? null);
echo "
";
// line 7
echo ($context["controls"] ?? null);
echo "
</ul>
";
// line 10
echo ($context["page_selector"] ?? null);
echo "
<div id='pma_navigation_tree_content'>
<ul>
";
// line 14
echo ($context["nodes"] ?? null);
echo "
</ul>
</div>
";
}
public function getTemplateName()
{
return "navigation/tree/state.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 62 => 14, 55 => 10, 49 => 7, 45 => 6, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "navigation/tree/state.twig", "E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\pma\\templates\\navigation\\tree\\state.twig");
}
}

View File

@ -0,0 +1,133 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* scripts.twig */
class __TwigTemplate_2c2c68c271bf6e00a751d91a63c62938d12de5dd958959d175be5b763ae6249c extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["files"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["file"]) {
// line 2
echo " <script data-cfasync=\"false\" type=\"text/javascript\" src=\"";
echo twig_escape_filter($this->env, ($context["base_dir"] ?? null), "html", null, true);
echo "js/";
// line 3
echo twig_escape_filter($this->env, ((((is_string($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = twig_get_attribute($this->env, $this->source, $context["file"], "filename", [], "any", false, false, false, 3)) && is_string($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 = "vendor/") && ('' === $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 || 0 === strpos($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4, $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144))) || (is_string($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b = twig_get_attribute($this->env, $this->source, $context["file"], "filename", [], "any", false, false, false, 3)) && is_string($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 = "messages.php") && ('' === $__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 || 0 === strpos($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b, $__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002))))) ? (twig_get_attribute($this->env, $this->source, $context["file"], "filename", [], "any", false, false, false, 3)) : (("dist/" . twig_get_attribute($this->env, $this->source, $context["file"], "filename", [], "any", false, false, false, 3)))), "html", null, true);
// line 4
((twig_in_filter(".php", twig_get_attribute($this->env, $this->source, $context["file"], "filename", [], "any", false, false, false, 4))) ? (print (PhpMyAdmin\Url::getCommon(twig_array_merge(twig_get_attribute($this->env, $this->source, $context["file"], "params", [], "any", false, false, false, 4), ["v" => ($context["version"] ?? null)])))) : (print (twig_escape_filter($this->env, ("?v=" . twig_urlencode_filter(($context["version"] ?? null))), "html", null, true))));
echo "\"></script>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['file'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 6
echo "
<script data-cfasync=\"false\" type=\"text/javascript\">
// <![CDATA[
";
// line 9
echo ($context["code"] ?? null);
echo "
";
// line 10
if ( !twig_test_empty(($context["files"] ?? null))) {
// line 11
echo "AJAX.scriptHandler
";
// line 12
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["files"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["file"]) {
// line 13
echo " .add('";
echo PhpMyAdmin\Sanitize::escapeJsString(twig_get_attribute($this->env, $this->source, $context["file"], "filename", [], "any", false, false, false, 13));
echo "', ";
echo ((twig_get_attribute($this->env, $this->source, $context["file"], "has_onload", [], "any", false, false, false, 13)) ? (1) : (0));
echo ")
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['file'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 15
echo ";
\$(function() {
";
// line 17
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["files"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["file"]) {
// line 18
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["file"], "has_onload", [], "any", false, false, false, 18)) {
// line 19
echo " AJAX.fireOnload('";
echo PhpMyAdmin\Sanitize::escapeJsString(twig_get_attribute($this->env, $this->source, $context["file"], "filename", [], "any", false, false, false, 19));
echo "');
";
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['file'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 22
echo "});
";
}
// line 24
echo "// ]]>
</script>
";
}
public function getTemplateName()
{
return "scripts.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 109 => 24, 105 => 22, 95 => 19, 92 => 18, 88 => 17, 84 => 15, 73 => 13, 69 => 12, 66 => 11, 64 => 10, 60 => 9, 55 => 6, 47 => 4, 45 => 3, 41 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "scripts.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/scripts.twig");
}
}

View File

@ -0,0 +1,287 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* display/results/checkbox_and_links.twig */
class __TwigTemplate_d3c2c743818e1cada28493ddbe0a4238dcb73b8f06067371600947c711436225 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
if ((($context["position"] ?? null) == "left")) {
// line 2
echo " ";
if (($context["has_checkbox"] ?? null)) {
// line 3
echo " <td class=\"text-center print_ignore\">
<input type=\"checkbox\" class=\"multi_checkbox checkall\" id=\"id_rows_to_delete";
// line 5
echo twig_escape_filter($this->env, ($context["row_number"] ?? null), "html", null, true);
echo "_left\" name=\"rows_to_delete[";
echo twig_escape_filter($this->env, ($context["row_number"] ?? null), "html", null, true);
echo "]\" value=\"";
echo twig_escape_filter($this->env, ($context["where_clause"] ?? null), "html", null, true);
echo "\">
<input type=\"hidden\" class=\"condition_array\" value=\"";
// line 6
echo twig_escape_filter($this->env, ($context["condition"] ?? null), "html", null, true);
echo "\">
</td>
";
}
// line 9
echo "
";
// line 10
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["edit"] ?? null), "url", [], "any", false, false, false, 10))) {
// line 11
echo " <td class=\"text-center print_ignore edit_row_anchor";
echo (( !twig_get_attribute($this->env, $this->source, ($context["edit"] ?? null), "clause_is_unique", [], "any", false, false, false, 11)) ? (" nonunique") : (""));
echo "\">
<span class=\"nowrap\">
";
// line 13
echo PhpMyAdmin\Html\Generator::linkOrButton(twig_get_attribute($this->env, $this->source, ($context["edit"] ?? null), "url", [], "any", false, false, false, 13), twig_get_attribute($this->env, $this->source, ($context["edit"] ?? null), "string", [], "any", false, false, false, 13));
echo "
";
// line 14
if ( !twig_test_empty(($context["where_clause"] ?? null))) {
// line 15
echo " <input type=\"hidden\" class=\"where_clause\" value=\"";
echo twig_escape_filter($this->env, ($context["where_clause"] ?? null), "html", null, true);
echo "\">
";
}
// line 17
echo " </span>
</td>
";
}
// line 20
echo "
";
// line 21
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["copy"] ?? null), "url", [], "any", false, false, false, 21))) {
// line 22
echo " <td class=\"text-center print_ignore\">
<span class=\"nowrap\">
";
// line 24
echo PhpMyAdmin\Html\Generator::linkOrButton(twig_get_attribute($this->env, $this->source, ($context["copy"] ?? null), "url", [], "any", false, false, false, 24), twig_get_attribute($this->env, $this->source, ($context["copy"] ?? null), "string", [], "any", false, false, false, 24));
echo "
";
// line 25
if ( !twig_test_empty(($context["where_clause"] ?? null))) {
// line 26
echo " <input type=\"hidden\" class=\"where_clause\" value=\"";
echo twig_escape_filter($this->env, ($context["where_clause"] ?? null), "html", null, true);
echo "\">
";
}
// line 28
echo " </span>
</td>
";
}
// line 31
echo "
";
// line 32
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["delete"] ?? null), "url", [], "any", false, false, false, 32))) {
// line 33
echo " <td class=\"text-center print_ignore";
echo ((($context["is_ajax"] ?? null)) ? (" ajax") : (""));
echo "\">
<span class=\"nowrap\">
";
// line 35
echo PhpMyAdmin\Html\Generator::linkOrButton(twig_get_attribute($this->env, $this->source, ($context["delete"] ?? null), "url", [], "any", false, false, false, 35), twig_get_attribute($this->env, $this->source, ($context["delete"] ?? null), "string", [], "any", false, false, false, 35), ["class" => ("delete_row requireConfirm" . ((($context["is_ajax"] ?? null)) ? (" ajax") : ("")))]);
echo "
";
// line 36
if ( !twig_test_empty(($context["js_conf"] ?? null))) {
// line 37
echo " <div class=\"hide\">";
echo twig_escape_filter($this->env, ($context["js_conf"] ?? null), "html", null, true);
echo "</div>
";
}
// line 39
echo " </span>
</td>
";
}
} elseif (( // line 42
($context["position"] ?? null) == "right")) {
// line 43
echo " ";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["delete"] ?? null), "url", [], "any", false, false, false, 43))) {
// line 44
echo " <td class=\"text-center print_ignore";
echo ((($context["is_ajax"] ?? null)) ? (" ajax") : (""));
echo "\">
<span class=\"nowrap\">
";
// line 46
echo PhpMyAdmin\Html\Generator::linkOrButton(twig_get_attribute($this->env, $this->source, ($context["delete"] ?? null), "url", [], "any", false, false, false, 46), twig_get_attribute($this->env, $this->source, ($context["delete"] ?? null), "string", [], "any", false, false, false, 46), ["class" => ("delete_row requireConfirm" . ((($context["is_ajax"] ?? null)) ? (" ajax") : ("")))]);
echo "
";
// line 47
if ( !twig_test_empty(($context["js_conf"] ?? null))) {
// line 48
echo " <div class=\"hide\">";
echo twig_escape_filter($this->env, ($context["js_conf"] ?? null), "html", null, true);
echo "</div>
";
}
// line 50
echo " </span>
</td>
";
}
// line 53
echo "
";
// line 54
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["copy"] ?? null), "url", [], "any", false, false, false, 54))) {
// line 55
echo " <td class=\"text-center print_ignore\">
<span class=\"nowrap\">
";
// line 57
echo PhpMyAdmin\Html\Generator::linkOrButton(twig_get_attribute($this->env, $this->source, ($context["copy"] ?? null), "url", [], "any", false, false, false, 57), twig_get_attribute($this->env, $this->source, ($context["copy"] ?? null), "string", [], "any", false, false, false, 57));
echo "
";
// line 58
if ( !twig_test_empty(($context["where_clause"] ?? null))) {
// line 59
echo " <input type=\"hidden\" class=\"where_clause\" value=\"";
echo twig_escape_filter($this->env, ($context["where_clause"] ?? null), "html", null, true);
echo "\">
";
}
// line 61
echo " </span>
</td>
";
}
// line 64
echo "
";
// line 65
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["edit"] ?? null), "url", [], "any", false, false, false, 65))) {
// line 66
echo " <td class=\"text-center print_ignore edit_row_anchor";
echo (( !twig_get_attribute($this->env, $this->source, ($context["edit"] ?? null), "clause_is_unique", [], "any", false, false, false, 66)) ? (" nonunique") : (""));
echo "\">
<span class=\"nowrap\">
";
// line 68
echo PhpMyAdmin\Html\Generator::linkOrButton(twig_get_attribute($this->env, $this->source, ($context["edit"] ?? null), "url", [], "any", false, false, false, 68), twig_get_attribute($this->env, $this->source, ($context["edit"] ?? null), "string", [], "any", false, false, false, 68));
echo "
";
// line 69
if ( !twig_test_empty(($context["where_clause"] ?? null))) {
// line 70
echo " <input type=\"hidden\" class=\"where_clause\" value=\"";
echo twig_escape_filter($this->env, ($context["where_clause"] ?? null), "html", null, true);
echo "\">
";
}
// line 72
echo " </span>
</td>
";
}
// line 75
echo "
";
// line 76
if (($context["has_checkbox"] ?? null)) {
// line 77
echo " <td class=\"text-center print_ignore\">
<input type=\"checkbox\" class=\"multi_checkbox checkall\" id=\"id_rows_to_delete";
// line 79
echo twig_escape_filter($this->env, ($context["row_number"] ?? null), "html", null, true);
echo "_right\" name=\"rows_to_delete[";
echo twig_escape_filter($this->env, ($context["row_number"] ?? null), "html", null, true);
echo "]\" value=\"";
echo twig_escape_filter($this->env, ($context["where_clause"] ?? null), "html", null, true);
echo "\">
<input type=\"hidden\" class=\"condition_array\" value=\"";
// line 80
echo twig_escape_filter($this->env, ($context["condition"] ?? null), "html", null, true);
echo "\">
</td>
";
}
} else {
// line 84
echo " ";
if (($context["has_checkbox"] ?? null)) {
// line 85
echo " <td class=\"text-center print_ignore\">
<input type=\"checkbox\" class=\"multi_checkbox checkall\" id=\"id_rows_to_delete";
// line 87
echo twig_escape_filter($this->env, ($context["row_number"] ?? null), "html", null, true);
echo "_left\" name=\"rows_to_delete[";
echo twig_escape_filter($this->env, ($context["row_number"] ?? null), "html", null, true);
echo "]\" value=\"";
echo twig_escape_filter($this->env, ($context["where_clause"] ?? null), "html", null, true);
echo "\">
<input type=\"hidden\" class=\"condition_array\" value=\"";
// line 88
echo twig_escape_filter($this->env, ($context["condition"] ?? null), "html", null, true);
echo "\">
</td>
";
}
}
}
public function getTemplateName()
{
return "display/results/checkbox_and_links.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 260 => 88, 252 => 87, 249 => 85, 246 => 84, 239 => 80, 231 => 79, 228 => 77, 226 => 76, 223 => 75, 218 => 72, 212 => 70, 210 => 69, 206 => 68, 200 => 66, 198 => 65, 195 => 64, 190 => 61, 184 => 59, 182 => 58, 178 => 57, 174 => 55, 172 => 54, 169 => 53, 164 => 50, 158 => 48, 156 => 47, 152 => 46, 146 => 44, 143 => 43, 141 => 42, 136 => 39, 130 => 37, 128 => 36, 124 => 35, 118 => 33, 116 => 32, 113 => 31, 108 => 28, 102 => 26, 100 => 25, 96 => 24, 92 => 22, 90 => 21, 87 => 20, 82 => 17, 76 => 15, 74 => 14, 70 => 13, 64 => 11, 62 => 10, 59 => 9, 53 => 6, 45 => 5, 42 => 3, 39 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "display/results/checkbox_and_links.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/display/results/checkbox_and_links.twig");
}
}

View File

@ -0,0 +1,547 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* javascript/variables.twig */
class __TwigTemplate_1fc6525f0c4d0a8c882257bb4a266ffc4df8c102755fd4896f51f5e19c717f02 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 2
echo "var firstDayOfCalendar = '";
echo twig_escape_filter($this->env, ($context["first_day_of_calendar"] ?? null), "js", null, true);
echo "';
var themeImagePath = '";
// line 3
echo twig_escape_filter($this->env, ($context["theme_image_path"] ?? null), "js", null, true);
echo "';
var mysqlDocTemplate = '";
// line 4
echo twig_escape_filter($this->env, PhpMyAdmin\Util::getMySQLDocuURL("%s"), "js", null, true);
echo "';
var maxInputVars = ";
// line 5
echo twig_escape_filter($this->env, ($context["max_input_vars"] ?? null), "js", null, true);
echo ";
";
// line 7
ob_start(function () { return ''; });
// line 8
// l10n: Month-year order for calendar, use either "calendar-month-year" or "calendar-year-month".
echo _gettext("calendar-month-year");
$context["show_month_after_year"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 10
ob_start(function () { return ''; });
// line 11
// l10n: Year suffix for calendar, "none" is empty.
echo _gettext("none");
$context["year_suffix"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 14
echo "if (\$.datepicker) {
\$.datepicker.regional[''].closeText = '";
// line 15
ob_start(function () { return ''; });
// l10n: Display text for calendar close link
echo _gettext("Done");
$___internal_2cb2a43c604ba6bd2e1ab13bb6de5a118ba6cfdaff21d4dd13f981594739b1df_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_2cb2a43c604ba6bd2e1ab13bb6de5a118ba6cfdaff21d4dd13f981594739b1df_, "js");
echo "';
\$.datepicker.regional[''].prevText = '";
// line 16
ob_start(function () { return ''; });
// l10n: Previous month. Display text for previous month link in calendar
echo _gettext("Prev");
$___internal_f4a178632452d15bfbb0abd195b794da054e187884cdd3f91b99eec79298e4d4_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_f4a178632452d15bfbb0abd195b794da054e187884cdd3f91b99eec79298e4d4_, "js");
echo "';
\$.datepicker.regional[''].nextText = '";
// line 17
ob_start(function () { return ''; });
// l10n: Next month. Display text for next month link in calendar
echo _gettext("Next");
$___internal_45519a904bd29cfbe1a96decf5e7dedba1f9b5bdf9bca8ad5353bae06675045e_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_45519a904bd29cfbe1a96decf5e7dedba1f9b5bdf9bca8ad5353bae06675045e_, "js");
echo "';
\$.datepicker.regional[''].currentText = '";
// line 18
ob_start(function () { return ''; });
// l10n: Display text for current month link in calendar
echo _gettext("Today");
$___internal_a05a614a2934dc272cf53f93289381e04dcb8d09199188c0ce77dc43e1ab70ea_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_a05a614a2934dc272cf53f93289381e04dcb8d09199188c0ce77dc43e1ab70ea_, "js");
echo "';
\$.datepicker.regional[''].monthNames = [
'";
// line 20
echo twig_escape_filter($this->env, _gettext("January"), "js", null, true);
echo "',
'";
// line 21
echo twig_escape_filter($this->env, _gettext("February"), "js", null, true);
echo "',
'";
// line 22
echo twig_escape_filter($this->env, _gettext("March"), "js", null, true);
echo "',
'";
// line 23
echo twig_escape_filter($this->env, _gettext("April"), "js", null, true);
echo "',
'";
// line 24
echo twig_escape_filter($this->env, _gettext("May"), "js", null, true);
echo "',
'";
// line 25
echo twig_escape_filter($this->env, _gettext("June"), "js", null, true);
echo "',
'";
// line 26
echo twig_escape_filter($this->env, _gettext("July"), "js", null, true);
echo "',
'";
// line 27
echo twig_escape_filter($this->env, _gettext("August"), "js", null, true);
echo "',
'";
// line 28
echo twig_escape_filter($this->env, _gettext("September"), "js", null, true);
echo "',
'";
// line 29
echo twig_escape_filter($this->env, _gettext("October"), "js", null, true);
echo "',
'";
// line 30
echo twig_escape_filter($this->env, _gettext("November"), "js", null, true);
echo "',
'";
// line 31
echo twig_escape_filter($this->env, _gettext("December"), "js", null, true);
echo "',
];
\$.datepicker.regional[''].monthNamesShort = [
'";
// line 34
ob_start(function () { return ''; });
// l10n: Short month name for January
echo _gettext("Jan");
$___internal_4cc67ebe43a73b54ece5b9c176e87ee86a42861691209a32509fa8ac33343830_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_4cc67ebe43a73b54ece5b9c176e87ee86a42861691209a32509fa8ac33343830_, "js");
echo "',
'";
// line 35
ob_start(function () { return ''; });
// l10n: Short month name for February
echo _gettext("Feb");
$___internal_659e62aa674a583d67242e27525ff56a36319a1181fb5c91c4cc1c9578dcaad9_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_659e62aa674a583d67242e27525ff56a36319a1181fb5c91c4cc1c9578dcaad9_, "js");
echo "',
'";
// line 36
ob_start(function () { return ''; });
// l10n: Short month name for March
echo _gettext("Mar");
$___internal_93cec95481d853a7c0d96d97bb324731b9ba8c350a18b51683edfe8dff36caee_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_93cec95481d853a7c0d96d97bb324731b9ba8c350a18b51683edfe8dff36caee_, "js");
echo "',
'";
// line 37
ob_start(function () { return ''; });
// l10n: Short month name for April
echo _gettext("Apr");
$___internal_e9d4228e293db9fbb1d6c6deeef97789075b4a6aac0cbba07a3427e23f8f5322_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_e9d4228e293db9fbb1d6c6deeef97789075b4a6aac0cbba07a3427e23f8f5322_, "js");
echo "',
'";
// line 38
ob_start(function () { return ''; });
// l10n: Short month name for May
echo _gettext("May");
$___internal_280039bb0149ead52c1b7739a8bae170420cc12ea21cb7ce68bcc2a62f9d5416_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_280039bb0149ead52c1b7739a8bae170420cc12ea21cb7ce68bcc2a62f9d5416_, "js");
echo "',
'";
// line 39
ob_start(function () { return ''; });
// l10n: Short month name for June
echo _gettext("Jun");
$___internal_9cc5d552ead2484cc335ebdc69f7c1243e59ec32537ce6a3d99c2d8f1aa97293_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_9cc5d552ead2484cc335ebdc69f7c1243e59ec32537ce6a3d99c2d8f1aa97293_, "js");
echo "',
'";
// line 40
ob_start(function () { return ''; });
// l10n: Short month name for July
echo _gettext("Jul");
$___internal_32b6ac94d0b8bfd5afded25204c0b9bcbd180125783effc9abca80ee02a349a1_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_32b6ac94d0b8bfd5afded25204c0b9bcbd180125783effc9abca80ee02a349a1_, "js");
echo "',
'";
// line 41
ob_start(function () { return ''; });
// l10n: Short month name for August
echo _gettext("Aug");
$___internal_33044060ade7ffe1711020e0ed173b064bc97f3a4476d4a707da39b1d8136b1d_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_33044060ade7ffe1711020e0ed173b064bc97f3a4476d4a707da39b1d8136b1d_, "js");
echo "',
'";
// line 42
ob_start(function () { return ''; });
// l10n: Short month name for September
echo _gettext("Sep");
$___internal_0f3a9ad652ab4d11a2036dfd30cfd3e966730a48c1588ce540f5d418a560edc6_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_0f3a9ad652ab4d11a2036dfd30cfd3e966730a48c1588ce540f5d418a560edc6_, "js");
echo "',
'";
// line 43
ob_start(function () { return ''; });
// l10n: Short month name for October
echo _gettext("Oct");
$___internal_60332fc4b8adae73d68d176f86b4fbbf206ee29ba9ddbfef53ad1534d91212ea_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_60332fc4b8adae73d68d176f86b4fbbf206ee29ba9ddbfef53ad1534d91212ea_, "js");
echo "',
'";
// line 44
ob_start(function () { return ''; });
// l10n: Short month name for November
echo _gettext("Nov");
$___internal_4c0611242cd2a59e7ebcf50721ca8a52f0776a9fc2235edb84759cbf1be77306_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_4c0611242cd2a59e7ebcf50721ca8a52f0776a9fc2235edb84759cbf1be77306_, "js");
echo "',
'";
// line 45
ob_start(function () { return ''; });
// l10n: Short month name for December
echo _gettext("Dec");
$___internal_f43de55002b6241d16b6c3cf4f5db674a919ee8a1b7272d1202bdb7215de21c3_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_f43de55002b6241d16b6c3cf4f5db674a919ee8a1b7272d1202bdb7215de21c3_, "js");
echo "',
];
\$.datepicker.regional[''].dayNames = [
'";
// line 48
echo twig_escape_filter($this->env, _gettext("Sunday"), "js", null, true);
echo "',
'";
// line 49
echo twig_escape_filter($this->env, _gettext("Monday"), "js", null, true);
echo "',
'";
// line 50
echo twig_escape_filter($this->env, _gettext("Tuesday"), "js", null, true);
echo "',
'";
// line 51
echo twig_escape_filter($this->env, _gettext("Wednesday"), "js", null, true);
echo "',
'";
// line 52
echo twig_escape_filter($this->env, _gettext("Thursday"), "js", null, true);
echo "',
'";
// line 53
echo twig_escape_filter($this->env, _gettext("Friday"), "js", null, true);
echo "',
'";
// line 54
echo twig_escape_filter($this->env, _gettext("Saturday"), "js", null, true);
echo "',
];
\$.datepicker.regional[''].dayNamesShort = [
'";
// line 57
ob_start(function () { return ''; });
// l10n: Short week day name for Sunday
echo _gettext("Sun");
$___internal_cb407728e5e0f95269640980fdfc82e2edd1a664e0eda0ca31fae4c509c03cd1_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_cb407728e5e0f95269640980fdfc82e2edd1a664e0eda0ca31fae4c509c03cd1_, "js");
echo "',
'";
// line 58
ob_start(function () { return ''; });
// l10n: Short week day name for Monday
echo _gettext("Mon");
$___internal_f56bf3e202ab5373689a98611a954df1d25b5da70c7309015334c025f57e98fa_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_f56bf3e202ab5373689a98611a954df1d25b5da70c7309015334c025f57e98fa_, "js");
echo "',
'";
// line 59
ob_start(function () { return ''; });
// l10n: Short week day name for Tuesday
echo _gettext("Tue");
$___internal_ffb08b9991306e9c903a78828167fbe6992047370a8e8c74483a4b6fa343b949_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_ffb08b9991306e9c903a78828167fbe6992047370a8e8c74483a4b6fa343b949_, "js");
echo "',
'";
// line 60
ob_start(function () { return ''; });
// l10n: Short week day name for Wednesday
echo _gettext("Wed");
$___internal_d3870ced0e342c5bc0af87d8a99babe691ca5b17bf17efe0e4633cdb7588a79d_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_d3870ced0e342c5bc0af87d8a99babe691ca5b17bf17efe0e4633cdb7588a79d_, "js");
echo "',
'";
// line 61
ob_start(function () { return ''; });
// l10n: Short week day name for Thursday
echo _gettext("Thu");
$___internal_a545624cc7e6468ee92b59ceb8bdb6d7629db6b8c3ce694adf5bf13d1f14493f_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_a545624cc7e6468ee92b59ceb8bdb6d7629db6b8c3ce694adf5bf13d1f14493f_, "js");
echo "',
'";
// line 62
ob_start(function () { return ''; });
// l10n: Short week day name for Friday
echo _gettext("Fri");
$___internal_00990ed5251b7ede748b4382b7b39c01e99b0896ba89cc5399eb643b42a0533b_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_00990ed5251b7ede748b4382b7b39c01e99b0896ba89cc5399eb643b42a0533b_, "js");
echo "',
'";
// line 63
ob_start(function () { return ''; });
// l10n: Short week day name for Saturday
echo _gettext("Sat");
$___internal_58894acd0dcf41925451309fd28d1901fd5697df6cca2bd962682414fd2463d4_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_58894acd0dcf41925451309fd28d1901fd5697df6cca2bd962682414fd2463d4_, "js");
echo "',
];
\$.datepicker.regional[''].dayNamesMin = [
'";
// line 66
ob_start(function () { return ''; });
// l10n: Minimal week day name for Sunday
echo _gettext("Su");
$___internal_59edd46f389e849f2b995843be528fc964c902abc05b6bb77f44fb53142c8f70_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_59edd46f389e849f2b995843be528fc964c902abc05b6bb77f44fb53142c8f70_, "js");
echo "',
'";
// line 67
ob_start(function () { return ''; });
// l10n: Minimal week day name for Monday
echo _gettext("Mo");
$___internal_d97c393b20b3f79bf14781f241dfb0eb6a7a608ada38b003c52a8d0975cfba5b_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_d97c393b20b3f79bf14781f241dfb0eb6a7a608ada38b003c52a8d0975cfba5b_, "js");
echo "',
'";
// line 68
ob_start(function () { return ''; });
// l10n: Minimal week day name for Tuesday
echo _gettext("Tu");
$___internal_b5df15c542bc7fc2008f8fff8377d880134198d8fb267bc45933df5dba8755fe_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_b5df15c542bc7fc2008f8fff8377d880134198d8fb267bc45933df5dba8755fe_, "js");
echo "',
'";
// line 69
ob_start(function () { return ''; });
// l10n: Minimal week day name for Wednesday
echo _gettext("We");
$___internal_da21fa78fedc98e6bd4526d398f30f92a817637ae037e3302e33d2ac0a7bd3d2_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_da21fa78fedc98e6bd4526d398f30f92a817637ae037e3302e33d2ac0a7bd3d2_, "js");
echo "',
'";
// line 70
ob_start(function () { return ''; });
// l10n: Minimal week day name for Thursday
echo _gettext("Th");
$___internal_f26c2d156a7ae6b0ac72fa4d42e207c5cbc2af19a6d998f7ee2f6843deded9cd_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_f26c2d156a7ae6b0ac72fa4d42e207c5cbc2af19a6d998f7ee2f6843deded9cd_, "js");
echo "',
'";
// line 71
ob_start(function () { return ''; });
// l10n: Minimal week day name for Friday
echo _gettext("Fr");
$___internal_5759a46239b532c5f0c417b2be8a1f9e497f095e5ec38decc3ccb953effe3a12_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_5759a46239b532c5f0c417b2be8a1f9e497f095e5ec38decc3ccb953effe3a12_, "js");
echo "',
'";
// line 72
ob_start(function () { return ''; });
// l10n: Minimal week day name for Saturday
echo _gettext("Sa");
$___internal_06fe768daed46f0f2cbe843411b5e53a64a6e783d0fe8e5e5c5490a8e28648d1_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_06fe768daed46f0f2cbe843411b5e53a64a6e783d0fe8e5e5c5490a8e28648d1_, "js");
echo "',
];
\$.datepicker.regional[''].weekHeader = '";
// line 74
ob_start(function () { return ''; });
// l10n: Column header for week of the year in calendar
echo _gettext("Wk");
$___internal_b1d14cb4e7e7907560468d3414993671969549c680c4e059273bc37d39694e4a_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_b1d14cb4e7e7907560468d3414993671969549c680c4e059273bc37d39694e4a_, "js");
echo "';
\$.datepicker.regional[''].showMonthAfterYear = ";
// line 75
echo (((($context["show_month_after_year"] ?? null) == "calendar-year-month")) ? ("true") : ("false"));
echo ";
\$.datepicker.regional[''].yearSuffix = '";
// line 76
echo (((($context["year_suffix"] ?? null) != "none")) ? (twig_escape_filter($this->env, ($context["year_suffix"] ?? null), "js")) : (""));
echo "';
\$.extend(\$.datepicker._defaults, \$.datepicker.regional['']);
}
if (\$.timepicker) {
\$.timepicker.regional[''].timeText = '";
// line 81
echo twig_escape_filter($this->env, _gettext("Time"), "js", null, true);
echo "';
\$.timepicker.regional[''].hourText = '";
// line 82
echo twig_escape_filter($this->env, _gettext("Hour"), "js", null, true);
echo "';
\$.timepicker.regional[''].minuteText = '";
// line 83
echo twig_escape_filter($this->env, _gettext("Minute"), "js", null, true);
echo "';
\$.timepicker.regional[''].secondText = '";
// line 84
echo twig_escape_filter($this->env, _gettext("Second"), "js", null, true);
echo "';
\$.extend(\$.timepicker._defaults, \$.timepicker.regional['']);
}
function extendingValidatorMessages () {
\$.extend(\$.validator.messages, {
required: '";
// line 90
echo twig_escape_filter($this->env, _gettext("This field is required"), "js", null, true);
echo "',
remote: '";
// line 91
echo twig_escape_filter($this->env, _gettext("Please fix this field"), "js", null, true);
echo "',
email: '";
// line 92
echo twig_escape_filter($this->env, _gettext("Please enter a valid email address"), "js", null, true);
echo "',
url: '";
// line 93
echo twig_escape_filter($this->env, _gettext("Please enter a valid URL"), "js", null, true);
echo "',
date: '";
// line 94
echo twig_escape_filter($this->env, _gettext("Please enter a valid date"), "js", null, true);
echo "',
dateISO: '";
// line 95
echo twig_escape_filter($this->env, _gettext("Please enter a valid date ( ISO )"), "js", null, true);
echo "',
number: '";
// line 96
echo twig_escape_filter($this->env, _gettext("Please enter a valid number"), "js", null, true);
echo "',
creditcard: '";
// line 97
echo twig_escape_filter($this->env, _gettext("Please enter a valid credit card number"), "js", null, true);
echo "',
digits: '";
// line 98
echo twig_escape_filter($this->env, _gettext("Please enter only digits"), "js", null, true);
echo "',
equalTo: '";
// line 99
echo twig_escape_filter($this->env, _gettext("Please enter the same value again"), "js", null, true);
echo "',
maxlength: \$.validator.format('";
// line 100
echo twig_escape_filter($this->env, _gettext("Please enter no more than {0} characters"), "js", null, true);
echo "'),
minlength: \$.validator.format('";
// line 101
echo twig_escape_filter($this->env, _gettext("Please enter at least {0} characters"), "js", null, true);
echo "'),
rangelength: \$.validator.format('";
// line 102
echo twig_escape_filter($this->env, _gettext("Please enter a value between {0} and {1} characters long"), "js", null, true);
echo "'),
range: \$.validator.format('";
// line 103
echo twig_escape_filter($this->env, _gettext("Please enter a value between {0} and {1}"), "js", null, true);
echo "'),
max: \$.validator.format('";
// line 104
echo twig_escape_filter($this->env, _gettext("Please enter a value less than or equal to {0}"), "js", null, true);
echo "'),
min: \$.validator.format('";
// line 105
echo twig_escape_filter($this->env, _gettext("Please enter a value greater than or equal to {0}"), "js", null, true);
echo "'),
validationFunctionForDateTime: \$.validator.format('";
// line 106
echo twig_escape_filter($this->env, _gettext("Please enter a valid date or time"), "js", null, true);
echo "'),
validationFunctionForHex: \$.validator.format('";
// line 107
echo twig_escape_filter($this->env, _gettext("Please enter a valid HEX input"), "js", null, true);
echo "'),
validationFunctionForMd5: \$.validator.format('";
// line 108
ob_start(function () { return ''; });
// l10n: To validate the usage of a MD5 function on the column
echo _gettext("This column can not contain a 32 chars value");
$___internal_c0d3372e269e0574503a2f41d9da9ee46c20155301118077a7761b437d8bd1d2_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_c0d3372e269e0574503a2f41d9da9ee46c20155301118077a7761b437d8bd1d2_, "js");
echo "'),
validationFunctionForAesDesEncrypt: \$.validator.format('";
// line 109
ob_start(function () { return ''; });
// l10n: To validate the usage of a AES_ENCRYPT/DES_ENCRYPT function on the column
echo _gettext("These functions are meant to return a binary result; to avoid inconsistent results you should store it in a BINARY, VARBINARY, or BLOB column.");
$___internal_ef3d837e185e25a43b70a732f3186f4bbccedc44e2395e89a5dc32eba87c1325_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
echo twig_escape_filter($this->env, $___internal_ef3d837e185e25a43b70a732f3186f4bbccedc44e2395e89a5dc32eba87c1325_, "js");
echo "')
});
}
";
}
public function getTemplateName()
{
return "javascript/variables.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 517 => 109, 509 => 108, 505 => 107, 501 => 106, 497 => 105, 493 => 104, 489 => 103, 485 => 102, 481 => 101, 477 => 100, 473 => 99, 469 => 98, 465 => 97, 461 => 96, 457 => 95, 453 => 94, 449 => 93, 445 => 92, 441 => 91, 437 => 90, 428 => 84, 424 => 83, 420 => 82, 416 => 81, 408 => 76, 404 => 75, 396 => 74, 387 => 72, 379 => 71, 371 => 70, 363 => 69, 355 => 68, 347 => 67, 339 => 66, 329 => 63, 321 => 62, 313 => 61, 305 => 60, 297 => 59, 289 => 58, 281 => 57, 275 => 54, 271 => 53, 267 => 52, 263 => 51, 259 => 50, 255 => 49, 251 => 48, 241 => 45, 233 => 44, 225 => 43, 217 => 42, 209 => 41, 201 => 40, 193 => 39, 185 => 38, 177 => 37, 169 => 36, 161 => 35, 153 => 34, 147 => 31, 143 => 30, 139 => 29, 135 => 28, 131 => 27, 127 => 26, 123 => 25, 119 => 24, 115 => 23, 111 => 22, 107 => 21, 103 => 20, 94 => 18, 86 => 17, 78 => 16, 70 => 15, 67 => 14, 63 => 11, 61 => 10, 57 => 8, 55 => 7, 50 => 5, 46 => 4, 42 => 3, 37 => 2,);
}
public function getSourceContext()
{
return new Source("", "javascript/variables.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/javascript/variables.twig");
}
}

View File

@ -0,0 +1,706 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* display/results/table.twig */
class __TwigTemplate_bfa371fe83507d0ac1cb2037019eed31ada96e3b5ae891a7aff38d3abf34a94f extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
ob_start(function () { return ''; });
// line 2
echo " ";
if ( !twig_test_empty(($context["navigation"] ?? null))) {
// line 3
echo " <table class=\"pma-table navigation nospacing nopadding print_ignore\">
<tr>
<td class=\"navigation_separator\"></td>
";
// line 7
echo twig_get_attribute($this->env, $this->source, ($context["navigation"] ?? null), "move_backward_buttons", [], "any", false, false, false, 7);
echo "
";
// line 8
echo twig_get_attribute($this->env, $this->source, ($context["navigation"] ?? null), "page_selector", [], "any", false, false, false, 8);
echo "
";
// line 9
echo twig_get_attribute($this->env, $this->source, ($context["navigation"] ?? null), "move_forward_buttons", [], "any", false, false, false, 9);
echo "
";
// line 11
if ((twig_get_attribute($this->env, $this->source, ($context["navigation"] ?? null), "number_total_page", [], "any", false, false, false, 11) > 1)) {
// line 12
echo " <td><div class=\"navigation_separator\">|</div></td>
";
}
// line 14
echo "
";
// line 15
if (twig_get_attribute($this->env, $this->source, ($context["navigation"] ?? null), "has_show_all", [], "any", false, false, false, 15)) {
// line 16
echo " <td>
<form action=\"";
// line 17
echo PhpMyAdmin\Url::getFromRoute("/sql");
echo "\" method=\"post\">
";
// line 18
echo PhpMyAdmin\Url::getHiddenFields(twig_array_merge(twig_get_attribute($this->env, $this->source, ($context["navigation"] ?? null), "hidden_fields", [], "any", false, false, false, 18), ["session_max_rows" => twig_get_attribute($this->env, $this->source, // line 19
($context["navigation"] ?? null), "session_max_rows", [], "any", false, false, false, 19), "pos" => "0"]));
// line 21
echo "
<input type=\"checkbox\" name=\"navig\" id=\"showAll_";
// line 22
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\" class=\"showAllRows\" value=\"all\"";
// line 23
echo ((twig_get_attribute($this->env, $this->source, ($context["navigation"] ?? null), "is_showing_all", [], "any", false, false, false, 23)) ? (" checked") : (""));
echo ">
<label for=\"showAll_";
// line 24
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">";
echo _gettext("Show all");
echo "</label>
</form>
</td>
<td><div class=\"navigation_separator\">|</div></td>
";
}
// line 29
echo "
<td>
<div class=\"save_edited hide\">
<input class=\"btn btn-link\" type=\"submit\" value=\"";
// line 32
echo _gettext("Save edited data");
echo "\">
<div class=\"navigation_separator\">|</div>
</div>
</td>
<td>
<div class=\"restore_column hide\">
<input class=\"btn btn-link\" type=\"submit\" value=\"";
// line 38
echo _gettext("Restore column order");
echo "\">
<div class=\"navigation_separator\">|</div>
</div>
</td>
<td class=\"navigation_goto\">
<form action=\"";
// line 43
echo PhpMyAdmin\Url::getFromRoute("/sql");
echo "\" method=\"post\" id=\"maxRowsForm\">
";
// line 44
echo PhpMyAdmin\Url::getHiddenFields(twig_array_merge(twig_get_attribute($this->env, $this->source, ($context["navigation"] ?? null), "hidden_fields", [], "any", false, false, false, 44), ["pos" => twig_get_attribute($this->env, $this->source, // line 45
($context["navigation"] ?? null), "pos", [], "any", false, false, false, 45), "unlim_num_rows" => // line 46
($context["unlim_num_rows"] ?? null)]));
// line 47
echo "
<label for=\"sessionMaxRowsSelect\">";
// line 49
echo _gettext("Number of rows:");
echo "</label>
<select class=\"autosubmit\" name=\"session_max_rows\" id=\"sessionMaxRowsSelect\">
";
// line 51
if (twig_get_attribute($this->env, $this->source, ($context["navigation"] ?? null), "is_showing_all", [], "any", false, false, false, 51)) {
// line 52
echo " <option value=\"\" disabled selected>";
echo _gettext("All");
echo "</option>
";
}
// line 54
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable([0 => "25", 1 => "50", 2 => "100", 3 => "250", 4 => "500"]);
foreach ($context['_seq'] as $context["_key"] => $context["option"]) {
// line 55
echo " <option value=\"";
echo twig_escape_filter($this->env, $context["option"], "html", null, true);
echo "\"";
echo (((twig_get_attribute($this->env, $this->source, ($context["navigation"] ?? null), "max_rows", [], "any", false, false, false, 55) == $context["option"])) ? (" selected") : (""));
echo ">";
echo twig_escape_filter($this->env, $context["option"], "html", null, true);
echo "</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['option'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 57
echo " </select>
</form>
</td>
<td class=\"navigation_separator\"></td>
<td class=\"largescreenonly\">
<span>";
// line 62
echo _gettext("Filter rows");
echo ":</span>
<input type=\"text\" class=\"filter_rows\" placeholder=\"";
// line 64
echo _gettext("Search this table");
echo "\" data-for=\"";
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">
</td>
<td class=\"largescreenonly\">
";
// line 67
echo twig_get_attribute($this->env, $this->source, ($context["navigation"] ?? null), "sort_by_key", [], "any", false, false, false, 67);
echo "
</td>
<td class=\"navigation_separator\"></td>
</tr>
</table>
";
}
$context["navigation_html"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 74
echo "
";
// line 75
echo ($context["sql_query_message"] ?? null);
echo "
";
// line 77
echo twig_escape_filter($this->env, ($context["navigation_html"] ?? null), "html", null, true);
echo "
<input class=\"save_cells_at_once\" type=\"hidden\" value=\"";
// line 79
echo twig_escape_filter($this->env, ($context["save_cells_at_once"] ?? null), "html", null, true);
echo "\">
<div class=\"common_hidden_inputs\">
";
// line 81
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null));
echo "
</div>
";
// line 84
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "column_order", [], "any", false, false, false, 84))) {
// line 85
echo " ";
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "column_order", [], "any", false, false, false, 85), "order", [], "any", false, false, false, 85)) {
// line 86
echo " <input class=\"col_order\" type=\"hidden\" value=\"";
echo twig_escape_filter($this->env, twig_join_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "column_order", [], "any", false, false, false, 86), "order", [], "any", false, false, false, 86), ","), "html", null, true);
echo "\">
";
}
// line 88
echo " ";
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "column_order", [], "any", false, false, false, 88), "visibility", [], "any", false, false, false, 88)) {
// line 89
echo " <input class=\"col_visib\" type=\"hidden\" value=\"";
echo twig_escape_filter($this->env, twig_join_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "column_order", [], "any", false, false, false, 89), "visibility", [], "any", false, false, false, 89), ","), "html", null, true);
echo "\">
";
}
// line 91
echo " ";
if ( !twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "column_order", [], "any", false, false, false, 91), "is_view", [], "any", false, false, false, 91)) {
// line 92
echo " <input class=\"table_create_time\" type=\"hidden\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "column_order", [], "any", false, false, false, 92), "table_create_time", [], "any", false, false, false, 92), "html", null, true);
echo "\">
";
}
}
// line 95
echo "
";
// line 96
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 96))) {
// line 97
echo " <form method=\"post\" action=\"";
echo PhpMyAdmin\Url::getFromRoute("/sql");
echo "\" name=\"displayOptionsForm\" class=\"ajax print_ignore\">
";
// line 98
echo PhpMyAdmin\Url::getHiddenInputs(["db" => // line 99
($context["db"] ?? null), "table" => // line 100
($context["table"] ?? null), "sql_query" => // line 101
($context["sql_query"] ?? null), "goto" => // line 102
($context["goto"] ?? null), "display_options_form" => 1]);
// line 104
echo "
<div";
// line 106
if ((($context["default_sliders_state"] ?? null) != "disabled")) {
// line 107
echo (((($context["default_sliders_state"] ?? null) == "closed")) ? (" style=\"display: none; overflow:auto;\"") : (""));
echo " class=\"pma_auto_slider\" title=\"";
echo _gettext("Options");
echo "\"";
}
// line 108
echo ">
<fieldset>
<div class=\"formelement\">
<div>
<input type=\"radio\" name=\"pftext\" id=\"partialFulltextRadioP";
// line 113
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\" value=\"P\"";
echo (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 113), "pftext", [], "any", false, false, false, 113) == "P")) ? (" checked") : (""));
echo ">
<label for=\"partialFulltextRadioP";
// line 114
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">";
echo _gettext("Partial texts");
echo "</label>
</div>
<div>
<input type=\"radio\" name=\"pftext\" id=\"partialFulltextRadioF";
// line 117
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\" value=\"F\"";
echo (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 117), "pftext", [], "any", false, false, false, 117) == "F")) ? (" checked") : (""));
echo ">
<label for=\"partialFulltextRadioF";
// line 118
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">";
echo _gettext("Full texts");
echo "</label>
</div>
</div>
";
// line 122
if ((($context["relwork"] ?? null) && ($context["displaywork"] ?? null))) {
// line 123
echo " <div class=\"formelement\">
<div>
<input type=\"radio\" name=\"relational_display\" id=\"relationalDisplayRadioK";
// line 125
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\" value=\"K\"";
echo (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 125), "relational_display", [], "any", false, false, false, 125) == "K")) ? (" checked") : (""));
echo ">
<label for=\"relationalDisplayRadioK";
// line 126
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">";
echo _gettext("Relational key");
echo "</label>
</div>
<div>
<input type=\"radio\" name=\"relational_display\" id=\"relationalDisplayRadioD";
// line 129
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\" value=\"D\"";
echo (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 129), "relational_display", [], "any", false, false, false, 129) == "D")) ? (" checked") : (""));
echo ">
<label for=\"relationalDisplayRadioD";
// line 130
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">";
echo _gettext("Display column for relationships");
echo "</label>
</div>
</div>
";
}
// line 134
echo "
<div class=\"formelement\">
<input type=\"checkbox\" name=\"display_binary\" id=\"display_binary_";
// line 136
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\"";
// line 137
echo (( !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 137), "display_binary", [], "any", false, false, false, 137))) ? (" checked") : (""));
echo ">
<label for=\"display_binary_";
// line 138
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">";
echo _gettext("Show binary contents");
echo "</label>
<input type=\"checkbox\" name=\"display_blob\" id=\"display_blob_";
// line 140
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\"";
// line 141
echo (( !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 141), "display_blob", [], "any", false, false, false, 141))) ? (" checked") : (""));
echo ">
<label for=\"display_blob_";
// line 142
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">";
echo _gettext("Show BLOB contents");
echo "</label>
</div>
";
// line 149
echo " <div class=\"formelement\">
<input type=\"checkbox\" name=\"hide_transformation\" id=\"hide_transformation_";
// line 150
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\"";
// line 151
echo (( !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 151), "hide_transformation", [], "any", false, false, false, 151))) ? (" checked") : (""));
echo ">
<label for=\"hide_transformation_";
// line 152
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">";
echo _gettext("Hide browser transformation");
echo "</label>
</div>
<div class=\"formelement\">
";
// line 156
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 156), "possible_as_geometry", [], "any", false, false, false, 156)) {
// line 157
echo " <div>
<input type=\"radio\" name=\"geoOption\" id=\"geoOptionRadioGeom";
// line 158
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\" value=\"GEOM\"";
echo (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 158), "geo_option", [], "any", false, false, false, 158) == "GEOM")) ? (" checked") : (""));
echo ">
<label for=\"geoOptionRadioGeom";
// line 159
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">";
echo _gettext("Geometry");
echo "</label>
</div>
";
}
// line 162
echo " <div>
<input type=\"radio\" name=\"geoOption\" id=\"geoOptionRadioWkt";
// line 163
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\" value=\"WKT\"";
echo (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 163), "geo_option", [], "any", false, false, false, 163) == "WKT")) ? (" checked") : (""));
echo ">
<label for=\"geoOptionRadioWkt";
// line 164
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">";
echo _gettext("Well Known Text");
echo "</label>
</div>
<div>
<input type=\"radio\" name=\"geoOption\" id=\"geoOptionRadioWkb";
// line 167
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\" value=\"WKB\"";
echo (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 167), "geo_option", [], "any", false, false, false, 167) == "WKB")) ? (" checked") : (""));
echo ">
<label for=\"geoOptionRadioWkb";
// line 168
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">";
echo _gettext("Well Known Binary");
echo "</label>
</div>
</div>
<div class=\"clearfloat\"></div>
</fieldset>
<fieldset class=\"tblFooters\">
<input class=\"btn btn-primary\" type=\"submit\" value=\"";
// line 175
echo _gettext("Go");
echo "\">
</fieldset>
</div>
</form>
";
}
// line 180
echo "
";
// line 181
if (twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "has_bulk_actions_form", [], "any", false, false, false, 181)) {
// line 182
echo " <form method=\"post\" name=\"resultsForm\" id=\"resultsForm_";
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\" class=\"ajax\">
";
// line 183
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null), 1);
echo "
<input type=\"hidden\" name=\"goto\" value=\"";
// line 184
echo PhpMyAdmin\Url::getFromRoute("/sql");
echo "\">
";
}
// line 186
echo "
<div class=\"table-responsive-md\">
<table class=\"table table-light table-striped table-hover table-sm table_results data ajax w-auto\" data-uniqueId=\"";
// line 188
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">
";
// line 190
echo twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "button", [], "any", false, false, false, 190);
echo "
";
// line 191
echo twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "table_headers_for_columns", [], "any", false, false, false, 191);
echo "
";
// line 192
echo twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "column_at_right_side", [], "any", false, false, false, 192);
echo "
</tr>
</thead>
<tbody>
";
// line 198
echo ($context["body"] ?? null);
echo "
</tbody>
</table>
</div>
";
// line 203
if ( !twig_test_empty(($context["bulk_links"] ?? null))) {
// line 204
echo " <div class=\"print_ignore\">
<img class=\"selectallarrow\" src=\"";
// line 205
echo twig_escape_filter($this->env, ($context["select_all_arrow"] ?? null), "html", null, true);
echo "\" width=\"38\" height=\"22\" alt=\"";
echo _gettext("With selected:");
echo "\">
<input type=\"checkbox\" id=\"resultsForm_";
// line 206
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "_checkall\" class=\"checkall_box\" title=\"";
echo _gettext("Check all");
echo "\">
<label for=\"resultsForm_";
// line 207
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "_checkall\">";
echo _gettext("Check all");
echo "</label>
<em class=\"with-selected\">";
// line 208
echo _gettext("With selected:");
echo "</em>
<button class=\"btn btn-link mult_submit\" type=\"submit\" name=\"submit_mult\" value=\"edit\" title=\"";
// line 210
echo _gettext("Edit");
echo "\">
";
// line 211
echo \PhpMyAdmin\Html\Generator::getIcon("b_edit", _gettext("Edit"));
echo "
</button>
<button class=\"btn btn-link mult_submit\" type=\"submit\" name=\"submit_mult\" value=\"copy\" title=\"";
// line 214
echo _gettext("Copy");
echo "\">
";
// line 215
echo \PhpMyAdmin\Html\Generator::getIcon("b_insrow", _gettext("Copy"));
echo "
</button>
<button class=\"btn btn-link mult_submit\" type=\"submit\" name=\"submit_mult\" value=\"delete\" title=\"";
// line 218
echo _gettext("Delete");
echo "\">
";
// line 219
echo \PhpMyAdmin\Html\Generator::getIcon("b_drop", _gettext("Delete"));
echo "
</button>
";
// line 222
if (twig_get_attribute($this->env, $this->source, ($context["bulk_links"] ?? null), "has_export_button", [], "any", false, false, false, 222)) {
// line 223
echo " <button class=\"btn btn-link mult_submit\" type=\"submit\" name=\"submit_mult\" value=\"export\" title=\"";
echo _gettext("Export");
echo "\">
";
// line 224
echo \PhpMyAdmin\Html\Generator::getIcon("b_tblexport", _gettext("Export"));
echo "
</button>
";
}
// line 227
echo " </div>
<input type=\"hidden\" name=\"clause_is_unique\" value=\"";
// line 229
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["bulk_links"] ?? null), "clause_is_unique", [], "any", false, false, false, 229), "html", null, true);
echo "\">
<input type=\"hidden\" name=\"sql_query\" value=\"";
// line 230
echo twig_escape_filter($this->env, ($context["sql_query"] ?? null), "html", null, true);
echo "\">
</form>
";
}
// line 233
echo "
";
// line 234
echo twig_escape_filter($this->env, ($context["navigation_html"] ?? null), "html", null, true);
echo "
";
// line 236
if ( !twig_test_empty(($context["operations"] ?? null))) {
// line 237
echo " <fieldset class=\"print_ignore\">
<legend>";
// line 238
echo _gettext("Query results operations");
echo "</legend>
";
// line 240
if (twig_get_attribute($this->env, $this->source, ($context["operations"] ?? null), "has_print_link", [], "any", false, false, false, 240)) {
// line 241
echo " ";
echo PhpMyAdmin\Html\Generator::linkOrButton("#", \PhpMyAdmin\Html\Generator::getIcon("b_print", _gettext("Print"), true), ["id" => "printView", "class" => "btn"], "print_view");
// line 246
echo "
";
// line 248
echo PhpMyAdmin\Html\Generator::linkOrButton("#", \PhpMyAdmin\Html\Generator::getIcon("b_insrow", _gettext("Copy to clipboard"), true), ["id" => "copyToClipBoard", "class" => "btn"]);
// line 252
echo "
";
}
// line 254
echo "
";
// line 255
if ( !twig_get_attribute($this->env, $this->source, ($context["operations"] ?? null), "has_procedure", [], "any", false, false, false, 255)) {
// line 256
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["operations"] ?? null), "has_export_link", [], "any", false, false, false, 256)) {
// line 257
echo " ";
echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/table/export", twig_get_attribute($this->env, $this->source, // line 258
($context["operations"] ?? null), "url_params", [], "any", false, false, false, 258)), \PhpMyAdmin\Html\Generator::getIcon("b_tblexport", _gettext("Export"), true), ["class" => "btn"]);
// line 261
echo "
";
// line 263
echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/table/chart", twig_get_attribute($this->env, $this->source, // line 264
($context["operations"] ?? null), "url_params", [], "any", false, false, false, 264)), \PhpMyAdmin\Html\Generator::getIcon("b_chart", _gettext("Display chart"), true), ["class" => "btn"]);
// line 267
echo "
";
// line 269
if (twig_get_attribute($this->env, $this->source, ($context["operations"] ?? null), "has_geometry", [], "any", false, false, false, 269)) {
// line 270
echo " ";
echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/table/gis-visualization", twig_get_attribute($this->env, $this->source, // line 271
($context["operations"] ?? null), "url_params", [], "any", false, false, false, 271)), \PhpMyAdmin\Html\Generator::getIcon("b_globe", _gettext("Visualize GIS data"), true), ["class" => "btn"]);
// line 274
echo "
";
}
// line 276
echo " ";
}
// line 277
echo "
<span>
";
// line 279
echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/view/create", ["db" => // line 280
($context["db"] ?? null), "table" => ($context["table"] ?? null), "sql_query" => ($context["sql_query"] ?? null), "printview" => true]), \PhpMyAdmin\Html\Generator::getIcon("b_view_add", _gettext("Create view"), true), ["class" => "btn create_view ajax"]);
// line 283
echo "
</span>
";
}
// line 286
echo " </fieldset>
";
}
}
public function getTemplateName()
{
return "display/results/table.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 682 => 286, 677 => 283, 675 => 280, 674 => 279, 670 => 277, 667 => 276, 663 => 274, 661 => 271, 659 => 270, 657 => 269, 653 => 267, 651 => 264, 650 => 263, 646 => 261, 644 => 258, 642 => 257, 639 => 256, 637 => 255, 634 => 254, 630 => 252, 628 => 248, 624 => 246, 621 => 241, 619 => 240, 614 => 238, 611 => 237, 609 => 236, 604 => 234, 601 => 233, 595 => 230, 591 => 229, 587 => 227, 581 => 224, 576 => 223, 574 => 222, 568 => 219, 564 => 218, 558 => 215, 554 => 214, 548 => 211, 544 => 210, 539 => 208, 533 => 207, 527 => 206, 521 => 205, 518 => 204, 516 => 203, 508 => 198, 499 => 192, 495 => 191, 491 => 190, 486 => 188, 482 => 186, 477 => 184, 473 => 183, 468 => 182, 466 => 181, 463 => 180, 455 => 175, 443 => 168, 437 => 167, 429 => 164, 423 => 163, 420 => 162, 412 => 159, 406 => 158, 403 => 157, 401 => 156, 392 => 152, 388 => 151, 385 => 150, 382 => 149, 374 => 142, 370 => 141, 367 => 140, 360 => 138, 356 => 137, 353 => 136, 349 => 134, 340 => 130, 334 => 129, 326 => 126, 320 => 125, 316 => 123, 314 => 122, 305 => 118, 299 => 117, 291 => 114, 285 => 113, 278 => 108, 272 => 107, 270 => 106, 266 => 104, 264 => 102, 263 => 101, 262 => 100, 261 => 99, 260 => 98, 255 => 97, 253 => 96, 250 => 95, 243 => 92, 240 => 91, 234 => 89, 231 => 88, 225 => 86, 222 => 85, 220 => 84, 214 => 81, 209 => 79, 204 => 77, 199 => 75, 196 => 74, 186 => 67, 178 => 64, 174 => 62, 167 => 57, 154 => 55, 149 => 54, 143 => 52, 141 => 51, 136 => 49, 132 => 47, 130 => 46, 129 => 45, 128 => 44, 124 => 43, 116 => 38, 107 => 32, 102 => 29, 92 => 24, 88 => 23, 85 => 22, 82 => 21, 80 => 19, 79 => 18, 75 => 17, 72 => 16, 70 => 15, 67 => 14, 63 => 12, 61 => 11, 56 => 9, 52 => 8, 48 => 7, 42 => 3, 39 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "display/results/table.twig", "E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\pma\\templates\\display\\results\\table.twig");
}
}

View File

@ -0,0 +1,133 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* select_lang.twig */
class __TwigTemplate_39ea829947eff86879d065c2de5e399c927b1da8098ffc8ac47574da93d592df extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo " <form method=\"get\" action=\"";
echo PhpMyAdmin\Url::getFromRoute("/");
echo "\" class=\"disableAjax\">
";
// line 2
echo PhpMyAdmin\Url::getHiddenInputs(($context["_form_params"] ?? null));
echo "
";
// line 4
if (($context["use_fieldset"] ?? null)) {
// line 5
echo " <fieldset>
<legend class=\"col-form-label\" lang=\"en\" dir=\"ltr\">";
// line 6
echo ($context["language_title"] ?? null);
echo "</legend>
";
} else {
// line 8
echo " <bdo lang=\"en\" dir=\"ltr\">
<label for=\"sel-lang\">";
// line 9
echo ($context["language_title"] ?? null);
echo "</label>
</bdo>
";
}
// line 12
echo "
<select name=\"lang\" class=\"autosubmit\" lang=\"en\" dir=\"ltr\" id=\"sel-lang\">
";
// line 15
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["available_languages"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["language"]) {
// line 16
echo " ";
// line 17
echo " <option value=\"";
echo twig_escape_filter($this->env, twig_lower_filter($this->env, twig_get_attribute($this->env, $this->source, $context["language"], "getCode", [], "method", false, false, false, 17)), "html", null, true);
echo "\"";
// line 18
if (twig_get_attribute($this->env, $this->source, $context["language"], "isActive", [], "method", false, false, false, 18)) {
// line 19
echo " selected=\"selected\"";
}
// line 21
echo ">
";
// line 22
echo twig_get_attribute($this->env, $this->source, $context["language"], "getName", [], "method", false, false, false, 22);
echo "
</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['language'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 25
echo "
</select>
";
// line 28
if (($context["use_fieldset"] ?? null)) {
// line 29
echo " </fieldset>
";
}
// line 31
echo "
</form>
";
}
public function getTemplateName()
{
return "select_lang.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 109 => 31, 105 => 29, 103 => 28, 98 => 25, 89 => 22, 86 => 21, 83 => 19, 81 => 18, 77 => 17, 75 => 16, 71 => 15, 66 => 12, 60 => 9, 57 => 8, 52 => 6, 49 => 5, 47 => 4, 42 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "select_lang.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/select_lang.twig");
}
}

View File

@ -0,0 +1,110 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* top_menu.twig */
class __TwigTemplate_49a07110ac6945da6d699d29434f10428c55ed93a90de8900e435671cca8190e extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<div id=\"topmenucontainer\" class=\"menucontainer\">
<nav class=\"navbar navbar-expand-lg navbar-light bg-light\">
<button class=\"navbar-toggler\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarNav\" aria-label=\"";
// line 4
// l10n: Show or hide the menu using the hamburger style button
echo _gettext("Toggle navigation");
echo "\" aria-controls=\"navbarNav\" aria-expanded=\"false\">
<span class=\"navbar-toggler-icon\"></span>
</button>
<div class=\"collapse navbar-collapse\" id=\"navbarNav\">
<ul id=\"topmenu\" class=\"navbar-nav\">
";
// line 9
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["tabs"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["tab"]) {
// line 10
echo " <li class=\"nav-item";
echo ((twig_get_attribute($this->env, $this->source, $context["tab"], "active", [], "any", false, false, false, 10)) ? (" active") : (""));
echo "\">
<a class=\"nav-link text-nowrap\" href=\"";
// line 11
echo PhpMyAdmin\Url::getFromRoute(twig_get_attribute($this->env, $this->source, $context["tab"], "route", [], "any", false, false, false, 11), twig_array_merge(($context["url_params"] ?? null), (((twig_get_attribute($this->env, $this->source, $context["tab"], "args", [], "any", true, true, false, 11) && !(null === twig_get_attribute($this->env, $this->source, $context["tab"], "args", [], "any", false, false, false, 11)))) ? (twig_get_attribute($this->env, $this->source, $context["tab"], "args", [], "any", false, false, false, 11)) : ([]))));
echo "\">
";
// line 12
echo \PhpMyAdmin\Html\Generator::getIcon(twig_get_attribute($this->env, $this->source, $context["tab"], "icon", [], "any", false, false, false, 12), twig_get_attribute($this->env, $this->source, $context["tab"], "text", [], "any", false, false, false, 12), false, true, "TabsMode");
echo "
";
// line 13
if (twig_get_attribute($this->env, $this->source, $context["tab"], "active", [], "any", false, false, false, 13)) {
// line 14
echo " <span class=\"sr-only\">";
// l10n: Current page
echo _gettext("(current)");
echo "</span>
";
}
// line 16
echo " </a>
</li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['tab'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 19
echo " </ul>
</div>
</nav>
</div>
";
}
public function getTemplateName()
{
return "top_menu.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 84 => 19, 76 => 16, 69 => 14, 67 => 13, 63 => 12, 59 => 11, 54 => 10, 50 => 9, 41 => 4, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "top_menu.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/top_menu.twig");
}
}

View File

@ -0,0 +1,91 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* navigation/tree/path.twig */
class __TwigTemplate_fb660b53a3f031b783dabe5ca5a78efe33cfa774bccd3d3f22e3a01606dc80b1 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<div class='list_container hide'>
<ul";
// line 2
echo ((($context["has_search_results"] ?? null)) ? (" class=\"search_results\"") : (""));
echo ">
";
// line 3
echo ($context["list_content"] ?? null);
echo "
</ul>
";
// line 6
if ( !($context["is_tree"] ?? null)) {
// line 7
echo " <span class='hide loaded_db'>";
echo twig_escape_filter($this->env, twig_urlencode_filter(($context["parent_name"] ?? null)), "html", null, true);
echo "</span>
";
// line 8
if (twig_test_empty(($context["list_content"] ?? null))) {
// line 9
echo " <div>";
echo _gettext("No tables found in database.");
echo "</div>
";
}
// line 11
echo " ";
}
// line 12
echo "</div>
";
}
public function getTemplateName()
{
return "navigation/tree/path.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 68 => 12, 65 => 11, 59 => 9, 57 => 8, 52 => 7, 50 => 6, 44 => 3, 40 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "navigation/tree/path.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/navigation/tree/path.twig");
}
}

View File

@ -0,0 +1,102 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* database/create_table.twig */
class __TwigTemplate_fbbf150d021eb19fbbe8ab9c117c92e16384049e9d677c207d28584dbf72afa9 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<form id=\"create_table_form_minimal\" method=\"post\" action=\"";
echo PhpMyAdmin\Url::getFromRoute("/table/create");
echo "\" class=\"lock-page\">
<fieldset>
<legend>
";
// line 4
if (PhpMyAdmin\Util::showIcons("ActionLinksMode")) {
// line 5
echo \PhpMyAdmin\Html\Generator::getImage("b_table_add");
}
// line 7
echo " ";
echo _gettext("Create table");
// line 8
echo " </legend>
";
// line 9
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null));
echo "
<div class=\"formelement\">
";
// line 11
echo _gettext("Name");
echo ":
<input type=\"text\" name=\"table\" maxlength=\"64\" size=\"30\" required=\"required\">
</div>
<div class=\"formelement\">
";
// line 15
echo _gettext("Number of columns");
echo ":
<input type=\"number\" min=\"1\" name=\"num_fields\" value=\"4\" required=\"required\">
</div>
<div class=\"clearfloat\"></div>
</fieldset>
<fieldset class=\"tblFooters\">
<input class=\"btn btn-primary\" type=\"submit\" value=\"";
// line 21
echo _gettext("Go");
echo "\">
</fieldset>
</form>
";
}
public function getTemplateName()
{
return "database/create_table.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 76 => 21, 67 => 15, 60 => 11, 55 => 9, 52 => 8, 49 => 7, 46 => 5, 44 => 4, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "database/create_table.twig", "E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\pma\\templates\\database\\create_table.twig");
}
}

View File

@ -0,0 +1,101 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* display/results/table_navigation_button.twig */
class __TwigTemplate_335acc15dafafea2f87321486ceefeb942fc636ad72748ed3483a53849e2c448 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<td>
<form action=\"";
// line 2
echo PhpMyAdmin\Url::getFromRoute("/sql");
echo "\" method=\"post\" ";
echo ($context["onsubmit"] ?? null);
echo ">
";
// line 3
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null));
echo "
<input type=\"hidden\" name=\"sql_query\" value=\"";
// line 4
echo ($context["sql_query"] ?? null);
echo "\">
<input type=\"hidden\" name=\"pos\" value=\"";
// line 5
echo twig_escape_filter($this->env, ($context["pos"] ?? null), "html", null, true);
echo "\">
<input type=\"hidden\" name=\"is_browse_distinct\" value=\"";
// line 6
echo twig_escape_filter($this->env, ($context["is_browse_distinct"] ?? null), "html", null, true);
echo "\">
<input type=\"hidden\" name=\"goto\" value=\"";
// line 7
echo twig_escape_filter($this->env, ($context["goto"] ?? null), "html", null, true);
echo "\">
";
// line 8
echo ($context["input_for_real_end"] ?? null);
echo "
<input type=\"submit\" name=\"navig\" class=\"btn btn-secondary ajax\" value=\"";
// line 9
echo ($context["caption_output"] ?? null);
echo "\" title=\"";
echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true);
echo "\"";
// line 10
echo ($context["onclick"] ?? null);
echo ">
</form>
</td>
";
}
public function getTemplateName()
{
return "display/results/table_navigation_button.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 75 => 10, 70 => 9, 66 => 8, 62 => 7, 58 => 6, 54 => 5, 50 => 4, 46 => 3, 40 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "display/results/table_navigation_button.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/display/results/table_navigation_button.twig");
}
}

View File

@ -0,0 +1,85 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* sql/sql_query_results.twig */
class __TwigTemplate_9632f1b95229d736d9e60b40ee19fdbbf5a636c9e87d19177008e9a5f3fe49eb extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<div class=\"sqlqueryresults ajax\">
";
// line 2
echo ($context["previous_update_query"] ?? null);
echo "
";
// line 3
echo ($context["profiling_chart"] ?? null);
echo "
";
// line 4
echo ($context["missing_unique_column_message"] ?? null);
echo "
";
// line 5
echo ($context["bookmark_created_message"] ?? null);
echo "
";
// line 6
echo ($context["table"] ?? null);
echo "
";
// line 7
echo ($context["bookmark_support"] ?? null);
echo "
</div>
";
}
public function getTemplateName()
{
return "sql/sql_query_results.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 60 => 7, 56 => 6, 52 => 5, 48 => 4, 44 => 3, 40 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "sql/sql_query_results.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/sql/sql_query_results.twig");
}
}

View File

@ -0,0 +1,476 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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/display_table_stats.twig */
class __TwigTemplate_e37396cb0bcfaeda94c93a7609362d45a5c6561350d44981491b923caf499582 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<div id=\"tablestatistics\">
<fieldset>
<legend>";
// line 3
echo _gettext("Information");
echo "</legend>
";
// line 4
if ((($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = ($context["showtable"] ?? null)) && is_array($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4) || $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 instanceof ArrayAccess ? ($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4["TABLE_COMMENT"] ?? null) : null)) {
// line 5
echo " <p>
<strong>";
// line 6
echo _gettext("Table comments:");
echo "</strong>
";
// line 7
echo twig_escape_filter($this->env, (($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 = ($context["showtable"] ?? null)) && is_array($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144) || $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 instanceof ArrayAccess ? ($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144["TABLE_COMMENT"] ?? null) : null), "html", null, true);
echo "
</p>
";
}
// line 10
echo " <a id=\"showusage\"></a>
";
// line 12
if (( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) {
// line 13
echo " <table class=\"table table-light table-striped table-hover table-sm w-auto\">
<caption>";
// line 14
echo _gettext("Space usage");
echo "</caption>
<tbody>
<tr>
<th class=\"name\">";
// line 17
echo _gettext("Data");
echo "</th>
<td class=\"value\">";
// line 18
echo twig_escape_filter($this->env, ($context["data_size"] ?? null), "html", null, true);
echo "</td>
<td class=\"unit\">";
// line 19
echo twig_escape_filter($this->env, ($context["data_unit"] ?? null), "html", null, true);
echo "</td>
</tr>
";
// line 22
if (array_key_exists("index_size", $context)) {
// line 23
echo " <tr>
<th class=\"name\">";
// line 24
echo _gettext("Index");
echo "</th>
<td class=\"value\">";
// line 25
echo twig_escape_filter($this->env, ($context["index_size"] ?? null), "html", null, true);
echo "</td>
<td class=\"unit\">";
// line 26
echo twig_escape_filter($this->env, ($context["index_unit"] ?? null), "html", null, true);
echo "</td>
</tr>
";
}
// line 29
echo "
";
// line 30
if (array_key_exists("free_size", $context)) {
// line 31
echo " <tr>
<th class=\"name\">";
// line 32
echo _gettext("Overhead");
echo "</th>
<td class=\"value\">";
// line 33
echo twig_escape_filter($this->env, ($context["free_size"] ?? null), "html", null, true);
echo "</td>
<td class=\"unit\">";
// line 34
echo twig_escape_filter($this->env, ($context["free_unit"] ?? null), "html", null, true);
echo "</td>
</tr>
<tr>
<th class=\"name\">";
// line 37
echo _gettext("Effective");
echo "</th>
<td class=\"value\">";
// line 38
echo twig_escape_filter($this->env, ($context["effect_size"] ?? null), "html", null, true);
echo "</td>
<td class=\"unit\">";
// line 39
echo twig_escape_filter($this->env, ($context["effect_unit"] ?? null), "html", null, true);
echo "</td>
</tr>
";
}
// line 42
echo "
";
// line 43
if ((array_key_exists("tot_size", $context) && (($context["mergetable"] ?? null) == false))) {
// line 44
echo " <tr>
<th class=\"name\">";
// line 45
echo _gettext("Total");
echo "</th>
<td class=\"value\">";
// line 46
echo twig_escape_filter($this->env, ($context["tot_size"] ?? null), "html", null, true);
echo "</td>
<td class=\"unit\">";
// line 47
echo twig_escape_filter($this->env, ($context["tot_unit"] ?? null), "html", null, true);
echo "</td>
</tr>
";
}
// line 50
echo " </tbody>
";
// line 53
echo " ";
if (((array_key_exists("free_size", $context) && (((( // line 54
($context["tbl_storage_engine"] ?? null) == "MYISAM") || ( // line 55
($context["tbl_storage_engine"] ?? null) == "ARIA")) || ( // line 56
($context["tbl_storage_engine"] ?? null) == "MARIA")) || ( // line 57
($context["tbl_storage_engine"] ?? null) == "BDB"))) || (( // line 58
($context["tbl_storage_engine"] ?? null) == "INNODB") && (($context["innodb_file_per_table"] ?? null) == true)))) {
// line 59
echo " <tfoot class=\"thead-light\">
<tr class=\"print_ignore\">
<th colspan=\"3\" class=\"center\">
<a href=\"";
// line 62
echo PhpMyAdmin\Url::getFromRoute("/sql");
echo "\" data-post=\"";
echo PhpMyAdmin\Url::getCommon(["db" => // line 63
($context["db"] ?? null), "table" => // line 64
($context["table"] ?? null), "sql_query" => ("OPTIMIZE TABLE " . PhpMyAdmin\Util::backquote( // line 65
($context["table"] ?? null))), "pos" => 0]);
// line 67
echo "\">
";
// line 68
echo \PhpMyAdmin\Html\Generator::getIcon("b_tbloptimize", _gettext("Optimize table"));
echo "
</a>
</th>
</tr>
</tfoot>
";
}
// line 74
echo " </table>
";
}
// line 76
echo "
";
// line 77
$context["avg_size"] = ((array_key_exists("avg_size", $context)) ? (($context["avg_size"] ?? null)) : (null));
// line 78
echo " ";
$context["avg_unit"] = ((array_key_exists("avg_unit", $context)) ? (($context["avg_unit"] ?? null)) : (null));
// line 79
echo " <table class=\"table table-light table-striped table-hover table-sm w-auto\">
<caption>";
// line 80
echo _gettext("Row statistics");
echo "</caption>
<tbody>
";
// line 82
if (twig_get_attribute($this->env, $this->source, ($context["showtable"] ?? null), "Row_format", [], "array", true, true, false, 82)) {
// line 83
echo " <tr>
<th class=\"name\">";
// line 84
echo _gettext("Format");
echo "</th>
";
// line 85
if (((($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b = ($context["showtable"] ?? null)) && is_array($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b) || $__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b instanceof ArrayAccess ? ($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b["Row_format"] ?? null) : null) == "Fixed")) {
// line 86
echo " <td class=\"value\">";
echo _gettext("static");
echo "</td>
";
} elseif (((($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 = // line 87
($context["showtable"] ?? null)) && is_array($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002) || $__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 instanceof ArrayAccess ? ($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002["Row_format"] ?? null) : null) == "Dynamic")) {
// line 88
echo " <td class=\"value\">";
echo _gettext("dynamic");
echo "</td>
";
} else {
// line 90
echo " <td class=\"value\">";
echo twig_escape_filter($this->env, (($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4 = ($context["showtable"] ?? null)) && is_array($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4) || $__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4 instanceof ArrayAccess ? ($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4["Row_format"] ?? null) : null), "html", null, true);
echo "</td>
";
}
// line 92
echo " </tr>
";
}
// line 94
echo "
";
// line 95
if ( !twig_test_empty((($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666 = ($context["showtable"] ?? null)) && is_array($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666) || $__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666 instanceof ArrayAccess ? ($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666["Create_options"] ?? null) : null))) {
// line 96
echo " <tr>
<th class=\"name\">";
// line 97
echo _gettext("Options");
echo "</th>
";
// line 98
if (((($__internal_01c35b74bd85735098add188b3f8372ba465b232ab8298cb582c60f493d3c22e = ($context["showtable"] ?? null)) && is_array($__internal_01c35b74bd85735098add188b3f8372ba465b232ab8298cb582c60f493d3c22e) || $__internal_01c35b74bd85735098add188b3f8372ba465b232ab8298cb582c60f493d3c22e instanceof ArrayAccess ? ($__internal_01c35b74bd85735098add188b3f8372ba465b232ab8298cb582c60f493d3c22e["Create_options"] ?? null) : null) == "partitioned")) {
// line 99
echo " <td class=\"value\">";
echo _gettext("partitioned");
echo "</td>
";
} else {
// line 101
echo " <td class=\"value\">";
echo twig_escape_filter($this->env, (($__internal_63ad1f9a2bf4db4af64b010785e9665558fdcac0e8db8b5b413ed986c62dbb52 = ($context["showtable"] ?? null)) && is_array($__internal_63ad1f9a2bf4db4af64b010785e9665558fdcac0e8db8b5b413ed986c62dbb52) || $__internal_63ad1f9a2bf4db4af64b010785e9665558fdcac0e8db8b5b413ed986c62dbb52 instanceof ArrayAccess ? ($__internal_63ad1f9a2bf4db4af64b010785e9665558fdcac0e8db8b5b413ed986c62dbb52["Create_options"] ?? null) : null), "html", null, true);
echo "</td>
";
}
// line 103
echo " </tr>
";
}
// line 105
echo "
";
// line 106
if ( !twig_test_empty(($context["table_collation"] ?? null))) {
// line 107
echo " <tr>
<th class=\"name\">";
// line 108
echo _gettext("Collation");
echo "</th>
<td class=\"value\">
<dfn title=\"";
// line 110
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["table_collation"] ?? null), "description", [], "any", false, false, false, 110), "html", null, true);
echo "\">
";
// line 111
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["table_collation"] ?? null), "name", [], "any", false, false, false, 111), "html", null, true);
echo "
</dfn>
</td>
</tr>
";
}
// line 116
echo "
";
// line 117
if (( !($context["is_innodb"] ?? null) && twig_get_attribute($this->env, $this->source, ($context["showtable"] ?? null), "Rows", [], "array", true, true, false, 117))) {
// line 118
echo " <tr>
<th class=\"name\">";
// line 119
echo _gettext("Rows");
echo "</th>
<td class=\"value\">";
// line 120
echo twig_escape_filter($this->env, PhpMyAdmin\Util::formatNumber((($__internal_f10a4cc339617934220127f034125576ed229e948660ebac906a15846d52f136 = ($context["showtable"] ?? null)) && is_array($__internal_f10a4cc339617934220127f034125576ed229e948660ebac906a15846d52f136) || $__internal_f10a4cc339617934220127f034125576ed229e948660ebac906a15846d52f136 instanceof ArrayAccess ? ($__internal_f10a4cc339617934220127f034125576ed229e948660ebac906a15846d52f136["Rows"] ?? null) : null), 0), "html", null, true);
echo "</td>
</tr>
";
}
// line 123
echo "
";
// line 124
if ((( !($context["is_innodb"] ?? null) && twig_get_attribute($this->env, $this->source, // line 125
($context["showtable"] ?? null), "Avg_row_length", [], "array", true, true, false, 125)) && ((($__internal_887a873a4dc3cf8bd4f99c487b4c7727999c350cc3a772414714e49a195e4386 = // line 126
($context["showtable"] ?? null)) && is_array($__internal_887a873a4dc3cf8bd4f99c487b4c7727999c350cc3a772414714e49a195e4386) || $__internal_887a873a4dc3cf8bd4f99c487b4c7727999c350cc3a772414714e49a195e4386 instanceof ArrayAccess ? ($__internal_887a873a4dc3cf8bd4f99c487b4c7727999c350cc3a772414714e49a195e4386["Avg_row_length"] ?? null) : null) > 0))) {
// line 127
echo " <tr>
<th class=\"name\">";
// line 128
echo _gettext("Row length");
echo "</th>
";
// line 129
$context["avg_row_length"] = PhpMyAdmin\Util::formatByteDown((($__internal_d527c24a729d38501d770b40a0d25e1ce8a7f0bff897cc4f8f449ba71fcff3d9 = ($context["showtable"] ?? null)) && is_array($__internal_d527c24a729d38501d770b40a0d25e1ce8a7f0bff897cc4f8f449ba71fcff3d9) || $__internal_d527c24a729d38501d770b40a0d25e1ce8a7f0bff897cc4f8f449ba71fcff3d9 instanceof ArrayAccess ? ($__internal_d527c24a729d38501d770b40a0d25e1ce8a7f0bff897cc4f8f449ba71fcff3d9["Avg_row_length"] ?? null) : null), 6, 1);
// line 130
echo " <td class=\"value\">";
echo twig_escape_filter($this->env, (($__internal_f6dde3a1020453fdf35e718e94f93ce8eb8803b28cc77a665308e14bbe8572ae = ($context["avg_row_length"] ?? null)) && is_array($__internal_f6dde3a1020453fdf35e718e94f93ce8eb8803b28cc77a665308e14bbe8572ae) || $__internal_f6dde3a1020453fdf35e718e94f93ce8eb8803b28cc77a665308e14bbe8572ae instanceof ArrayAccess ? ($__internal_f6dde3a1020453fdf35e718e94f93ce8eb8803b28cc77a665308e14bbe8572ae[0] ?? null) : null), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, (($__internal_25c0fab8152b8dd6b90603159c0f2e8a936a09ab76edb5e4d7bc95d9a8d2dc8f = ($context["avg_row_length"] ?? null)) && is_array($__internal_25c0fab8152b8dd6b90603159c0f2e8a936a09ab76edb5e4d7bc95d9a8d2dc8f) || $__internal_25c0fab8152b8dd6b90603159c0f2e8a936a09ab76edb5e4d7bc95d9a8d2dc8f instanceof ArrayAccess ? ($__internal_25c0fab8152b8dd6b90603159c0f2e8a936a09ab76edb5e4d7bc95d9a8d2dc8f[1] ?? null) : null), "html", null, true);
echo "</td>
</tr>
";
}
// line 133
echo "
";
// line 134
if ((((( !($context["is_innodb"] ?? null) && twig_get_attribute($this->env, $this->source, // line 135
($context["showtable"] ?? null), "Data_length", [], "array", true, true, false, 135)) && twig_get_attribute($this->env, $this->source, // line 136
($context["showtable"] ?? null), "Rows", [], "array", true, true, false, 136)) && ((($__internal_f769f712f3484f00110c86425acea59f5af2752239e2e8596bcb6effeb425b40 = // line 137
($context["showtable"] ?? null)) && is_array($__internal_f769f712f3484f00110c86425acea59f5af2752239e2e8596bcb6effeb425b40) || $__internal_f769f712f3484f00110c86425acea59f5af2752239e2e8596bcb6effeb425b40 instanceof ArrayAccess ? ($__internal_f769f712f3484f00110c86425acea59f5af2752239e2e8596bcb6effeb425b40["Rows"] ?? null) : null) > 0)) && ( // line 138
($context["mergetable"] ?? null) == false))) {
// line 139
echo " <tr>
<th class=\"name\">";
// line 140
echo _gettext("Row size");
echo "</th>
<td class=\"value\">";
// line 141
echo twig_escape_filter($this->env, ($context["avg_size"] ?? null), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, ($context["avg_unit"] ?? null), "html", null, true);
echo "</td>
</tr>
";
}
// line 144
echo "
";
// line 145
if (twig_get_attribute($this->env, $this->source, ($context["showtable"] ?? null), "Auto_increment", [], "array", true, true, false, 145)) {
// line 146
echo " <tr>
<th class=\"name\">";
// line 147
echo _gettext("Next autoindex");
echo "</th>
<td class=\"value\">";
// line 148
echo twig_escape_filter($this->env, PhpMyAdmin\Util::formatNumber((($__internal_98e944456c0f58b2585e4aa36e3a7e43f4b7c9038088f0f056004af41f4a007f = ($context["showtable"] ?? null)) && is_array($__internal_98e944456c0f58b2585e4aa36e3a7e43f4b7c9038088f0f056004af41f4a007f) || $__internal_98e944456c0f58b2585e4aa36e3a7e43f4b7c9038088f0f056004af41f4a007f instanceof ArrayAccess ? ($__internal_98e944456c0f58b2585e4aa36e3a7e43f4b7c9038088f0f056004af41f4a007f["Auto_increment"] ?? null) : null), 0), "html", null, true);
echo "</td>
</tr>
";
}
// line 151
echo "
";
// line 152
if (twig_get_attribute($this->env, $this->source, ($context["showtable"] ?? null), "Create_time", [], "array", true, true, false, 152)) {
// line 153
echo " <tr>
<th class=\"name\">";
// line 154
echo _gettext("Creation");
echo "</th>
<td class=\"value\">";
// line 155
echo twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(twig_date_format_filter($this->env, (($__internal_a06a70691a7ca361709a372174fa669f5ee1c1e4ed302b3a5b61c10c80c02760 = ($context["showtable"] ?? null)) && is_array($__internal_a06a70691a7ca361709a372174fa669f5ee1c1e4ed302b3a5b61c10c80c02760) || $__internal_a06a70691a7ca361709a372174fa669f5ee1c1e4ed302b3a5b61c10c80c02760 instanceof ArrayAccess ? ($__internal_a06a70691a7ca361709a372174fa669f5ee1c1e4ed302b3a5b61c10c80c02760["Create_time"] ?? null) : null), "U")), "html", null, true);
echo "</td>
</tr>
";
}
// line 158
echo "
";
// line 159
if (twig_get_attribute($this->env, $this->source, ($context["showtable"] ?? null), "Update_time", [], "array", true, true, false, 159)) {
// line 160
echo " <tr>
<th class=\"name\">";
// line 161
echo _gettext("Last update");
echo "</th>
<td class=\"value\">";
// line 162
echo twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(twig_date_format_filter($this->env, (($__internal_653499042eb14fd8415489ba6fa87c1e85cff03392e9f57b26d0da09b9be82ce = ($context["showtable"] ?? null)) && is_array($__internal_653499042eb14fd8415489ba6fa87c1e85cff03392e9f57b26d0da09b9be82ce) || $__internal_653499042eb14fd8415489ba6fa87c1e85cff03392e9f57b26d0da09b9be82ce instanceof ArrayAccess ? ($__internal_653499042eb14fd8415489ba6fa87c1e85cff03392e9f57b26d0da09b9be82ce["Update_time"] ?? null) : null), "U")), "html", null, true);
echo "</td>
</tr>
";
}
// line 165
echo "
";
// line 166
if (twig_get_attribute($this->env, $this->source, ($context["showtable"] ?? null), "Check_time", [], "array", true, true, false, 166)) {
// line 167
echo " <tr>
<th class=\"name\">";
// line 168
echo _gettext("Last check");
echo "</th>
<td class=\"value\">";
// line 169
echo twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(twig_date_format_filter($this->env, (($__internal_ba9f0a3bb95c082f61c9fbf892a05514d732703d52edc77b51f2e6284135900b = ($context["showtable"] ?? null)) && is_array($__internal_ba9f0a3bb95c082f61c9fbf892a05514d732703d52edc77b51f2e6284135900b) || $__internal_ba9f0a3bb95c082f61c9fbf892a05514d732703d52edc77b51f2e6284135900b instanceof ArrayAccess ? ($__internal_ba9f0a3bb95c082f61c9fbf892a05514d732703d52edc77b51f2e6284135900b["Check_time"] ?? null) : null), "U")), "html", null, true);
echo "</td>
</tr>
";
}
// line 172
echo " </tbody>
</table>
</fieldset>
</div>
";
}
public function getTemplateName()
{
return "table/structure/display_table_stats.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 450 => 172, 444 => 169, 440 => 168, 437 => 167, 435 => 166, 432 => 165, 426 => 162, 422 => 161, 419 => 160, 417 => 159, 414 => 158, 408 => 155, 404 => 154, 401 => 153, 399 => 152, 396 => 151, 390 => 148, 386 => 147, 383 => 146, 381 => 145, 378 => 144, 370 => 141, 366 => 140, 363 => 139, 361 => 138, 360 => 137, 359 => 136, 358 => 135, 357 => 134, 354 => 133, 345 => 130, 343 => 129, 339 => 128, 336 => 127, 334 => 126, 333 => 125, 332 => 124, 329 => 123, 323 => 120, 319 => 119, 316 => 118, 314 => 117, 311 => 116, 303 => 111, 299 => 110, 294 => 108, 291 => 107, 289 => 106, 286 => 105, 282 => 103, 276 => 101, 270 => 99, 268 => 98, 264 => 97, 261 => 96, 259 => 95, 256 => 94, 252 => 92, 246 => 90, 240 => 88, 238 => 87, 233 => 86, 231 => 85, 227 => 84, 224 => 83, 222 => 82, 217 => 80, 214 => 79, 211 => 78, 209 => 77, 206 => 76, 202 => 74, 193 => 68, 190 => 67, 188 => 65, 187 => 64, 186 => 63, 183 => 62, 178 => 59, 176 => 58, 175 => 57, 174 => 56, 173 => 55, 172 => 54, 170 => 53, 166 => 50, 160 => 47, 156 => 46, 152 => 45, 149 => 44, 147 => 43, 144 => 42, 138 => 39, 134 => 38, 130 => 37, 124 => 34, 120 => 33, 116 => 32, 113 => 31, 111 => 30, 108 => 29, 102 => 26, 98 => 25, 94 => 24, 91 => 23, 89 => 22, 83 => 19, 79 => 18, 75 => 17, 69 => 14, 66 => 13, 64 => 12, 60 => 10, 54 => 7, 50 => 6, 47 => 5, 45 => 4, 41 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "table/structure/display_table_stats.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/table/structure/display_table_stats.twig");
}
}

View File

@ -0,0 +1,74 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* display/results/page_selector.twig */
class __TwigTemplate_fa8f5e07e480a1d4b4a81738e7b8636bcc2d5cc87add54ad888e4d4fd2227664 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<td>
<form action=\"";
// line 2
echo PhpMyAdmin\Url::getFromRoute("/sql");
echo "\" method=\"post\">
";
// line 3
echo PhpMyAdmin\Url::getHiddenInputs(($context["url_params"] ?? null));
echo "
";
// line 4
echo ($context["page_selector"] ?? null);
echo "
</form>
</td>
";
}
public function getTemplateName()
{
return "display/results/page_selector.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 48 => 4, 44 => 3, 40 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "display/results/page_selector.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/display/results/page_selector.twig");
}
}

View File

@ -0,0 +1,83 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* display/results/comment_for_row.twig */
class __TwigTemplate_363e9d8d2f5f024c28eaffee6523af07a8bc478df6d2fe1e8e940cf0df05b996 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
if ((twig_get_attribute($this->env, $this->source, ($context["comments_map"] ?? null), twig_get_attribute($this->env, $this->source, ($context["fields_meta"] ?? null), "table", [], "any", false, false, false, 1), [], "array", true, true, false, 1) && twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 2
($context["comments_map"] ?? null), twig_get_attribute($this->env, $this->source, ($context["fields_meta"] ?? null), "table", [], "any", false, false, false, 2), [], "array", false, true, false, 2), twig_get_attribute($this->env, $this->source, ($context["fields_meta"] ?? null), "name", [], "any", false, false, false, 2), [], "array", true, true, false, 2))) {
// line 3
echo " <br><span class=\"tblcomment\" title=\"";
echo twig_escape_filter($this->env, (($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = (($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 = ($context["comments_map"] ?? null)) && is_array($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144) || $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 instanceof ArrayAccess ? ($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144[twig_get_attribute($this->env, $this->source, ($context["fields_meta"] ?? null), "table", [], "any", false, false, false, 3)] ?? null) : null)) && is_array($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4) || $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 instanceof ArrayAccess ? ($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4[twig_get_attribute($this->env, $this->source, ($context["fields_meta"] ?? null), "name", [], "any", false, false, false, 3)] ?? null) : null), "html", null, true);
echo "\">
";
// line 4
if ((twig_length_filter($this->env, (($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b = (($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 = ($context["comments_map"] ?? null)) && is_array($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002) || $__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 instanceof ArrayAccess ? ($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002[twig_get_attribute($this->env, $this->source, ($context["fields_meta"] ?? null), "table", [], "any", false, false, false, 4)] ?? null) : null)) && is_array($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b) || $__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b instanceof ArrayAccess ? ($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b[twig_get_attribute($this->env, $this->source, ($context["fields_meta"] ?? null), "name", [], "any", false, false, false, 4)] ?? null) : null)) > ($context["limit_chars"] ?? null))) {
// line 5
echo " ";
echo twig_escape_filter($this->env, twig_slice($this->env, (($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4 = (($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666 = ($context["comments_map"] ?? null)) && is_array($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666) || $__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666 instanceof ArrayAccess ? ($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666[twig_get_attribute($this->env, $this->source, ($context["fields_meta"] ?? null), "table", [], "any", false, false, false, 5)] ?? null) : null)) && is_array($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4) || $__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4 instanceof ArrayAccess ? ($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4[twig_get_attribute($this->env, $this->source, ($context["fields_meta"] ?? null), "name", [], "any", false, false, false, 5)] ?? null) : null), 0, ($context["limit_chars"] ?? null)), "html", null, true);
echo "
";
} else {
// line 7
echo " ";
echo twig_escape_filter($this->env, (($__internal_01c35b74bd85735098add188b3f8372ba465b232ab8298cb582c60f493d3c22e = (($__internal_63ad1f9a2bf4db4af64b010785e9665558fdcac0e8db8b5b413ed986c62dbb52 = ($context["comments_map"] ?? null)) && is_array($__internal_63ad1f9a2bf4db4af64b010785e9665558fdcac0e8db8b5b413ed986c62dbb52) || $__internal_63ad1f9a2bf4db4af64b010785e9665558fdcac0e8db8b5b413ed986c62dbb52 instanceof ArrayAccess ? ($__internal_63ad1f9a2bf4db4af64b010785e9665558fdcac0e8db8b5b413ed986c62dbb52[twig_get_attribute($this->env, $this->source, ($context["fields_meta"] ?? null), "table", [], "any", false, false, false, 7)] ?? null) : null)) && is_array($__internal_01c35b74bd85735098add188b3f8372ba465b232ab8298cb582c60f493d3c22e) || $__internal_01c35b74bd85735098add188b3f8372ba465b232ab8298cb582c60f493d3c22e instanceof ArrayAccess ? ($__internal_01c35b74bd85735098add188b3f8372ba465b232ab8298cb582c60f493d3c22e[twig_get_attribute($this->env, $this->source, ($context["fields_meta"] ?? null), "name", [], "any", false, false, false, 7)] ?? null) : null), "html", null, true);
echo "
";
}
// line 9
echo " </span>
";
}
}
public function getTemplateName()
{
return "display/results/comment_for_row.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 59 => 9, 53 => 7, 47 => 5, 45 => 4, 40 => 3, 38 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "display/results/comment_for_row.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/display/results/comment_for_row.twig");
}
}

View File

@ -0,0 +1,263 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* console/display.twig */
class __TwigTemplate_e2feafa5c187a3404aac20bf1140187f993d9cc27ed251561c8a457d3c13c73f extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<div id=\"pma_console_container\">
<div id=\"pma_console\">
";
// line 4
echo " ";
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 4)->display(twig_to_array(["parent_div_classes" => "collapsed", "content_array" => [0 => [0 => "switch_button console_switch", 1 => _gettext("Console"), "image" => // line 7
($context["image"] ?? null)], 1 => [0 => "button clear", 1 => _gettext("Clear")], 2 => [0 => "button history", 1 => _gettext("History")], 3 => [0 => "button options", 1 => _gettext("Options")], 4 => (( // line 11
array_key_exists("cfg_bookmark", $context)) ? ([0 => "button bookmarks", 1 => _gettext("Bookmarks")]) : (null)), 5 => [0 => "button debug hide", 1 => _gettext("Debug SQL")]]]));
// line 15
echo " ";
// line 16
echo " <div class=\"content\">
<div class=\"console_message_container\">
<div class=\"message welcome\">
<span id=\"instructions-0\">
";
// line 20
echo _gettext("Press Ctrl+Enter to execute query");
// line 21
echo " </span>
<span class=\"hide\" id=\"instructions-1\">
";
// line 23
echo _gettext("Press Enter to execute query");
// line 24
echo " </span>
</div>
";
// line 26
if ( !twig_test_empty(($context["sql_history"] ?? null))) {
// line 27
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_reverse_filter($this->env, ($context["sql_history"] ?? null)));
foreach ($context['_seq'] as $context["_key"] => $context["record"]) {
// line 28
echo " <div class=\"message history collapsed hide";
// line 29
echo ((preg_match("@^SELECT[[:space:]]+@i", (($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = $context["record"]) && is_array($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4) || $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 instanceof ArrayAccess ? ($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4["sqlquery"] ?? null) : null))) ? (" select") : (""));
echo "\"
targetdb=\"";
// line 30
echo twig_escape_filter($this->env, (($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 = $context["record"]) && is_array($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144) || $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 instanceof ArrayAccess ? ($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144["db"] ?? null) : null), "html", null, true);
echo "\" targettable=\"";
echo twig_escape_filter($this->env, (($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b = $context["record"]) && is_array($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b) || $__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b instanceof ArrayAccess ? ($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b["table"] ?? null) : null), "html", null, true);
echo "\">
";
// line 31
$this->loadTemplate("console/query_action.twig", "console/display.twig", 31)->display(twig_to_array(["parent_div_classes" => "action_content", "content_array" => [0 => [0 => "action collapse", 1 => _gettext("Collapse")], 1 => [0 => "action expand", 1 => _gettext("Expand")], 2 => [0 => "action requery", 1 => _gettext("Requery")], 3 => [0 => "action edit", 1 => _gettext("Edit")], 4 => [0 => "action explain", 1 => _gettext("Explain")], 5 => [0 => "action profiling", 1 => _gettext("Profiling")], 6 => (( // line 40
array_key_exists("cfg_bookmark", $context)) ? ([0 => "action bookmark", 1 => _gettext("Bookmark")]) : (null)), 7 => [0 => "text failed", 1 => _gettext("Query failed")], 8 => [0 => "text targetdb", 1 => _gettext("Database"), "extraSpan" => (($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 = // line 42
$context["record"]) && is_array($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002) || $__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 instanceof ArrayAccess ? ($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002["db"] ?? null) : null)], 9 => [0 => "text query_time", 1 => _gettext("Queried time"), "extraSpan" => ((twig_get_attribute($this->env, $this->source, // line 46
$context["record"], "timevalue", [], "array", true, true, false, 46)) ? ((($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4 = // line 47
$context["record"]) && is_array($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4) || $__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4 instanceof ArrayAccess ? ($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4["timevalue"] ?? null) : null)) : (_gettext("During current session")))]]]));
// line 51
echo " <span class=\"query\">";
echo twig_escape_filter($this->env, (($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666 = $context["record"]) && is_array($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666) || $__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666 instanceof ArrayAccess ? ($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666["sqlquery"] ?? null) : null), "html", null, true);
echo "</span>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['record'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 54
echo " ";
}
// line 55
echo " </div><!-- console_message_container -->
<div class=\"query_input\">
<span class=\"console_query_input\"></span>
</div>
</div><!-- message end -->
";
// line 61
echo " <div class=\"mid_layer\"></div>
";
// line 63
echo " <div class=\"card\" id=\"debug_console\">
";
// line 64
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 64)->display(twig_to_array(["parent_div_classes" => "", "content_array" => [0 => [0 => "button order order_asc", 1 => _gettext("ascending")], 1 => [0 => "button order order_desc", 1 => _gettext("descending")], 2 => [0 => "text", 1 => _gettext("Order:")], 3 => [0 => "switch_button", 1 => _gettext("Debug SQL")], 4 => [0 => "button order_by sort_count", 1 => _gettext("Count")], 5 => [0 => "button order_by sort_exec", 1 => _gettext("Execution order")], 6 => [0 => "button order_by sort_time", 1 => _gettext("Time taken")], 7 => [0 => "text", 1 => _gettext("Order by:")], 8 => [0 => "button group_queries", 1 => _gettext("Group queries")], 9 => [0 => "button ungroup_queries", 1 => _gettext("Ungroup queries")]]]));
// line 79
echo " <div class=\"content debug\">
<div class=\"message welcome\"></div>
<div class=\"debugLog\"></div>
</div> <!-- Content -->
<div class=\"templates\">
";
// line 84
$this->loadTemplate("console/query_action.twig", "console/display.twig", 84)->display(twig_to_array(["parent_div_classes" => "debug_query action_content", "content_array" => [0 => [0 => "action collapse", 1 => _gettext("Collapse")], 1 => [0 => "action expand", 1 => _gettext("Expand")], 2 => [0 => "action dbg_show_trace", 1 => _gettext("Show trace")], 3 => [0 => "action dbg_hide_trace", 1 => _gettext("Hide trace")], 4 => [0 => "text count hide", 1 => _gettext("Count")], 5 => [0 => "text time", 1 => _gettext("Time taken")]]]));
// line 95
echo " </div> <!-- Template -->
</div> <!-- Debug SQL card -->
";
// line 97
if (($context["cfg_bookmark"] ?? null)) {
// line 98
echo " <div class=\"card\" id=\"pma_bookmarks\">
";
// line 99
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 99)->display(twig_to_array(["parent_div_classes" => "", "content_array" => [0 => [0 => "switch_button", 1 => _gettext("Bookmarks")], 1 => [0 => "button refresh", 1 => _gettext("Refresh")], 2 => [0 => "button add", 1 => _gettext("Add")]]]));
// line 107
echo " <div class=\"content bookmark\">
";
// line 108
echo ($context["bookmark_content"] ?? null);
echo "
</div>
<div class=\"mid_layer\"></div>
<div class=\"card add\">
";
// line 112
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 112)->display(twig_to_array(["parent_div_classes" => "", "content_array" => [0 => [0 => "switch_button", 1 => _gettext("Add bookmark")]]]));
// line 118
echo " <div class=\"content add_bookmark\">
<div class=\"options\">
<label>
";
// line 121
echo _gettext("Label");
echo ": <input type=\"text\" name=\"label\">
</label>
<label>
";
// line 124
echo _gettext("Target database");
echo ": <input type=\"text\" name=\"targetdb\">
</label>
<label>
<input type=\"checkbox\" name=\"shared\">";
// line 127
echo _gettext("Share this bookmark");
// line 128
echo " </label>
<button class=\"btn btn-primary\" type=\"submit\" name=\"submit\">";
// line 129
echo _gettext("OK");
echo "</button>
</div> <!-- options -->
<div class=\"query_input\">
<span class=\"bookmark_add_input\"></span>
</div>
</div>
</div> <!-- Add bookmark card -->
</div> <!-- Bookmarks card -->
";
}
// line 138
echo " ";
// line 139
echo " <div class=\"card\" id=\"pma_console_options\">
";
// line 140
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 140)->display(twig_to_array(["parent_div_classes" => "", "content_array" => [0 => [0 => "switch_button", 1 => _gettext("Options")], 1 => [0 => "button default", 1 => _gettext("Set default")]]]));
// line 147
echo " <div class=\"content\">
<label>
<input type=\"checkbox\" name=\"always_expand\">";
// line 149
echo _gettext("Always expand query messages");
// line 150
echo " </label>
<br>
<label>
<input type=\"checkbox\" name=\"start_history\">";
// line 153
echo _gettext("Show query history at start");
// line 154
echo " </label>
<br>
<label>
<input type=\"checkbox\" name=\"current_query\">";
// line 157
echo _gettext("Show current browsing query");
// line 158
echo " </label>
<br>
<label>
<input type=\"checkbox\" name=\"enter_executes\">
";
// line 162
echo _gettext("Execute queries on Enter and insert new line with Shift + Enter. To make this permanent, view settings.");
// line 165
echo " </label>
<br>
<label>
<input type=\"checkbox\" name=\"dark_theme\">";
// line 168
echo _gettext("Switch to dark theme");
// line 169
echo " </label>
<br>
</div>
</div> <!-- Options card -->
<div class=\"templates\">
";
// line 175
echo " ";
$this->loadTemplate("console/query_action.twig", "console/display.twig", 175)->display(twig_to_array(["parent_div_classes" => "query_actions", "content_array" => [0 => [0 => "action collapse", 1 => _gettext("Collapse")], 1 => [0 => "action expand", 1 => _gettext("Expand")], 2 => [0 => "action requery", 1 => _gettext("Requery")], 3 => [0 => "action edit", 1 => _gettext("Edit")], 4 => [0 => "action explain", 1 => _gettext("Explain")], 5 => [0 => "action profiling", 1 => _gettext("Profiling")], 6 => (( // line 184
array_key_exists("cfg_bookmark", $context)) ? ([0 => "action bookmark", 1 => _gettext("Bookmark")]) : (null)), 7 => [0 => "text failed", 1 => _gettext("Query failed")], 8 => [0 => "text targetdb", 1 => _gettext("Database"), "extraSpan" => ""], 9 => [0 => "text query_time", 1 => _gettext("Queried time"), "extraSpan" => ""]]]));
// line 190
echo " </div>
</div> <!-- #console end -->
</div> <!-- #console_container end -->
";
}
public function getTemplateName()
{
return "console/display.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 238 => 190, 236 => 184, 234 => 175, 227 => 169, 225 => 168, 220 => 165, 218 => 162, 212 => 158, 210 => 157, 205 => 154, 203 => 153, 198 => 150, 196 => 149, 192 => 147, 190 => 140, 187 => 139, 185 => 138, 173 => 129, 170 => 128, 168 => 127, 162 => 124, 156 => 121, 151 => 118, 149 => 112, 142 => 108, 139 => 107, 137 => 99, 134 => 98, 132 => 97, 128 => 95, 126 => 84, 119 => 79, 117 => 64, 114 => 63, 111 => 61, 104 => 55, 101 => 54, 91 => 51, 89 => 47, 88 => 46, 87 => 42, 86 => 40, 85 => 31, 79 => 30, 75 => 29, 73 => 28, 68 => 27, 66 => 26, 62 => 24, 60 => 23, 56 => 21, 54 => 20, 48 => 16, 46 => 15, 44 => 11, 43 => 7, 41 => 4, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "console/display.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/console/display.twig");
}
}

View File

@ -0,0 +1,89 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* config/form_display/fieldset_bottom.twig */
class __TwigTemplate_1aa4dbb87ac709efc744af3a35b6a22d6f35fed28fec8a069ba211a3b667938a extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
$context["colspan"] = 2;
// line 2
if (($context["is_setup"] ?? null)) {
// line 3
echo " ";
$context["colspan"] = (($context["colspan"] ?? null) + 1);
}
// line 5
if (($context["show_buttons"] ?? null)) {
// line 6
echo " <tr>
<td colspan=\"";
// line 7
echo twig_escape_filter($this->env, ($context["colspan"] ?? null), "html", null, true);
echo "\" class=\"lastrow\">
<input class=\"btn btn-primary green\" type=\"submit\" name=\"submit_save\" value=\"";
// line 8
echo _gettext("Apply");
echo "\">
<input class=\"btn btn-secondary\" type=\"button\" name=\"submit_reset\" value=\"";
// line 9
echo _gettext("Reset");
echo "\">
</td>
</tr>
";
}
// line 13
echo "</table>
</fieldset>
";
}
public function getTemplateName()
{
return "config/form_display/fieldset_bottom.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 65 => 13, 58 => 9, 54 => 8, 50 => 7, 47 => 6, 45 => 5, 41 => 3, 39 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "config/form_display/fieldset_bottom.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/config/form_display/fieldset_bottom.twig");
}
}

View File

@ -0,0 +1,64 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* display/results/empty_display.twig */
class __TwigTemplate_875f6e674eac4e513a0b8eb2fb8d4ffbee6dbb04884c99e5f80e65317e2cf4c9 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<td ";
echo twig_escape_filter($this->env, ($context["align"] ?? null), "html", null, true);
echo " class=\"";
echo twig_escape_filter($this->env, ($context["classes"] ?? null), "html", null, true);
echo "\"></td>
";
}
public function getTemplateName()
{
return "display/results/empty_display.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "display/results/empty_display.twig", "E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\pma\\templates\\display\\results\\empty_display.twig");
}
}

View File

@ -0,0 +1,179 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* menu/breadcrumbs.twig */
class __TwigTemplate_aa48f8f7e0848e06c09668f220a5c8933df1791be96c23dcf76bbcafe121b722 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<div id=\"floating_menubar\"></div>
<nav id=\"server-breadcrumb\" aria-label=\"breadcrumb\">
<ol class=\"breadcrumb\">
<li class=\"breadcrumb-item\">
";
// line 5
echo ((PhpMyAdmin\Util::showIcons("TabsMode")) ? (\PhpMyAdmin\Html\Generator::getImage("s_host")) : (""));
echo "
<a href=\"";
// line 6
echo PhpMyAdmin\Url::getFromRoute(twig_get_attribute($this->env, $this->source, ($context["server"] ?? null), "url", [], "any", false, false, false, 6));
echo "\" data-raw-text=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["server"] ?? null), "name", [], "any", false, false, false, 6), "html", null, true);
echo "\">
";
// line 7
if (PhpMyAdmin\Util::showText("TabsMode")) {
echo _gettext("Server:");
}
// line 8
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["server"] ?? null), "name", [], "any", false, false, false, 8), "html", null, true);
echo "
</a>
</li>
";
// line 12
if ( !twig_test_empty(($context["database"] ?? null))) {
// line 13
echo " <li class=\"breadcrumb-item\">
";
// line 14
echo ((PhpMyAdmin\Util::showIcons("TabsMode")) ? (\PhpMyAdmin\Html\Generator::getImage("s_db")) : (""));
echo "
<a href=\"";
// line 15
echo PhpMyAdmin\Url::getFromRoute(twig_get_attribute($this->env, $this->source, ($context["database"] ?? null), "url", [], "any", false, false, false, 15), ["db" => twig_get_attribute($this->env, $this->source, ($context["database"] ?? null), "name", [], "any", false, false, false, 15)]);
echo "\" data-raw-text=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database"] ?? null), "name", [], "any", false, false, false, 15), "html", null, true);
echo "\">
";
// line 16
if (PhpMyAdmin\Util::showText("TabsMode")) {
echo _gettext("Database:");
}
// line 17
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database"] ?? null), "name", [], "any", false, false, false, 17), "html", null, true);
echo "
</a>
</li>
";
// line 21
if ( !twig_test_empty(($context["table"] ?? null))) {
// line 22
echo " <li class=\"breadcrumb-item\">
";
// line 23
echo ((PhpMyAdmin\Util::showIcons("TabsMode")) ? (\PhpMyAdmin\Html\Generator::getImage(((twig_get_attribute($this->env, $this->source, ($context["table"] ?? null), "is_view", [], "any", false, false, false, 23)) ? ("b_views") : ("s_tbl")))) : (""));
echo "
<a href=\"";
// line 24
echo PhpMyAdmin\Url::getFromRoute(twig_get_attribute($this->env, $this->source, ($context["table"] ?? null), "url", [], "any", false, false, false, 24), ["db" => twig_get_attribute($this->env, $this->source, ($context["database"] ?? null), "name", [], "any", false, false, false, 24), "table" => twig_get_attribute($this->env, $this->source, ($context["table"] ?? null), "name", [], "any", false, false, false, 24)]);
echo "\" data-raw-text=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["table"] ?? null), "name", [], "any", false, false, false, 24), "html", null, true);
echo "\">
";
// line 25
if (PhpMyAdmin\Util::showText("TabsMode")) {
// line 26
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["table"] ?? null), "is_view", [], "any", false, false, false, 26)) {
// line 27
echo " ";
echo _gettext("View:");
// line 28
echo " ";
} else {
// line 29
echo " ";
echo _gettext("Table:");
// line 30
echo " ";
}
// line 31
echo " ";
}
// line 32
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["table"] ?? null), "name", [], "any", false, false, false, 32), "html", null, true);
echo "
</a>
</li>
";
// line 36
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["table"] ?? null), "comment", [], "any", false, false, false, 36))) {
// line 37
echo " <span class=\"breadcrumb-comment\">“";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["table"] ?? null), "comment", [], "any", false, false, false, 37), "html", null, true);
echo "”</span>
";
}
// line 39
echo " ";
} elseif ( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["database"] ?? null), "comment", [], "any", false, false, false, 39))) {
// line 40
echo " <span class=\"breadcrumb-comment\">“";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database"] ?? null), "comment", [], "any", false, false, false, 40), "html", null, true);
echo "”</span>
";
}
// line 42
echo " ";
}
// line 43
echo " </ol>
</nav>
";
}
public function getTemplateName()
{
return "menu/breadcrumbs.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 155 => 43, 152 => 42, 146 => 40, 143 => 39, 137 => 37, 135 => 36, 127 => 32, 124 => 31, 121 => 30, 118 => 29, 115 => 28, 112 => 27, 109 => 26, 107 => 25, 101 => 24, 97 => 23, 94 => 22, 92 => 21, 84 => 17, 80 => 16, 74 => 15, 70 => 14, 67 => 13, 65 => 12, 57 => 8, 53 => 7, 47 => 6, 43 => 5, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "menu/breadcrumbs.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/menu/breadcrumbs.twig");
}
}

View File

@ -0,0 +1,83 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* display/results/comment_for_row.twig */
class __TwigTemplate_5422cf075d06e3737e04690f06ce25c6323be1873d89e11c3ae2c6191e63b537 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
if ((twig_get_attribute($this->env, $this->source, ($context["comments_map"] ?? null), twig_get_attribute($this->env, $this->source, ($context["fields_meta"] ?? null), "table", [], "any", false, false, false, 1), [], "array", true, true, false, 1) && twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 2
($context["comments_map"] ?? null), twig_get_attribute($this->env, $this->source, ($context["fields_meta"] ?? null), "table", [], "any", false, false, false, 2), [], "array", false, true, false, 2), twig_get_attribute($this->env, $this->source, ($context["fields_meta"] ?? null), "name", [], "any", false, false, false, 2), [], "array", true, true, false, 2))) {
// line 3
echo " <br><span class=\"tblcomment\" title=\"";
echo twig_escape_filter($this->env, (($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = (($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 = ($context["comments_map"] ?? null)) && is_array($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144) || $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 instanceof ArrayAccess ? ($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144[twig_get_attribute($this->env, $this->source, ($context["fields_meta"] ?? null), "table", [], "any", false, false, false, 3)] ?? null) : null)) && is_array($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4) || $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 instanceof ArrayAccess ? ($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4[twig_get_attribute($this->env, $this->source, ($context["fields_meta"] ?? null), "name", [], "any", false, false, false, 3)] ?? null) : null), "html", null, true);
echo "\">
";
// line 4
if ((twig_length_filter($this->env, (($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b = (($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 = ($context["comments_map"] ?? null)) && is_array($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002) || $__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 instanceof ArrayAccess ? ($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002[twig_get_attribute($this->env, $this->source, ($context["fields_meta"] ?? null), "table", [], "any", false, false, false, 4)] ?? null) : null)) && is_array($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b) || $__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b instanceof ArrayAccess ? ($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b[twig_get_attribute($this->env, $this->source, ($context["fields_meta"] ?? null), "name", [], "any", false, false, false, 4)] ?? null) : null)) > ($context["limit_chars"] ?? null))) {
// line 5
echo " ";
echo twig_escape_filter($this->env, twig_slice($this->env, (($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4 = (($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666 = ($context["comments_map"] ?? null)) && is_array($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666) || $__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666 instanceof ArrayAccess ? ($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666[twig_get_attribute($this->env, $this->source, ($context["fields_meta"] ?? null), "table", [], "any", false, false, false, 5)] ?? null) : null)) && is_array($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4) || $__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4 instanceof ArrayAccess ? ($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4[twig_get_attribute($this->env, $this->source, ($context["fields_meta"] ?? null), "name", [], "any", false, false, false, 5)] ?? null) : null), 0, ($context["limit_chars"] ?? null)), "html", null, true);
echo "
";
} else {
// line 7
echo " ";
echo twig_escape_filter($this->env, (($__internal_01c35b74bd85735098add188b3f8372ba465b232ab8298cb582c60f493d3c22e = (($__internal_63ad1f9a2bf4db4af64b010785e9665558fdcac0e8db8b5b413ed986c62dbb52 = ($context["comments_map"] ?? null)) && is_array($__internal_63ad1f9a2bf4db4af64b010785e9665558fdcac0e8db8b5b413ed986c62dbb52) || $__internal_63ad1f9a2bf4db4af64b010785e9665558fdcac0e8db8b5b413ed986c62dbb52 instanceof ArrayAccess ? ($__internal_63ad1f9a2bf4db4af64b010785e9665558fdcac0e8db8b5b413ed986c62dbb52[twig_get_attribute($this->env, $this->source, ($context["fields_meta"] ?? null), "table", [], "any", false, false, false, 7)] ?? null) : null)) && is_array($__internal_01c35b74bd85735098add188b3f8372ba465b232ab8298cb582c60f493d3c22e) || $__internal_01c35b74bd85735098add188b3f8372ba465b232ab8298cb582c60f493d3c22e instanceof ArrayAccess ? ($__internal_01c35b74bd85735098add188b3f8372ba465b232ab8298cb582c60f493d3c22e[twig_get_attribute($this->env, $this->source, ($context["fields_meta"] ?? null), "name", [], "any", false, false, false, 7)] ?? null) : null), "html", null, true);
echo "
";
}
// line 9
echo " </span>
";
}
}
public function getTemplateName()
{
return "display/results/comment_for_row.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 59 => 9, 53 => 7, 47 => 5, 45 => 4, 40 => 3, 38 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "display/results/comment_for_row.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/display/results/comment_for_row.twig");
}
}

View File

@ -0,0 +1,179 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* menu/breadcrumbs.twig */
class __TwigTemplate_de1a4717b7266f2893973eb2baa311566d05fd169bdc104bc11a5bbfa911ae15 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<div id=\"floating_menubar\"></div>
<nav id=\"server-breadcrumb\" aria-label=\"breadcrumb\">
<ol class=\"breadcrumb\">
<li class=\"breadcrumb-item\">
";
// line 5
echo ((PhpMyAdmin\Util::showIcons("TabsMode")) ? (\PhpMyAdmin\Html\Generator::getImage("s_host")) : (""));
echo "
<a href=\"";
// line 6
echo PhpMyAdmin\Url::getFromRoute(twig_get_attribute($this->env, $this->source, ($context["server"] ?? null), "url", [], "any", false, false, false, 6));
echo "\" data-raw-text=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["server"] ?? null), "name", [], "any", false, false, false, 6), "html", null, true);
echo "\">
";
// line 7
if (PhpMyAdmin\Util::showText("TabsMode")) {
echo _gettext("Server:");
}
// line 8
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["server"] ?? null), "name", [], "any", false, false, false, 8), "html", null, true);
echo "
</a>
</li>
";
// line 12
if ( !twig_test_empty(($context["database"] ?? null))) {
// line 13
echo " <li class=\"breadcrumb-item\">
";
// line 14
echo ((PhpMyAdmin\Util::showIcons("TabsMode")) ? (\PhpMyAdmin\Html\Generator::getImage("s_db")) : (""));
echo "
<a href=\"";
// line 15
echo PhpMyAdmin\Url::getFromRoute(twig_get_attribute($this->env, $this->source, ($context["database"] ?? null), "url", [], "any", false, false, false, 15), ["db" => twig_get_attribute($this->env, $this->source, ($context["database"] ?? null), "name", [], "any", false, false, false, 15)]);
echo "\" data-raw-text=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database"] ?? null), "name", [], "any", false, false, false, 15), "html", null, true);
echo "\">
";
// line 16
if (PhpMyAdmin\Util::showText("TabsMode")) {
echo _gettext("Database:");
}
// line 17
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database"] ?? null), "name", [], "any", false, false, false, 17), "html", null, true);
echo "
</a>
</li>
";
// line 21
if ( !twig_test_empty(($context["table"] ?? null))) {
// line 22
echo " <li class=\"breadcrumb-item\">
";
// line 23
echo ((PhpMyAdmin\Util::showIcons("TabsMode")) ? (\PhpMyAdmin\Html\Generator::getImage(((twig_get_attribute($this->env, $this->source, ($context["table"] ?? null), "is_view", [], "any", false, false, false, 23)) ? ("b_views") : ("s_tbl")))) : (""));
echo "
<a href=\"";
// line 24
echo PhpMyAdmin\Url::getFromRoute(twig_get_attribute($this->env, $this->source, ($context["table"] ?? null), "url", [], "any", false, false, false, 24), ["db" => twig_get_attribute($this->env, $this->source, ($context["database"] ?? null), "name", [], "any", false, false, false, 24), "table" => twig_get_attribute($this->env, $this->source, ($context["table"] ?? null), "name", [], "any", false, false, false, 24)]);
echo "\" data-raw-text=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["table"] ?? null), "name", [], "any", false, false, false, 24), "html", null, true);
echo "\">
";
// line 25
if (PhpMyAdmin\Util::showText("TabsMode")) {
// line 26
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["table"] ?? null), "is_view", [], "any", false, false, false, 26)) {
// line 27
echo " ";
echo _gettext("View:");
// line 28
echo " ";
} else {
// line 29
echo " ";
echo _gettext("Table:");
// line 30
echo " ";
}
// line 31
echo " ";
}
// line 32
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["table"] ?? null), "name", [], "any", false, false, false, 32), "html", null, true);
echo "
</a>
</li>
";
// line 36
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["table"] ?? null), "comment", [], "any", false, false, false, 36))) {
// line 37
echo " <span class=\"breadcrumb-comment\">“";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["table"] ?? null), "comment", [], "any", false, false, false, 37), "html", null, true);
echo "”</span>
";
}
// line 39
echo " ";
} elseif ( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["database"] ?? null), "comment", [], "any", false, false, false, 39))) {
// line 40
echo " <span class=\"breadcrumb-comment\">“";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database"] ?? null), "comment", [], "any", false, false, false, 40), "html", null, true);
echo "”</span>
";
}
// line 42
echo " ";
}
// line 43
echo " </ol>
</nav>
";
}
public function getTemplateName()
{
return "menu/breadcrumbs.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 155 => 43, 152 => 42, 146 => 40, 143 => 39, 137 => 37, 135 => 36, 127 => 32, 124 => 31, 121 => 30, 118 => 29, 115 => 28, 112 => 27, 109 => 26, 107 => 25, 101 => 24, 97 => 23, 94 => 22, 92 => 21, 84 => 17, 80 => 16, 74 => 15, 70 => 14, 67 => 13, 65 => 12, 57 => 8, 53 => 7, 47 => 6, 43 => 5, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "menu/breadcrumbs.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/menu/breadcrumbs.twig");
}
}

View File

@ -0,0 +1,110 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* top_menu.twig */
class __TwigTemplate_1aa1249dea490e44f4c011e75cd399ba7c65a836f87e903b0574fa8ef23da10c extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<div id=\"topmenucontainer\" class=\"menucontainer\">
<nav class=\"navbar navbar-expand-lg navbar-light bg-light\">
<button class=\"navbar-toggler\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarNav\" aria-label=\"";
// line 4
// l10n: Show or hide the menu using the hamburger style button
echo _gettext("Toggle navigation");
echo "\" aria-controls=\"navbarNav\" aria-expanded=\"false\">
<span class=\"navbar-toggler-icon\"></span>
</button>
<div class=\"collapse navbar-collapse\" id=\"navbarNav\">
<ul id=\"topmenu\" class=\"navbar-nav\">
";
// line 9
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["tabs"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["tab"]) {
// line 10
echo " <li class=\"nav-item";
echo ((twig_get_attribute($this->env, $this->source, $context["tab"], "active", [], "any", false, false, false, 10)) ? (" active") : (""));
echo "\">
<a class=\"nav-link text-nowrap\" href=\"";
// line 11
echo PhpMyAdmin\Url::getFromRoute(twig_get_attribute($this->env, $this->source, $context["tab"], "route", [], "any", false, false, false, 11), twig_array_merge(($context["url_params"] ?? null), (((twig_get_attribute($this->env, $this->source, $context["tab"], "args", [], "any", true, true, false, 11) && !(null === twig_get_attribute($this->env, $this->source, $context["tab"], "args", [], "any", false, false, false, 11)))) ? (twig_get_attribute($this->env, $this->source, $context["tab"], "args", [], "any", false, false, false, 11)) : ([]))));
echo "\">
";
// line 12
echo \PhpMyAdmin\Html\Generator::getIcon(twig_get_attribute($this->env, $this->source, $context["tab"], "icon", [], "any", false, false, false, 12), twig_get_attribute($this->env, $this->source, $context["tab"], "text", [], "any", false, false, false, 12), false, true, "TabsMode");
echo "
";
// line 13
if (twig_get_attribute($this->env, $this->source, $context["tab"], "active", [], "any", false, false, false, 13)) {
// line 14
echo " <span class=\"sr-only\">";
// l10n: Current page
echo _gettext("(current)");
echo "</span>
";
}
// line 16
echo " </a>
</li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['tab'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 19
echo " </ul>
</div>
</nav>
</div>
";
}
public function getTemplateName()
{
return "top_menu.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 84 => 19, 76 => 16, 69 => 14, 67 => 13, 63 => 12, 59 => 11, 54 => 10, 50 => 9, 41 => 4, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "top_menu.twig", "E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\pma\\templates\\top_menu.twig");
}
}

View File

@ -0,0 +1,99 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* console/query_action.twig */
class __TwigTemplate_e2939e34fa59a477a422d1e66a3171306450148c6501168a6b1a8c38538f6431 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<div class=\"";
echo twig_escape_filter($this->env, ($context["parent_div_classes"] ?? null), "html", null, true);
echo "\">
";
// line 2
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["content_array"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["content"]) {
// line 3
echo " ";
if (array_key_exists("content", $context)) {
// line 4
echo " <span class=\"";
echo twig_escape_filter($this->env, (($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = $context["content"]) && is_array($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4) || $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 instanceof ArrayAccess ? ($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4[0] ?? null) : null), "html", null, true);
echo "\">
";
// line 5
echo twig_escape_filter($this->env, (($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 = $context["content"]) && is_array($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144) || $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 instanceof ArrayAccess ? ($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144[1] ?? null) : null), "html", null, true);
echo "
";
// line 6
if (twig_get_attribute($this->env, $this->source, $context["content"], "extraSpan", [], "array", true, true, false, 6)) {
// line 7
echo " : <span>";
echo twig_escape_filter($this->env, (($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b = $context["content"]) && is_array($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b) || $__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b instanceof ArrayAccess ? ($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b["extraSpan"] ?? null) : null), "html", null, true);
echo "</span>
";
}
// line 9
echo " </span>
";
}
// line 11
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['content'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 12
echo "</div>
";
}
public function getTemplateName()
{
return "console/query_action.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 76 => 12, 70 => 11, 66 => 9, 60 => 7, 58 => 6, 54 => 5, 49 => 4, 46 => 3, 42 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "console/query_action.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/console/query_action.twig");
}
}

View File

@ -0,0 +1,482 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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/index_form.twig */
class __TwigTemplate_eb36efe3423c585437b7398fdceb29ddf6bb671c6a4ffb0f9f5846958d5f5466 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<form action=\"";
echo PhpMyAdmin\Url::getFromRoute("/table/indexes");
echo "\"
method=\"post\"
name=\"index_frm\"
id=\"index_frm\"
class=\"ajax\">
";
// line 7
echo PhpMyAdmin\Url::getHiddenInputs(($context["form_params"] ?? null));
echo "
<fieldset id=\"index_edit_fields\">
<div class=\"index_info\">
<div>
<div class=\"label\">
<strong>
<label for=\"input_index_name\">
";
// line 15
echo _gettext("Index name:");
// line 16
echo " ";
echo \PhpMyAdmin\Html\Generator::showHint(_gettext("\"PRIMARY\" <b>must</b> be the name of and <b>only of</b> a primary key!"));
echo "
</label>
</strong>
</div>
<input type=\"text\"
name=\"index[Key_name]\"
id=\"input_index_name\"
size=\"25\"
maxlength=\"64\"
value=\"";
// line 26
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getName", [], "method", false, false, false, 26), "html", null, true);
echo "\"
onfocus=\"this.select()\">
</div>
<div>
<div class=\"label\">
<strong>
<label for=\"select_index_choice\">
";
// line 34
echo _gettext("Index choice:");
// line 35
echo " ";
echo \PhpMyAdmin\Html\MySQLDocumentation::show("ALTER_TABLE");
echo "
</label>
</strong>
</div>
<select name=\"index[Index_choice]\" id=\"select_index_choice\"";
// line 40
echo ((($context["create_edit_table"] ?? null)) ? (" disabled") : (""));
echo ">
";
// line 41
if (((twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getChoice", [], "method", false, false, false, 41) == "PRIMARY") || !twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "hasPrimary", [], "method", false, false, false, 41))) {
// line 42
echo " <option value=\"PRIMARY\"";
echo (((twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getChoice", [], "method", false, false, false, 42) == "PRIMARY")) ? (" selected") : (""));
echo ">PRIMARY</option>
";
}
// line 44
echo " <option value=\"INDEX\"";
echo (((twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getChoice", [], "method", false, false, false, 44) == "INDEX")) ? (" selected") : (""));
echo ">INDEX</option>
<option value=\"UNIQUE\"";
// line 45
echo (((twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getChoice", [], "method", false, false, false, 45) == "UNIQUE")) ? (" selected") : (""));
echo ">UNIQUE</option>
<option value=\"SPATIAL\"";
// line 46
echo (((twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getChoice", [], "method", false, false, false, 46) == "SPATIAL")) ? (" selected") : (""));
echo ">SPATIAL</option>
<option value=\"FULLTEXT\"";
// line 47
echo (((twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getChoice", [], "method", false, false, false, 47) == "FULLTEXT")) ? (" selected") : (""));
echo ">FULLTEXT</option>
</select>
</div>
<div id=\"indexoptions\"";
// line 51
if ((($context["default_sliders_state"] ?? null) != "disabled")) {
// line 52
echo (((($context["default_sliders_state"] ?? null) == "closed")) ? (" style=\"display: none; overflow:auto;\"") : (""));
echo " class=\"pma_auto_slider\" title=\"";
echo _gettext("Advanced options");
echo "\"";
}
// line 53
echo ">
<div>
<div class=\"label\">
<strong>
<label for=\"input_key_block_size\">
";
// line 59
echo _gettext("Key block size:");
// line 60
echo " </label>
</strong>
</div>
<input type=\"text\"
name=\"index[Key_block_size]\"
id=\"input_key_block_size\"
size=\"30\"
value=\"";
// line 68
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getKeyBlockSize", [], "method", false, false, false, 68), "html", null, true);
echo "\">
</div>
<div>
<div class=\"label\">
<strong>
<label for=\"select_index_type\">
";
// line 76
echo _gettext("Index type:");
// line 77
echo " ";
echo \PhpMyAdmin\Html\MySQLDocumentation::show("ALTER_TABLE");
echo "
</label>
</strong>
</div>
<select name=\"index[Index_type]\" id=\"select_index_type\">
";
// line 83
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable([0 => "", 1 => "BTREE", 2 => "HASH"]);
foreach ($context['_seq'] as $context["_key"] => $context["index_type"]) {
// line 84
echo " <option value=\"";
echo twig_escape_filter($this->env, $context["index_type"], "html", null, true);
echo "\"";
echo (((twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getType", [], "method", false, false, false, 84) == $context["index_type"])) ? (" selected") : (""));
echo ">";
echo twig_escape_filter($this->env, $context["index_type"], "html", null, true);
echo "</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['index_type'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 86
echo " </select>
</div>
<div>
<div class=\"label\">
<strong>
<label for=\"input_parser\">
";
// line 93
echo _gettext("Parser:");
// line 94
echo " </label>
</strong>
</div>
<input type=\"text\"
name=\"index[Parser]\"
id=\"input_parse\"
size=\"30\"
value=\"";
// line 102
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getParser", [], "method", false, false, false, 102), "html", null, true);
echo "\">
</div>
<div>
<div class=\"label\">
<strong>
<label for=\"input_index_comment\">
";
// line 109
echo _gettext("Comment:");
// line 110
echo " </label>
</strong>
</div>
<input type=\"text\"
name=\"index[Index_comment]\"
id=\"input_index_comment\"
size=\"30\"
maxlength=\"1024\"
value=\"";
// line 119
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getComment", [], "method", false, false, false, 119), "html", null, true);
echo "\">
</div>
</div>
<!-- end of indexoptions div -->
<div class=\"clearfloat\"></div>
<table class=\"pma-table\" id=\"index_columns\">
<thead>
<tr>
<th></th>
<th>
";
// line 131
echo _gettext("Column");
// line 132
echo " </th>
<th>
";
// line 134
echo _gettext("Size");
// line 135
echo " </th>
</tr>
</thead>
";
// line 138
$context["spatial_types"] = [0 => "geometry", 1 => "point", 2 => "linestring", 3 => "polygon", 4 => "multipoint", 5 => "multilinestring", 6 => "multipolygon", 7 => "geomtrycollection"];
// line 148
echo " <tbody>
";
// line 149
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getColumns", [], "method", false, false, false, 149));
foreach ($context['_seq'] as $context["_key"] => $context["column"]) {
// line 150
echo " <tr class=\"noclick\">
<td>
<span class=\"drag_icon\" title=\"";
// line 152
echo _gettext("Drag to reorder");
echo "\"></span>
</td>
<td>
<select name=\"index[columns][names][]\">
<option value=\"\">
-- ";
// line 157
echo _gettext("Ignore");
echo " --
</option>
";
// line 159
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["fields"] ?? null));
foreach ($context['_seq'] as $context["field_name"] => $context["field_type"]) {
// line 160
echo " ";
if ((((twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getChoice", [], "method", false, false, false, 160) != "FULLTEXT") || preg_match("/(char|text)/i", // line 161
$context["field_type"])) && ((twig_get_attribute($this->env, $this->source, // line 162
($context["index"] ?? null), "getChoice", [], "method", false, false, false, 162) != "SPATIAL") || twig_in_filter( // line 163
$context["field_type"], ($context["spatial_types"] ?? null))))) {
// line 164
echo "
<option value=\"";
// line 165
echo twig_escape_filter($this->env, $context["field_name"], "html", null, true);
echo "\"";
// line 166
if (($context["field_name"] == twig_get_attribute($this->env, $this->source, $context["column"], "getName", [], "method", false, false, false, 166))) {
// line 167
echo " selected=\"selected\"";
}
// line 168
echo ">
";
// line 169
echo twig_escape_filter($this->env, $context["field_name"], "html", null, true);
echo " [";
echo twig_escape_filter($this->env, $context["field_type"], "html", null, true);
echo "]
</option>
";
}
// line 172
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['field_name'], $context['field_type'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 173
echo " </select>
</td>
<td>
<input type=\"text\"
size=\"5\"
onfocus=\"this.select()\"
name=\"index[columns][sub_parts][]\"
value=\"";
// line 181
(((twig_get_attribute($this->env, $this->source, // line 180
($context["index"] ?? null), "getChoice", [], "method", false, false, false, 180) != "SPATIAL")) ? (print (twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, // line 181
$context["column"], "getSubPart", [], "method", false, false, false, 181), "html", null, true))) : (print ("")));
echo "\">
</td>
</tr>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['column'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 185
echo " ";
if ((($context["add_fields"] ?? null) > 0)) {
// line 186
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(range(1, ($context["add_fields"] ?? null)));
foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
// line 187
echo " <tr class=\"noclick\">
<td>
<span class=\"drag_icon\" title=\"";
// line 189
echo _gettext("Drag to reorder");
echo "\"></span>
</td>
<td>
<select name=\"index[columns][names][]\">
<option value=\"\">-- ";
// line 193
echo _gettext("Ignore");
echo " --</option>
";
// line 194
$context["j"] = 0;
// line 195
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["fields"] ?? null));
foreach ($context['_seq'] as $context["field_name"] => $context["field_type"]) {
// line 196
echo " ";
if (($context["create_edit_table"] ?? null)) {
// line 197
echo " ";
$context["col_index"] = (($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = $context["field_type"]) && is_array($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4) || $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 instanceof ArrayAccess ? ($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4[1] ?? null) : null);
// line 198
echo " ";
$context["field_type"] = (($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 = $context["field_type"]) && is_array($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144) || $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 instanceof ArrayAccess ? ($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144[0] ?? null) : null);
// line 199
echo " ";
}
// line 200
echo " ";
$context["j"] = (($context["j"] ?? null) + 1);
// line 201
echo " <option value=\"";
echo twig_escape_filter($this->env, ((array_key_exists("col_index", $context)) ? ( // line 202
($context["col_index"] ?? null)) : ($context["field_name"])), "html", null, true);
echo "\"";
// line 203
echo (((($context["j"] ?? null) == $context["i"])) ? (" selected=\"selected\"") : (""));
echo ">
";
// line 204
echo twig_escape_filter($this->env, $context["field_name"], "html", null, true);
echo " [";
echo twig_escape_filter($this->env, $context["field_type"], "html", null, true);
echo "]
</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['field_name'], $context['field_type'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 207
echo " </select>
</td>
<td>
<input type=\"text\"
size=\"5\"
onfocus=\"this.select()\"
name=\"index[columns][sub_parts][]\"
value=\"\">
</td>
</tr>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 218
echo " ";
}
// line 219
echo " </tbody>
</table>
<div class=\"add_more\">
<div class=\"slider\"></div>
<div class=\"add_fields hide\">
<input class=\"btn btn-secondary\" type=\"submit\"
id=\"add_fields\"
value=\"";
// line 227
echo twig_escape_filter($this->env, sprintf(_gettext("Add %s column(s) to index"), 1), "html", null, true);
echo "\">
</div>
</div>
</div>
</fieldset>
<fieldset class=\"tblFooters\">
<button class=\"btn btn-secondary\" type=\"submit\" id=\"preview_index_frm\">";
// line 233
echo _gettext("Preview SQL");
echo "</button>
</fieldset>
</form>
";
}
public function getTemplateName()
{
return "table/index_form.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 456 => 233, 447 => 227, 437 => 219, 434 => 218, 418 => 207, 407 => 204, 403 => 203, 400 => 202, 398 => 201, 395 => 200, 392 => 199, 389 => 198, 386 => 197, 383 => 196, 378 => 195, 376 => 194, 372 => 193, 365 => 189, 361 => 187, 356 => 186, 353 => 185, 343 => 181, 342 => 180, 341 => 181, 332 => 173, 326 => 172, 318 => 169, 315 => 168, 312 => 167, 310 => 166, 307 => 165, 304 => 164, 302 => 163, 301 => 162, 300 => 161, 298 => 160, 294 => 159, 289 => 157, 281 => 152, 277 => 150, 273 => 149, 270 => 148, 268 => 138, 263 => 135, 261 => 134, 257 => 132, 255 => 131, 240 => 119, 229 => 110, 227 => 109, 217 => 102, 207 => 94, 205 => 93, 196 => 86, 183 => 84, 179 => 83, 169 => 77, 167 => 76, 156 => 68, 146 => 60, 144 => 59, 136 => 53, 130 => 52, 128 => 51, 121 => 47, 117 => 46, 113 => 45, 108 => 44, 102 => 42, 100 => 41, 96 => 40, 87 => 35, 85 => 34, 74 => 26, 60 => 16, 58 => 15, 47 => 7, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "table/index_form.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/table/index_form.twig");
}
}

View File

@ -0,0 +1,99 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* console/query_action.twig */
class __TwigTemplate_46cdd001e65f0603e1c827b3ae432c66e2f47ff9471eacd7403787c88bc6b4f5 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<div class=\"";
echo twig_escape_filter($this->env, ($context["parent_div_classes"] ?? null), "html", null, true);
echo "\">
";
// line 2
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["content_array"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["content"]) {
// line 3
echo " ";
if (array_key_exists("content", $context)) {
// line 4
echo " <span class=\"";
echo twig_escape_filter($this->env, (($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = $context["content"]) && is_array($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4) || $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 instanceof ArrayAccess ? ($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4[0] ?? null) : null), "html", null, true);
echo "\">
";
// line 5
echo twig_escape_filter($this->env, (($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 = $context["content"]) && is_array($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144) || $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 instanceof ArrayAccess ? ($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144[1] ?? null) : null), "html", null, true);
echo "
";
// line 6
if (twig_get_attribute($this->env, $this->source, $context["content"], "extraSpan", [], "array", true, true, false, 6)) {
// line 7
echo " : <span>";
echo twig_escape_filter($this->env, (($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b = $context["content"]) && is_array($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b) || $__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b instanceof ArrayAccess ? ($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b["extraSpan"] ?? null) : null), "html", null, true);
echo "</span>
";
}
// line 9
echo " </span>
";
}
// line 11
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['content'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 12
echo "</div>
";
}
public function getTemplateName()
{
return "console/query_action.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 76 => 12, 70 => 11, 66 => 9, 60 => 7, 58 => 6, 54 => 5, 49 => 4, 46 => 3, 42 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "console/query_action.twig", "E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\pma\\templates\\console\\query_action.twig");
}
}

View File

@ -0,0 +1,277 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* navigation/main.twig */
class __TwigTemplate_93791a36b14541ca0971177a4a8b7c7bf554e496c09215dad745811059c3a642 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
if ( !($context["is_ajax"] ?? null)) {
// line 2
echo " <div id=\"pma_navigation\" data-config-navigation-width=\"";
echo twig_escape_filter($this->env, ($context["config_navigation_width"] ?? null), "html", null, true);
echo "\">
<div id=\"pma_navigation_resizer\"></div>
<div id=\"pma_navigation_collapser\"></div>
<div id=\"pma_navigation_content\">
<div id=\"pma_navigation_header\">
";
// line 8
if (twig_get_attribute($this->env, $this->source, ($context["logo"] ?? null), "is_displayed", [], "any", false, false, false, 8)) {
// line 9
echo " <div id=\"pmalogo\">
";
// line 10
if (twig_get_attribute($this->env, $this->source, ($context["logo"] ?? null), "has_link", [], "any", false, false, false, 10)) {
// line 11
echo " <a href=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, ($context["logo"] ?? null), "link", [], "any", true, true, false, 11)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["logo"] ?? null), "link", [], "any", false, false, false, 11), "#")) : ("#")), "html", null, true);
echo "\"";
echo twig_get_attribute($this->env, $this->source, ($context["logo"] ?? null), "attributes", [], "any", false, false, false, 11);
echo ">
";
}
// line 13
echo " ";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["logo"] ?? null), "source", [], "any", false, false, false, 13))) {
// line 14
echo " <img id=\"imgpmalogo\" src=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["logo"] ?? null), "source", [], "any", false, false, false, 14), "html", null, true);
echo "\" alt=\"phpMyAdmin\">
";
} else {
// line 16
echo " <h1>phpMyAdmin</h1>
";
}
// line 18
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["logo"] ?? null), "has_link", [], "any", false, false, false, 18)) {
// line 19
echo " </a>
";
}
// line 21
echo " </div>
";
}
// line 23
echo "
<div id=\"navipanellinks\">
<a href=\"";
// line 25
echo PhpMyAdmin\Url::getFromRoute("/");
echo "\" title=\"";
echo _gettext("Home");
echo "\">";
// line 26
echo \PhpMyAdmin\Html\Generator::getImage("b_home", _gettext("Home"));
// line 27
echo "</a>
";
// line 29
if ((($context["server"] ?? null) != 0)) {
// line 30
echo " <a class=\"logout disableAjax\" href=\"";
echo PhpMyAdmin\Url::getFromRoute("/logout");
echo "\" title=\"";
echo twig_escape_filter($this->env, (((($context["auth_type"] ?? null) == "config")) ? (_gettext("Empty session data")) : (_gettext("Log out"))), "html", null, true);
echo "\">";
// line 31
echo \PhpMyAdmin\Html\Generator::getImage("s_loggoff", (((($context["auth_type"] ?? null) == "config")) ? (_gettext("Empty session data")) : (_gettext("Log out"))));
// line 32
echo "</a>
";
}
// line 34
echo "
<a href=\"";
// line 35
echo \PhpMyAdmin\Html\MySQLDocumentation::getDocumentationLink("index");
echo "\" title=\"";
echo _gettext("phpMyAdmin documentation");
echo "\" target=\"_blank\" rel=\"noopener noreferrer\">";
// line 36
echo \PhpMyAdmin\Html\Generator::getImage("b_docs", _gettext("phpMyAdmin documentation"));
// line 37
echo "</a>
<a href=\"";
// line 39
echo PhpMyAdmin\Util::getdocuURL(($context["is_mariadb"] ?? null));
echo "\" title=\"";
echo twig_escape_filter($this->env, ((($context["is_mariadb"] ?? null)) ? (_gettext("MariaDB Documentation")) : (_gettext("MySQL Documentation"))), "html", null, true);
echo "\" target=\"_blank\" rel=\"noopener noreferrer\">";
// line 40
echo \PhpMyAdmin\Html\Generator::getImage("b_sqlhelp", ((($context["is_mariadb"] ?? null)) ? (_gettext("MariaDB Documentation")) : (_gettext("MySQL Documentation"))));
// line 41
echo "</a>
<a id=\"pma_navigation_settings_icon\"";
// line 43
echo (( !($context["is_navigation_settings_enabled"] ?? null)) ? (" class=\"hide\"") : (""));
echo " href=\"#\" title=\"";
echo _gettext("Navigation panel settings");
echo "\">";
// line 44
echo \PhpMyAdmin\Html\Generator::getImage("s_cog", _gettext("Navigation panel settings"));
// line 45
echo "</a>
<a id=\"pma_navigation_reload\" href=\"#\" title=\"";
// line 47
echo _gettext("Reload navigation panel");
echo "\">";
// line 48
echo \PhpMyAdmin\Html\Generator::getImage("s_reload", _gettext("Reload navigation panel"));
// line 49
echo "</a>
</div>
";
// line 52
if ((($context["is_servers_displayed"] ?? null) && (twig_length_filter($this->env, ($context["servers"] ?? null)) > 1))) {
// line 53
echo " <div id=\"serverChoice\">
";
// line 54
echo ($context["server_select"] ?? null);
echo "
</div>
";
}
// line 57
echo "
";
// line 58
echo \PhpMyAdmin\Html\Generator::getImage("ajax_clock_small", _gettext("Loading…"), ["style" => "visibility: hidden; display:none", "class" => "throbber"]);
// line 61
echo "
</div>
<div id=\"pma_navigation_tree\" class=\"list_container";
// line 63
echo ((($context["is_synced"] ?? null)) ? (" synced") : (""));
echo ((($context["is_highlighted"] ?? null)) ? (" highlight") : (""));
echo ((($context["is_autoexpanded"] ?? null)) ? (" autoexpand") : (""));
echo "\">
";
}
// line 65
echo "
";
// line 66
if ( !($context["navigation_tree"] ?? null)) {
// line 67
echo " ";
echo call_user_func_array($this->env->getFilter('error')->getCallable(), [_gettext("An error has occurred while loading the navigation display")]);
echo "
";
} else {
// line 69
echo " ";
echo ($context["navigation_tree"] ?? null);
echo "
";
}
// line 71
echo "
";
// line 72
if ( !($context["is_ajax"] ?? null)) {
// line 73
echo " </div>
<div id=\"pma_navi_settings_container\">
";
// line 76
if (($context["is_navigation_settings_enabled"] ?? null)) {
// line 77
echo " ";
echo ($context["navigation_settings"] ?? null);
echo "
";
}
// line 79
echo " </div>
</div>
";
// line 82
if (($context["is_drag_drop_import_enabled"] ?? null)) {
// line 83
echo " <div class=\"pma_drop_handler\">
";
// line 84
echo _gettext("Drop files here");
// line 85
echo " </div>
<div class=\"pma_sql_import_status\">
<h2>
";
// line 88
echo _gettext("SQL upload");
// line 89
echo " ( <span class=\"pma_import_count\">0</span> )
<span class=\"close\">x</span>
<span class=\"minimize\">-</span>
</h2>
<div></div>
</div>
";
}
// line 96
echo " </div>
";
}
}
public function getTemplateName()
{
return "navigation/main.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 253 => 96, 244 => 89, 242 => 88, 237 => 85, 235 => 84, 232 => 83, 230 => 82, 225 => 79, 219 => 77, 217 => 76, 212 => 73, 210 => 72, 207 => 71, 201 => 69, 195 => 67, 193 => 66, 190 => 65, 183 => 63, 179 => 61, 177 => 58, 174 => 57, 168 => 54, 165 => 53, 163 => 52, 158 => 49, 156 => 48, 153 => 47, 149 => 45, 147 => 44, 142 => 43, 138 => 41, 136 => 40, 131 => 39, 127 => 37, 125 => 36, 120 => 35, 117 => 34, 113 => 32, 111 => 31, 105 => 30, 103 => 29, 99 => 27, 97 => 26, 92 => 25, 88 => 23, 84 => 21, 80 => 19, 77 => 18, 73 => 16, 67 => 14, 64 => 13, 56 => 11, 54 => 10, 51 => 9, 49 => 8, 39 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "navigation/main.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/navigation/main.twig");
}
}

View File

@ -0,0 +1,300 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* import/javascript.twig */
class __TwigTemplate_48f132b5e57849b362465882299a3958da455ae929f3d25c4b413c3013ff7204 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "\$( function() {
";
// line 3
echo " \$(\"#buttonGo\").on(\"click\", function() {
";
// line 5
echo " \$(\"#upload_form_form\").css(\"display\", \"none\");
";
// line 7
if ((($context["handler"] ?? null) != "PhpMyAdmin\\Plugins\\Import\\Upload\\UploadNoplugin")) {
// line 8
echo " ";
// line 9
echo " ";
$context["ajax_url"] = (("index.php?route=/import-status&id=" . ($context["upload_id"] ?? null)) . PhpMyAdmin\Url::getCommonRaw(["import_status" => 1], "&"));
// line 12
echo " ";
$context["promot_str"] = PhpMyAdmin\Sanitize::jsFormat(_gettext("The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers."), false);
// line 13
echo " ";
$context["statustext_str"] = PhpMyAdmin\Sanitize::escapeJsString(_gettext("%s of %s"));
// line 14
echo " ";
$context["second_str"] = PhpMyAdmin\Sanitize::jsFormat(_gettext("%s/sec."), false);
// line 15
echo " ";
$context["remaining_min"] = PhpMyAdmin\Sanitize::jsFormat(_gettext("About %MIN min. %SEC sec. remaining."), false);
// line 16
echo " ";
$context["remaining_second"] = PhpMyAdmin\Sanitize::jsFormat(_gettext("About %SEC sec. remaining."), false);
// line 17
echo " ";
$context["processed_str"] = PhpMyAdmin\Sanitize::jsFormat(_gettext("The file is being processed, please be patient."), false);
// line 18
echo " ";
$context["import_url"] = PhpMyAdmin\Url::getCommonRaw(["import_status" => 1], "&");
// line 19
echo "
";
// line 20
ob_start(function () { return ''; });
// line 21
echo " <div class=\"upload_progress\">
<div class=\"upload_progress_bar_outer\">
<div class=\"percentage\"></div>
<div id=\"status\" class=\"upload_progress_bar_inner\">
<div class=\"percentage\"></div>
</div>
</div>
<div>
<img src=\"";
// line 29
echo twig_escape_filter($this->env, ($context["theme_image_path"] ?? null), "html", null, true);
echo "ajax_clock_small.gif\" width=\"16\" height=\"16\" alt=\"ajax clock\"> ";
echo PhpMyAdmin\Sanitize::jsFormat(_gettext("Uploading your import file…"), false);
// line 30
echo "</div>
<div id=\"statustext\"></div>
</div>
";
$context["upload_html"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 34
echo "
";
// line 36
echo " var finished = false;
var percent = 0.0;
var total = 0;
var complete = 0;
var original_title = parent && parent.document ? parent.document.title : false;
var import_start;
var perform_upload = function () {
new \$.getJSON(
\"";
// line 45
echo ($context["ajax_url"] ?? null);
echo "\",
{},
function(response) {
finished = response.finished;
percent = response.percent;
total = response.total;
complete = response.complete;
if (total==0 && complete==0 && percent==0) {
\$(\"#upload_form_status_info\").html('<img src=\"";
// line 54
echo twig_escape_filter($this->env, ($context["theme_image_path"] ?? null), "html", null, true);
echo "ajax_clock_small.gif\" width=\"16\" height=\"16\" alt=\"ajax clock\"> ";
echo ($context["promot_str"] ?? null);
echo "');
\$(\"#upload_form_status\").css(\"display\", \"none\");
} else {
var now = new Date();
now = Date.UTC(
now.getFullYear(),
now.getMonth(),
now.getDate(),
now.getHours(),
now.getMinutes(),
now.getSeconds())
+ now.getMilliseconds() - 1000;
var statustext = Functions.sprintf(
\"";
// line 67
echo ($context["statustext_str"] ?? null);
echo "\",
Functions.formatBytes(
complete, 1, Messages.strDecimalSeparator
),
Functions.formatBytes(
total, 1, Messages.strDecimalSeparator
)
);
if (\$(\"#importmain\").is(\":visible\")) {
";
// line 78
echo " \$(\"#importmain\").hide();
\$(\"#import_form_status\")
.html('";
// line 80
echo twig_spaceless(($context["upload_html"] ?? null));
echo "')
.show();
import_start = now;
}
else if (percent > 9 || complete > 2000000) {
";
// line 86
echo " var used_time = now - import_start;
var seconds = parseInt(((total - complete) / complete) * used_time / 1000);
var speed = Functions.sprintf(
\"";
// line 89
echo ($context["second_str"] ?? null);
echo "\",
Functions.formatBytes(complete / used_time * 1000, 1, Messages.strDecimalSeparator)
);
var minutes = parseInt(seconds / 60);
seconds %= 60;
var estimated_time;
if (minutes > 0) {
estimated_time = \"";
// line 97
echo ($context["remaining_min"] ?? null);
echo "\"
.replace(\"%MIN\", minutes)
.replace(\"%SEC\", seconds);
}
else {
estimated_time = \"";
// line 102
echo ($context["remaining_second"] ?? null);
echo "\"
.replace(\"%SEC\", seconds);
}
statustext += \"<br>\" + speed + \"<br><br>\" + estimated_time;
}
var percent_str = Math.round(percent) + \"%\";
\$(\"#status\").animate({width: percent_str}, 150);
\$(\".percentage\").text(percent_str);
";
// line 114
echo " if (original_title !== false) {
parent.document.title
= percent_str + \" - \" + original_title;
}
else {
document.title
= percent_str + \" - \" + original_title;
}
\$(\"#statustext\").html(statustext);
}
if (finished == true) {
if (original_title !== false) {
parent.document.title = original_title;
}
else {
document.title = original_title;
}
\$(\"#importmain\").hide();
";
// line 134
echo " \$(\"#import_form_status\")
.html('<img src=\"";
// line 135
echo twig_escape_filter($this->env, ($context["theme_image_path"] ?? null), "html", null, true);
echo "ajax_clock_small.gif\" width=\"16\" height=\"16\" alt=\"ajax clock\"> ";
echo ($context["processed_str"] ?? null);
echo "')
.show();
\$(\"#import_form_status\").load(\"index.php?route=/import-status&message=true&";
// line 137
echo ($context["import_url"] ?? null);
echo "\");
Navigation.reload();
";
// line 141
echo " }
else {
setTimeout(perform_upload, 1000);
}
});
};
setTimeout(perform_upload, 1000);
";
} else {
// line 149
echo " ";
// line 150
echo " ";
ob_start(function () { return ''; });
// line 151
echo "<img src=\"";
echo twig_escape_filter($this->env, ($context["theme_image_path"] ?? null), "html", null, true);
// line 152
echo "ajax_clock_small.gif\" width=\"16\" height=\"16\" alt=\"ajax clock\">";
// line 153
echo PhpMyAdmin\Sanitize::jsFormat(_gettext("Please be patient, the file is being uploaded. Details about the upload are not available."), false);
// line 154
echo \PhpMyAdmin\Html\MySQLDocumentation::showDocumentation("faq", "faq2-9");
$context["image_tag"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 156
echo " \$('#upload_form_status_info').html('";
echo ($context["image_tag"] ?? null);
echo "');
\$(\"#upload_form_status\").css(\"display\", \"none\");
";
}
// line 159
echo " });
});
";
}
public function getTemplateName()
{
return "import/javascript.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 276 => 159, 269 => 156, 266 => 154, 264 => 153, 262 => 152, 259 => 151, 256 => 150, 254 => 149, 244 => 141, 238 => 137, 231 => 135, 228 => 134, 207 => 114, 193 => 102, 185 => 97, 174 => 89, 169 => 86, 161 => 80, 157 => 78, 144 => 67, 126 => 54, 114 => 45, 103 => 36, 100 => 34, 94 => 30, 90 => 29, 80 => 21, 78 => 20, 75 => 19, 72 => 18, 69 => 17, 66 => 16, 63 => 15, 60 => 14, 57 => 13, 54 => 12, 51 => 9, 49 => 8, 47 => 7, 43 => 5, 40 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "import/javascript.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/import/javascript.twig");
}
}

View File

@ -0,0 +1,64 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* display/results/empty_display.twig */
class __TwigTemplate_03bb75a2811075e561ca292709aaecd63fe67c615d8835aabbf4f208c67be23e extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<td ";
echo twig_escape_filter($this->env, ($context["align"] ?? null), "html", null, true);
echo " class=\"";
echo twig_escape_filter($this->env, ($context["classes"] ?? null), "html", null, true);
echo "\"></td>
";
}
public function getTemplateName()
{
return "display/results/empty_display.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "display/results/empty_display.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/display/results/empty_display.twig");
}
}

View File

@ -0,0 +1,55 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* config/form_display/tabs_bottom.twig */
class __TwigTemplate_1fe5d3f861fd02dc6cfd56233a57aeede4f1cf309c13102bfb77ac22a076cb3f extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "</div>
";
}
public function getTemplateName()
{
return "config/form_display/tabs_bottom.twig";
}
public function getDebugInfo()
{
return array ( 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "config/form_display/tabs_bottom.twig", "E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\pma\\templates\\config\\form_display\\tabs_bottom.twig");
}
}

View File

@ -0,0 +1,77 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* display/results/null_display.twig */
class __TwigTemplate_b7b6568e3e6b031c1bca1e75d8a7b3122ef0ed6e20dc92f507cac78a8e72e3f7 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<td ";
echo twig_escape_filter($this->env, ($context["align"] ?? null), "html", null, true);
echo "
data-decimals=\"";
// line 2
((twig_get_attribute($this->env, $this->source, ($context["meta"] ?? null), "decimals", [], "any", true, true, false, 2)) ? (print (twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["meta"] ?? null), "decimals", [], "any", false, false, false, 2), "html", null, true))) : (print ("-1")));
echo "\"
data-type=\"";
// line 3
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["meta"] ?? null), "type", [], "any", false, false, false, 3), "html", null, true);
echo "\"
";
// line 5
echo " class=\"";
echo twig_escape_filter($this->env, ($context["classes"] ?? null), "html", null, true);
echo " null\">
<em>NULL</em>
</td>
";
}
public function getTemplateName()
{
return "display/results/null_display.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 50 => 5, 46 => 3, 42 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "display/results/null_display.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/display/results/null_display.twig");
}
}

View File

@ -0,0 +1,80 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* filter.twig */
class __TwigTemplate_57ff6b2c78d825a2c6b94216599c5864612549f4d43c4657b0457d868bc620a6 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<div class=\"row\">
\t<div class=\"col-12\">
\t\t<fieldset id=\"tableFilter\">
\t\t <legend>";
// line 4
echo _gettext("Filters");
echo "</legend>
\t\t <div class=\"formelement\">
\t\t <label for=\"filterText\">";
// line 6
echo _gettext("Containing the word:");
echo "</label>
\t\t <input name=\"filterText\" type=\"text\" id=\"filterText\"
\t\t value=\"";
// line 8
echo twig_escape_filter($this->env, ($context["filter_value"] ?? null), "html", null, true);
echo "\">
\t\t </div>
\t\t</fieldset>
\t</div>
</div>
";
}
public function getTemplateName()
{
return "filter.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 52 => 8, 47 => 6, 42 => 4, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "filter.twig", "E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\pma\\templates\\filter.twig");
}
}

View File

@ -0,0 +1,80 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* config/form_display/form_top.twig */
class __TwigTemplate_904c44132fc7d692bbdca851133dbafac5715d8e6e02686472ab92e61c1332a7 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<form method=\"";
echo twig_escape_filter($this->env, ($context["method"] ?? null), "html", null, true);
echo "\" action=\"";
echo ($context["action"] ?? null);
echo "\" class=\"config-form disableAjax\">
<input type=\"hidden\" name=\"tab_hash\" value=\"\">
";
// line 3
if (($context["has_check_page_refresh"] ?? null)) {
// line 4
echo " <input type=\"hidden\" name=\"check_page_refresh\" id=\"check_page_refresh\" value=\"\">
";
}
// line 6
echo " ";
echo PhpMyAdmin\Url::getHiddenInputs("", "", 0, "server");
echo "
";
// line 7
echo PhpMyAdmin\Url::getHiddenFields(($context["hidden_fields"] ?? null), "", true);
echo "
";
}
public function getTemplateName()
{
return "config/form_display/form_top.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 56 => 7, 51 => 6, 47 => 4, 45 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "config/form_display/form_top.twig", "E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\pma\\templates\\config\\form_display\\form_top.twig");
}
}

View File

@ -0,0 +1,153 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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/maintenance/analyze.twig */
class __TwigTemplate_df0f24e7df08c467ec46dc9f571b7d203f288e9a1ca76d4e815d03f7e54b2b3a extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<div class=\"container-fluid\">
<h2>
";
// line 3
echo _gettext("Analyze table");
// line 4
echo " ";
echo \PhpMyAdmin\Html\MySQLDocumentation::show("ANALYZE_TABLE");
echo "
</h2>
";
// line 7
echo ($context["message"] ?? null);
echo "
";
// line 9
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["rows"] ?? null));
foreach ($context['_seq'] as $context["name"] => $context["table"]) {
// line 10
echo " <div class=\"card mb-3\">
<div class=\"card-header\">";
// line 11
echo twig_escape_filter($this->env, $context["name"], "html", null, true);
echo "</div>
<ul class=\"list-group list-group-flush\">
";
// line 14
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable($context["table"]);
foreach ($context['_seq'] as $context["_key"] => $context["row"]) {
// line 15
echo " <li class=\"list-group-item\">
";
// line 16
if ((twig_lower_filter($this->env, twig_get_attribute($this->env, $this->source, $context["row"], "Op", [], "any", false, false, false, 16)) != "analyze")) {
// line 17
echo " <span class=\"badge badge-secondary\">";
echo twig_escape_filter($this->env, twig_title_string_filter($this->env, twig_get_attribute($this->env, $this->source, $context["row"], "Op", [], "any", false, false, false, 17)), "html", null, true);
echo "</span>
";
}
// line 19
echo "
";
// line 20
ob_start(function () { return ''; });
// line 21
if ((twig_lower_filter($this->env, twig_get_attribute($this->env, $this->source, $context["row"], "Msg_type", [], "any", false, false, false, 21)) == "error")) {
// line 22
echo "badge-danger";
} elseif ((twig_lower_filter($this->env, twig_get_attribute($this->env, $this->source, // line 23
$context["row"], "Msg_type", [], "any", false, false, false, 23)) == "warning")) {
// line 24
echo "badge-warning";
} elseif (((twig_lower_filter($this->env, twig_get_attribute($this->env, $this->source, // line 25
$context["row"], "Msg_type", [], "any", false, false, false, 25)) == "info") || (twig_lower_filter($this->env, twig_get_attribute($this->env, $this->source, $context["row"], "Msg_type", [], "any", false, false, false, 25)) == "note"))) {
// line 26
echo "badge-info";
} else {
// line 28
echo "badge-secondary";
}
$context["badge_variation"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 31
echo " <span class=\"badge ";
echo twig_escape_filter($this->env, ($context["badge_variation"] ?? null), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_title_string_filter($this->env, twig_get_attribute($this->env, $this->source, $context["row"], "Msg_type", [], "any", false, false, false, 31)), "html", null, true);
echo "</span>
";
// line 33
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["row"], "Msg_text", [], "any", false, false, false, 33), "html", null, true);
echo "
</li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 36
echo " </ul>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['name'], $context['table'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 39
echo "</div>
";
}
public function getTemplateName()
{
return "table/maintenance/analyze.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 130 => 39, 122 => 36, 113 => 33, 105 => 31, 101 => 28, 98 => 26, 96 => 25, 94 => 24, 92 => 23, 90 => 22, 88 => 21, 86 => 20, 83 => 19, 77 => 17, 75 => 16, 72 => 15, 68 => 14, 62 => 11, 59 => 10, 55 => 9, 50 => 7, 43 => 4, 41 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "table/maintenance/analyze.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/table/maintenance/analyze.twig");
}
}

View File

@ -0,0 +1,431 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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/search/index.twig */
class __TwigTemplate_0cab5a3020f84cdee55a76e102f251439172c5cc43fcaf73f1185d6f0026715e extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<ul class=\"nav nav-pills m-2\">
<li class=\"nav-item\">
<a class=\"nav-link active\" href=\"";
// line 3
echo PhpMyAdmin\Url::getFromRoute("/table/search", ["db" => ($context["db"] ?? null), "table" => ($context["table"] ?? null), "pos" => 0]);
echo "\">
";
// line 4
echo \PhpMyAdmin\Html\Generator::getIcon("b_search", _gettext("Table search"), false, false, "TabsMode");
echo "
</a>
</li>
<li class=\"nav-item\">
<a class=\"nav-link\" href=\"";
// line 9
echo PhpMyAdmin\Url::getFromRoute("/table/zoom-search", ["db" => ($context["db"] ?? null), "table" => ($context["table"] ?? null)]);
echo "\">
";
// line 10
echo \PhpMyAdmin\Html\Generator::getIcon("b_select", _gettext("Zoom search"), false, false, "TabsMode");
echo "
</a>
</li>
<li class=\"nav-item\">
<a class=\"nav-link\" href=\"";
// line 15
echo PhpMyAdmin\Url::getFromRoute("/table/find-replace", ["db" => ($context["db"] ?? null), "table" => ($context["table"] ?? null)]);
echo "\">
";
// line 16
echo \PhpMyAdmin\Html\Generator::getIcon("b_find_replace", _gettext("Find and replace"), false, false, "TabsMode");
echo "
</a>
</li>
</ul>
<form method=\"post\" action=\"";
// line 21
echo PhpMyAdmin\Url::getFromRoute("/table/search");
echo "\" name=\"insertForm\" id=\"tbl_search_form\" class=\"ajax lock-page\">
";
// line 22
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null));
echo "
<input type=\"hidden\" name=\"goto\" value=\"";
// line 23
echo twig_escape_filter($this->env, ($context["goto"] ?? null), "html", null, true);
echo "\">
<input type=\"hidden\" name=\"back\" value=\"";
// line 24
echo PhpMyAdmin\Url::getFromRoute("/table/search");
echo "\">
<fieldset id=\"fieldset_table_search\">
<fieldset id=\"fieldset_table_qbe\">
<legend>
";
// line 29
echo _gettext("Do a \"query by example\" (wildcard: \"%\")");
// line 30
echo " </legend>
<div class=\"table-responsive-md jsresponsive\">
<table class=\"table table-light table-striped table-hover table-sm w-auto\">
<thead class=\"thead-light\">
<tr>
";
// line 35
if (($context["geom_column_flag"] ?? null)) {
// line 36
echo " <th>";
echo _gettext("Function");
echo "</th>
";
}
// line 38
echo " <th>";
echo _gettext("Column");
echo "</th>
<th>";
// line 39
echo _gettext("Type");
echo "</th>
<th>";
// line 40
echo _gettext("Collation");
echo "</th>
<th>";
// line 41
echo _gettext("Operator");
echo "</th>
<th>";
// line 42
echo _gettext("Value");
echo "</th>
</tr>
</thead>
<tbody>
";
// line 46
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(range(0, (twig_length_filter($this->env, ($context["column_names"] ?? null)) - 1)));
foreach ($context['_seq'] as $context["_key"] => $context["column_index"]) {
// line 47
echo " <tr class=\"noclick\">
";
// line 49
echo " ";
if (($context["geom_column_flag"] ?? null)) {
// line 50
echo " ";
// line 51
echo " <td>
";
// line 52
$context["geom_types"] = PhpMyAdmin\Util::getGISDatatypes();
// line 53
echo " ";
if (twig_in_filter((($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = ($context["column_types"] ?? null)) && is_array($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4) || $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 instanceof ArrayAccess ? ($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4[$context["column_index"]] ?? null) : null), ($context["geom_types"] ?? null))) {
// line 54
echo " <select class=\"geom_func\" name=\"geom_func[";
echo twig_escape_filter($this->env, $context["column_index"], "html", null, true);
echo "]\">
";
// line 56
echo " ";
$context["funcs"] = PhpMyAdmin\Util::getGISFunctions((($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 = ($context["column_types"] ?? null)) && is_array($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144) || $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 instanceof ArrayAccess ? ($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144[$context["column_index"]] ?? null) : null), true, true);
// line 57
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["funcs"] ?? null));
foreach ($context['_seq'] as $context["func_name"] => $context["func"]) {
// line 58
echo " ";
$context["name"] = ((twig_get_attribute($this->env, $this->source, $context["func"], "display", [], "array", true, true, false, 58)) ? ((($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b = $context["func"]) && is_array($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b) || $__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b instanceof ArrayAccess ? ($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b["display"] ?? null) : null)) : ($context["func_name"]));
// line 59
echo " <option value=\"";
echo twig_escape_filter($this->env, ($context["name"] ?? null), "html", null, true);
echo "\">
";
// line 60
echo twig_escape_filter($this->env, ($context["name"] ?? null), "html", null, true);
echo "
</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['func_name'], $context['func'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 63
echo " </select>
";
}
// line 65
echo " </td>
";
}
// line 67
echo " ";
// line 68
echo " <th>";
// line 70
echo twig_escape_filter($this->env, (($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 = ($context["column_names"] ?? null)) && is_array($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002) || $__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 instanceof ArrayAccess ? ($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002[$context["column_index"]] ?? null) : null), "html", null, true);
// line 71
echo "</th>
";
// line 72
$context["properties"] = twig_get_attribute($this->env, $this->source, ($context["self"] ?? null), "getColumnProperties", [0 => $context["column_index"], 1 => $context["column_index"]], "method", false, false, false, 72);
// line 73
echo " <td dir=\"ltr\">
";
// line 74
echo twig_escape_filter($this->env, (($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4 = ($context["properties"] ?? null)) && is_array($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4) || $__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4 instanceof ArrayAccess ? ($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4["type"] ?? null) : null), "html", null, true);
echo "
</td>
<td>
";
// line 77
echo twig_escape_filter($this->env, (($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666 = ($context["properties"] ?? null)) && is_array($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666) || $__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666 instanceof ArrayAccess ? ($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666["collation"] ?? null) : null), "html", null, true);
echo "
</td>
<td>
";
// line 80
echo (($__internal_01c35b74bd85735098add188b3f8372ba465b232ab8298cb582c60f493d3c22e = ($context["properties"] ?? null)) && is_array($__internal_01c35b74bd85735098add188b3f8372ba465b232ab8298cb582c60f493d3c22e) || $__internal_01c35b74bd85735098add188b3f8372ba465b232ab8298cb582c60f493d3c22e instanceof ArrayAccess ? ($__internal_01c35b74bd85735098add188b3f8372ba465b232ab8298cb582c60f493d3c22e["func"] ?? null) : null);
echo "
</td>
";
// line 83
echo " <td data-type=\"";
echo twig_escape_filter($this->env, (($__internal_63ad1f9a2bf4db4af64b010785e9665558fdcac0e8db8b5b413ed986c62dbb52 = ($context["properties"] ?? null)) && is_array($__internal_63ad1f9a2bf4db4af64b010785e9665558fdcac0e8db8b5b413ed986c62dbb52) || $__internal_63ad1f9a2bf4db4af64b010785e9665558fdcac0e8db8b5b413ed986c62dbb52 instanceof ArrayAccess ? ($__internal_63ad1f9a2bf4db4af64b010785e9665558fdcac0e8db8b5b413ed986c62dbb52["type"] ?? null) : null), "html", null, true);
echo "\">
";
// line 84
echo (($__internal_f10a4cc339617934220127f034125576ed229e948660ebac906a15846d52f136 = ($context["properties"] ?? null)) && is_array($__internal_f10a4cc339617934220127f034125576ed229e948660ebac906a15846d52f136) || $__internal_f10a4cc339617934220127f034125576ed229e948660ebac906a15846d52f136 instanceof ArrayAccess ? ($__internal_f10a4cc339617934220127f034125576ed229e948660ebac906a15846d52f136["value"] ?? null) : null);
echo "
";
// line 86
echo " <input type=\"hidden\" name=\"criteriaColumnNames[";
echo twig_escape_filter($this->env, $context["column_index"], "html", null, true);
echo "]\" value=\"";
echo twig_escape_filter($this->env, (($__internal_887a873a4dc3cf8bd4f99c487b4c7727999c350cc3a772414714e49a195e4386 = ($context["column_names"] ?? null)) && is_array($__internal_887a873a4dc3cf8bd4f99c487b4c7727999c350cc3a772414714e49a195e4386) || $__internal_887a873a4dc3cf8bd4f99c487b4c7727999c350cc3a772414714e49a195e4386 instanceof ArrayAccess ? ($__internal_887a873a4dc3cf8bd4f99c487b4c7727999c350cc3a772414714e49a195e4386[$context["column_index"]] ?? null) : null), "html", null, true);
echo "\">
<input type=\"hidden\" name=\"criteriaColumnTypes[";
// line 87
echo twig_escape_filter($this->env, $context["column_index"], "html", null, true);
echo "]\" value=\"";
echo twig_escape_filter($this->env, (($__internal_d527c24a729d38501d770b40a0d25e1ce8a7f0bff897cc4f8f449ba71fcff3d9 = ($context["column_types"] ?? null)) && is_array($__internal_d527c24a729d38501d770b40a0d25e1ce8a7f0bff897cc4f8f449ba71fcff3d9) || $__internal_d527c24a729d38501d770b40a0d25e1ce8a7f0bff897cc4f8f449ba71fcff3d9 instanceof ArrayAccess ? ($__internal_d527c24a729d38501d770b40a0d25e1ce8a7f0bff897cc4f8f449ba71fcff3d9[$context["column_index"]] ?? null) : null), "html", null, true);
echo "\">
<input type=\"hidden\" name=\"criteriaColumnCollations[";
// line 88
echo twig_escape_filter($this->env, $context["column_index"], "html", null, true);
echo "]\" value=\"";
echo twig_escape_filter($this->env, (($__internal_f6dde3a1020453fdf35e718e94f93ce8eb8803b28cc77a665308e14bbe8572ae = ($context["column_collations"] ?? null)) && is_array($__internal_f6dde3a1020453fdf35e718e94f93ce8eb8803b28cc77a665308e14bbe8572ae) || $__internal_f6dde3a1020453fdf35e718e94f93ce8eb8803b28cc77a665308e14bbe8572ae instanceof ArrayAccess ? ($__internal_f6dde3a1020453fdf35e718e94f93ce8eb8803b28cc77a665308e14bbe8572ae[$context["column_index"]] ?? null) : null), "html", null, true);
echo "\">
</td>
</tr>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['column_index'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 92
echo " </tbody>
</table>
</div>
<div id=\"gis_editor\"></div>
<div id=\"popup_background\"></div>
</fieldset>
<div id=\"searchoptions\"";
// line 99
if ((($context["default_sliders_state"] ?? null) != "disabled")) {
// line 100
echo (((($context["default_sliders_state"] ?? null) == "closed")) ? (" style=\"display: none; overflow:auto;\"") : (""));
echo " class=\"pma_auto_slider\" title=\"";
echo _gettext("Options");
echo "\"";
}
// line 101
echo ">
";
// line 104
echo " <fieldset id=\"fieldset_select_fields\">
<legend>
";
// line 106
echo _gettext("Select columns (at least one):");
// line 107
echo " </legend>
<select name=\"columnsToDisplay[]\" size=\"";
// line 108
echo twig_escape_filter($this->env, min(twig_length_filter($this->env, ($context["column_names"] ?? null)), 10), "html", null, true);
echo "\" multiple>
";
// line 109
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["column_names"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["each_field"]) {
// line 110
echo " <option value=\"";
echo twig_escape_filter($this->env, $context["each_field"], "html", null, true);
echo "\" selected>
";
// line 111
echo twig_escape_filter($this->env, $context["each_field"], "html", null, true);
echo "
</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['each_field'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 114
echo " </select>
<input type=\"checkbox\" name=\"distinct\" value=\"DISTINCT\" id=\"oDistinct\">
<label for=\"oDistinct\">DISTINCT</label>
</fieldset>
";
// line 120
echo " <fieldset id=\"fieldset_search_conditions\">
<legend>
<em>";
// line 122
echo _gettext("Or");
echo "</em>
";
// line 123
echo _gettext("Add search conditions (body of the \"where\" clause):");
// line 124
echo " </legend>
";
// line 125
echo \PhpMyAdmin\Html\MySQLDocumentation::show("Functions");
echo "
<input type=\"text\" name=\"customWhereClause\" class=\"textfield\" size=\"64\">
</fieldset>
";
// line 130
echo " <fieldset id=\"fieldset_limit_rows\">
<legend>";
// line 131
echo _gettext("Number of rows per page");
echo "</legend>
<input type=\"number\" name=\"session_max_rows\" min=\"1\" value=\"";
// line 132
echo twig_escape_filter($this->env, ($context["max_rows"] ?? null), "html", null, true);
echo "\" class=\"textfield\" required>
</fieldset>
";
// line 136
echo " <fieldset id=\"fieldset_display_order\">
<legend>";
// line 137
echo _gettext("Display order:");
echo "</legend>
<select name=\"orderByColumn\"><option value=\"--nil--\"></option>
";
// line 139
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["column_names"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["each_field"]) {
// line 140
echo " <option value=\"";
echo twig_escape_filter($this->env, $context["each_field"], "html", null, true);
echo "\">
";
// line 141
echo twig_escape_filter($this->env, $context["each_field"], "html", null, true);
echo "
</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['each_field'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 144
echo " </select>
<div class=\"formelement\">
<input type=\"radio\" name=\"order\" id=\"orderByAscRadio\" value=\"ASC\" checked>
<label for=\"orderByAscRadio\">";
// line 148
echo _gettext("Ascending");
echo "</label>
</div>
<div class=\"formelement\">
<input type=\"radio\" name=\"order\" id=\"orderByDescRadio\" value=\"DESC\">
<label for=\"orderByDescRadio\">";
// line 152
echo _gettext("Descending");
echo "</label>
</div>
</fieldset>
<div class=\"clearfloat\"></div>
</div>
</fieldset>
<fieldset class=\"tblFooters\">
<input class=\"btn btn-primary\" type=\"submit\" name=\"submit\" value=\"";
// line 161
echo _gettext("Go");
echo "\">
</fieldset>
</form>
<div id=\"sqlqueryresultsouter\"></div>
";
}
public function getTemplateName()
{
return "table/search/index.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 404 => 161, 392 => 152, 385 => 148, 379 => 144, 370 => 141, 365 => 140, 361 => 139, 356 => 137, 353 => 136, 347 => 132, 343 => 131, 340 => 130, 333 => 125, 330 => 124, 328 => 123, 324 => 122, 320 => 120, 313 => 114, 304 => 111, 299 => 110, 295 => 109, 291 => 108, 288 => 107, 286 => 106, 282 => 104, 278 => 101, 272 => 100, 270 => 99, 261 => 92, 249 => 88, 243 => 87, 236 => 86, 232 => 84, 227 => 83, 222 => 80, 216 => 77, 210 => 74, 207 => 73, 205 => 72, 202 => 71, 200 => 70, 198 => 68, 196 => 67, 192 => 65, 188 => 63, 179 => 60, 174 => 59, 171 => 58, 166 => 57, 163 => 56, 158 => 54, 155 => 53, 153 => 52, 150 => 51, 148 => 50, 145 => 49, 142 => 47, 138 => 46, 131 => 42, 127 => 41, 123 => 40, 119 => 39, 114 => 38, 108 => 36, 106 => 35, 99 => 30, 97 => 29, 89 => 24, 85 => 23, 81 => 22, 77 => 21, 69 => 16, 65 => 15, 57 => 10, 53 => 9, 45 => 4, 41 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "table/search/index.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/table/search/index.twig");
}
}

View File

@ -0,0 +1,113 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* database/structure/index.twig */
class __TwigTemplate_09c720460cf3237a9c63865bea829af54cedb46a78f4e15fc744db1d091484ee extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
if (($context["has_tables"] ?? null)) {
// line 2
echo " <div id=\"tableslistcontainer\">
";
// line 3
echo ($context["list_navigator_html"] ?? null);
echo "
";
// line 5
echo ($context["table_list_html"] ?? null);
echo "
";
// line 7
echo ($context["list_navigator_html"] ?? null);
echo "
</div>
<hr>
<p class=\"print_ignore\">
<a href=\"#\" id=\"printView\">
";
// line 12
echo \PhpMyAdmin\Html\Generator::getIcon("b_print", _gettext("Print"), true);
echo "
</a>
<a href=\"";
// line 14
echo PhpMyAdmin\Url::getFromRoute("/database/data-dictionary", ["db" => ($context["database"] ?? null), "goto" => PhpMyAdmin\Url::getFromRoute("/database/structure")]);
echo "\" target=\"print_view\">
";
// line 15
echo \PhpMyAdmin\Html\Generator::getIcon("b_tblanalyse", _gettext("Data dictionary"), true);
echo "
</a>
</p>
";
} else {
// line 19
echo " ";
echo call_user_func_array($this->env->getFilter('notice')->getCallable(), [_gettext("No tables found in database.")]);
echo "
";
}
// line 21
echo "
";
// line 22
if ( !($context["is_system_schema"] ?? null)) {
// line 23
echo " ";
echo ($context["create_table_html"] ?? null);
echo "
";
}
}
public function getTemplateName()
{
return "database/structure/index.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 87 => 23, 85 => 22, 82 => 21, 76 => 19, 69 => 15, 65 => 14, 60 => 12, 52 => 7, 47 => 5, 42 => 3, 39 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "database/structure/index.twig", "E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\pma\\templates\\database\\structure\\index.twig");
}
}

View File

@ -0,0 +1,228 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* header.twig */
class __TwigTemplate_de2a9be4caabe920462afd7d0e33e4446ce1f89b534b7f52218fb3b7759f3043 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<!doctype html>
<html lang=\"";
// line 2
echo twig_escape_filter($this->env, ($context["lang"] ?? null), "html", null, true);
echo "\" dir=\"";
echo twig_escape_filter($this->env, ($context["text_dir"] ?? null), "html", null, true);
echo "\">
<head>
<meta charset=\"utf-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
<meta name=\"referrer\" content=\"no-referrer\">
<meta name=\"robots\" content=\"noindex,nofollow\">
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\">
";
// line 9
if ( !($context["allow_third_party_framing"] ?? null)) {
// line 10
echo "<style id=\"cfs-style\">html{display: none;}</style>";
}
// line 12
echo "
<link rel=\"icon\" href=\"favicon.ico\" type=\"image/x-icon\">
<link rel=\"shortcut icon\" href=\"favicon.ico\" type=\"image/x-icon\">
";
// line 15
if (($context["is_print_view"] ?? null)) {
// line 16
echo " <link rel=\"stylesheet\" type=\"text/css\" href=\"";
echo twig_escape_filter($this->env, ($context["base_dir"] ?? null), "html", null, true);
echo "print.css?";
echo twig_escape_filter($this->env, ($context["version"] ?? null), "html", null, true);
echo "\">
";
} else {
// line 18
echo " <link rel=\"stylesheet\" type=\"text/css\" href=\"";
echo twig_escape_filter($this->env, ($context["theme_path"] ?? null), "html", null, true);
echo "/jquery/jquery-ui.css\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 19
echo twig_escape_filter($this->env, ($context["base_dir"] ?? null), "html", null, true);
echo "js/vendor/codemirror/lib/codemirror.css?";
echo twig_escape_filter($this->env, ($context["version"] ?? null), "html", null, true);
echo "\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 20
echo twig_escape_filter($this->env, ($context["base_dir"] ?? null), "html", null, true);
echo "js/vendor/codemirror/addon/hint/show-hint.css?";
echo twig_escape_filter($this->env, ($context["version"] ?? null), "html", null, true);
echo "\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 21
echo twig_escape_filter($this->env, ($context["base_dir"] ?? null), "html", null, true);
echo "js/vendor/codemirror/addon/lint/lint.css?";
echo twig_escape_filter($this->env, ($context["version"] ?? null), "html", null, true);
echo "\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 22
echo twig_escape_filter($this->env, ($context["theme_path"] ?? null), "html", null, true);
echo "/css/theme";
echo (((($context["text_dir"] ?? null) == "rtl")) ? ("-rtl") : (""));
echo ".css?";
echo twig_escape_filter($this->env, ($context["version"] ?? null), "html", null, true);
echo "&nocache=";
// line 23
echo twig_escape_filter($this->env, ($context["unique_value"] ?? null), "html", null, true);
echo twig_escape_filter($this->env, ($context["text_dir"] ?? null), "html", null, true);
if ( !twig_test_empty(($context["server"] ?? null))) {
echo "&server=";
echo twig_escape_filter($this->env, ($context["server"] ?? null), "html", null, true);
}
echo "\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 24
echo twig_escape_filter($this->env, ($context["theme_path"] ?? null), "html", null, true);
echo "/css/printview.css?";
echo twig_escape_filter($this->env, ($context["version"] ?? null), "html", null, true);
echo "\" media=\"print\" id=\"printcss\">
";
}
// line 26
echo " <title>";
echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true);
echo "</title>
";
// line 27
echo ($context["scripts"] ?? null);
echo "
<noscript><style>html{display:block}</style></noscript>
</head>
<body";
// line 30
(( !twig_test_empty(($context["body_id"] ?? null))) ? (print (twig_escape_filter($this->env, (" id=" . ($context["body_id"] ?? null)), "html", null, true))) : (print ("")));
echo ">
";
// line 31
echo ($context["navigation"] ?? null);
echo "
";
// line 32
echo ($context["custom_header"] ?? null);
echo "
";
// line 33
echo ($context["load_user_preferences"] ?? null);
echo "
";
// line 35
if ( !($context["show_hint"] ?? null)) {
// line 36
echo " <span id=\"no_hint\" class=\"hide\"></span>
";
}
// line 38
echo "
";
// line 39
if (($context["is_warnings_enabled"] ?? null)) {
// line 40
echo " <noscript>
";
// line 41
echo call_user_func_array($this->env->getFilter('error')->getCallable(), [_gettext("Javascript must be enabled past this point!")]);
echo "
</noscript>
";
}
// line 44
echo "
";
// line 45
if ((($context["is_menu_enabled"] ?? null) && (($context["server"] ?? null) > 0))) {
// line 46
echo " ";
echo ($context["menu"] ?? null);
echo "
<span id=\"page_nav_icons\">
<span id=\"lock_page_icon\"></span>
<span id=\"page_settings_icon\">
";
// line 50
echo \PhpMyAdmin\Html\Generator::getImage("s_cog", _gettext("Page-related settings"));
echo "
</span>
<a id=\"goto_pagetop\" href=\"#\">";
// line 52
echo \PhpMyAdmin\Html\Generator::getImage("s_top", _gettext("Click on the bar to scroll to top of page"));
echo "</a>
</span>
";
}
// line 55
echo "
";
// line 56
echo ($context["console"] ?? null);
echo "
<div id=\"page_content\">
";
// line 59
echo ($context["messages"] ?? null);
echo "
";
// line 61
echo ($context["recent_table"] ?? null);
echo "
";
}
public function getTemplateName()
{
return "header.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 204 => 61, 199 => 59, 193 => 56, 190 => 55, 184 => 52, 179 => 50, 171 => 46, 169 => 45, 166 => 44, 160 => 41, 157 => 40, 155 => 39, 152 => 38, 148 => 36, 146 => 35, 141 => 33, 137 => 32, 133 => 31, 129 => 30, 123 => 27, 118 => 26, 111 => 24, 102 => 23, 95 => 22, 89 => 21, 83 => 20, 77 => 19, 72 => 18, 64 => 16, 62 => 15, 57 => 12, 54 => 10, 52 => 9, 40 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "header.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/header.twig");
}
}

View File

@ -0,0 +1,566 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* database/structure/structure_table_row.twig */
class __TwigTemplate_df8e9920a886ab339fdfb645a58d4a1aa3389d3c5ebfaa79f4c90d3109a420b4 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<tr id=\"row_tbl_";
echo twig_escape_filter($this->env, ($context["curr"] ?? null), "html", null, true);
echo "\"";
echo ((($context["table_is_view"] ?? null)) ? (" class=\"is_view\"") : (""));
echo " data-filter-row=\"";
echo twig_escape_filter($this->env, twig_upper_filter($this->env, (($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = ($context["current_table"] ?? null)) && is_array($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4) || $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 instanceof ArrayAccess ? ($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4["TABLE_NAME"] ?? null) : null)), "html", null, true);
echo "\">
<td class=\"text-center d-print-none\">
<input type=\"checkbox\"
name=\"selected_tbl[]\"
class=\"";
// line 5
echo twig_escape_filter($this->env, ($context["input_class"] ?? null), "html", null, true);
echo "\"
value=\"";
// line 6
echo twig_escape_filter($this->env, (($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 = ($context["current_table"] ?? null)) && is_array($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144) || $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 instanceof ArrayAccess ? ($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144["TABLE_NAME"] ?? null) : null), "html", null, true);
echo "\"
id=\"checkbox_tbl_";
// line 7
echo twig_escape_filter($this->env, ($context["curr"] ?? null), "html", null, true);
echo "\">
</td>
<th>
<a href=\"";
// line 10
echo PhpMyAdmin\Url::getFromRoute("/sql", twig_array_merge(($context["table_url_params"] ?? null), ["pos" => 0]));
echo "\" title=\"";
echo twig_escape_filter($this->env, ($context["browse_table_label_title"] ?? null), "html", null, true);
echo "\">
";
// line 11
echo twig_escape_filter($this->env, ($context["browse_table_label_truename"] ?? null), "html", null, true);
echo "
</a>
";
// line 13
echo ($context["tracking_icon"] ?? null);
echo "
</th>
";
// line 15
if (($context["server_slave_status"] ?? null)) {
// line 16
echo " <td class=\"text-center\">
";
// line 17
echo ((($context["ignored"] ?? null)) ? (\PhpMyAdmin\Html\Generator::getImage("s_cancel", _gettext("Not replicated"))) : (""));
echo "
";
// line 18
echo ((($context["do"] ?? null)) ? (\PhpMyAdmin\Html\Generator::getImage("s_success", _gettext("Replicated"))) : (""));
echo "
</td>
";
}
// line 21
echo "
";
// line 23
echo " ";
if ((($context["num_favorite_tables"] ?? null) > 0)) {
// line 24
echo " <td class=\"text-center d-print-none\">
";
// line 26
echo " ";
$context["fav_params"] = ["db" => // line 27
($context["db"] ?? null), "ajax_request" => true, "favorite_table" => (($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b = // line 29
($context["current_table"] ?? null)) && is_array($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b) || $__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b instanceof ArrayAccess ? ($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b["TABLE_NAME"] ?? null) : null), ((( // line 30
($context["already_favorite"] ?? null)) ? ("remove") : ("add")) . "_favorite") => true];
// line 32
echo " ";
$this->loadTemplate("database/structure/favorite_anchor.twig", "database/structure/structure_table_row.twig", 32)->display(twig_to_array(["table_name_hash" => // line 33
($context["table_name_hash"] ?? null), "db_table_name_hash" => // line 34
($context["db_table_name_hash"] ?? null), "fav_params" => // line 35
($context["fav_params"] ?? null), "already_favorite" => // line 36
($context["already_favorite"] ?? null)]));
// line 38
echo " </td>
";
}
// line 40
echo "
<td class=\"text-center d-print-none\">
<a href=\"";
// line 42
echo PhpMyAdmin\Url::getFromRoute("/sql", twig_array_merge(($context["table_url_params"] ?? null), ["pos" => 0]));
echo "\">
";
// line 43
echo ((($context["may_have_rows"] ?? null)) ? (\PhpMyAdmin\Html\Generator::getIcon("b_browse", _gettext("Browse"))) : (\PhpMyAdmin\Html\Generator::getIcon("bd_browse", _gettext("Browse"))));
echo "
</a>
</td>
<td class=\"text-center d-print-none\">
<a href=\"";
// line 47
echo PhpMyAdmin\Url::getFromRoute("/table/structure", ($context["table_url_params"] ?? null));
echo "\">
";
// line 48
echo \PhpMyAdmin\Html\Generator::getIcon("b_props", _gettext("Structure"));
echo "
</a>
</td>
<td class=\"text-center d-print-none\">
<a href=\"";
// line 52
echo PhpMyAdmin\Url::getFromRoute("/table/search", ($context["table_url_params"] ?? null));
echo "\">
";
// line 53
echo ((($context["may_have_rows"] ?? null)) ? (\PhpMyAdmin\Html\Generator::getIcon("b_select", _gettext("Search"))) : (\PhpMyAdmin\Html\Generator::getIcon("bd_select", _gettext("Search"))));
echo "
</a>
</td>
";
// line 57
if ( !($context["db_is_system_schema"] ?? null)) {
// line 58
echo " <td class=\"insert_table text-center d-print-none\">
<a href=\"";
// line 59
echo PhpMyAdmin\Url::getFromRoute("/table/change", ($context["table_url_params"] ?? null));
echo "\">";
echo \PhpMyAdmin\Html\Generator::getIcon("b_insrow", _gettext("Insert"));
echo "</a>
</td>
";
// line 61
if (($context["table_is_view"] ?? null)) {
// line 62
echo " <td class=\"text-center d-print-none\">
<a href=\"";
// line 63
echo PhpMyAdmin\Url::getFromRoute("/view/create", ["db" => // line 64
($context["db"] ?? null), "table" => (($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 = // line 65
($context["current_table"] ?? null)) && is_array($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002) || $__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 instanceof ArrayAccess ? ($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002["TABLE_NAME"] ?? null) : null)]);
// line 66
echo "\">";
echo \PhpMyAdmin\Html\Generator::getIcon("b_edit", _gettext("Edit"));
echo "</a>
</td>
";
} else {
// line 69
echo " <td class=\"text-center d-print-none\">
<a class=\"truncate_table_anchor ajax\" href=\"";
// line 70
echo PhpMyAdmin\Url::getFromRoute("/sql");
echo "\" data-post=\"";
echo PhpMyAdmin\Url::getCommon(twig_array_merge(($context["table_url_params"] ?? null), ["sql_query" => // line 71
($context["empty_table_sql_query"] ?? null), "message_to_show" => // line 72
($context["empty_table_message_to_show"] ?? null)]), "");
// line 73
echo "\">
";
// line 74
echo ((($context["may_have_rows"] ?? null)) ? (\PhpMyAdmin\Html\Generator::getIcon("b_empty", _gettext("Empty"))) : (\PhpMyAdmin\Html\Generator::getIcon("bd_empty", _gettext("Empty"))));
echo "
</a>
</td>
";
}
// line 78
echo " <td class=\"text-center d-print-none\">
<a class=\"ajax drop_table_anchor";
// line 80
echo (((($context["table_is_view"] ?? null) || ((($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4 = ($context["current_table"] ?? null)) && is_array($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4) || $__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4 instanceof ArrayAccess ? ($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4["ENGINE"] ?? null) : null) == null))) ? (" view") : (""));
echo "\" href=\"";
echo PhpMyAdmin\Url::getFromRoute("/sql");
echo "\" data-post=\"";
// line 81
echo PhpMyAdmin\Url::getCommon(twig_array_merge(($context["table_url_params"] ?? null), ["reload" => 1, "purge" => 1, "sql_query" => // line 84
($context["drop_query"] ?? null), "message_to_show" => // line 85
($context["drop_message"] ?? null)]), "");
// line 86
echo "\">
";
// line 87
echo \PhpMyAdmin\Html\Generator::getIcon("b_drop", _gettext("Drop"));
echo "
</a>
</td>
";
}
// line 91
echo "
";
// line 92
if ((twig_get_attribute($this->env, $this->source, ($context["current_table"] ?? null), "TABLE_ROWS", [], "array", true, true, false, 92) && (((($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666 = // line 93
($context["current_table"] ?? null)) && is_array($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666) || $__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666 instanceof ArrayAccess ? ($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666["ENGINE"] ?? null) : null) != null) || ($context["table_is_view"] ?? null)))) {
// line 94
echo " ";
// line 95
echo " ";
$context["row_count"] = PhpMyAdmin\Util::formatNumber((($__internal_01c35b74bd85735098add188b3f8372ba465b232ab8298cb582c60f493d3c22e = ($context["current_table"] ?? null)) && is_array($__internal_01c35b74bd85735098add188b3f8372ba465b232ab8298cb582c60f493d3c22e) || $__internal_01c35b74bd85735098add188b3f8372ba465b232ab8298cb582c60f493d3c22e instanceof ArrayAccess ? ($__internal_01c35b74bd85735098add188b3f8372ba465b232ab8298cb582c60f493d3c22e["TABLE_ROWS"] ?? null) : null), 0);
// line 96
echo "
";
// line 99
echo " <td class=\"value tbl_rows text-monospace text-right\"
data-table=\"";
// line 100
echo twig_escape_filter($this->env, (($__internal_63ad1f9a2bf4db4af64b010785e9665558fdcac0e8db8b5b413ed986c62dbb52 = ($context["current_table"] ?? null)) && is_array($__internal_63ad1f9a2bf4db4af64b010785e9665558fdcac0e8db8b5b413ed986c62dbb52) || $__internal_63ad1f9a2bf4db4af64b010785e9665558fdcac0e8db8b5b413ed986c62dbb52 instanceof ArrayAccess ? ($__internal_63ad1f9a2bf4db4af64b010785e9665558fdcac0e8db8b5b413ed986c62dbb52["TABLE_NAME"] ?? null) : null), "html", null, true);
echo "\">
";
// line 101
if (($context["approx_rows"] ?? null)) {
// line 102
echo " <a href=\"";
echo PhpMyAdmin\Url::getFromRoute("/database/structure/real-row-count", ["ajax_request" => true, "db" => // line 104
($context["db"] ?? null), "table" => (($__internal_f10a4cc339617934220127f034125576ed229e948660ebac906a15846d52f136 = // line 105
($context["current_table"] ?? null)) && is_array($__internal_f10a4cc339617934220127f034125576ed229e948660ebac906a15846d52f136) || $__internal_f10a4cc339617934220127f034125576ed229e948660ebac906a15846d52f136 instanceof ArrayAccess ? ($__internal_f10a4cc339617934220127f034125576ed229e948660ebac906a15846d52f136["TABLE_NAME"] ?? null) : null)]);
// line 106
echo "\" class=\"ajax real_row_count\">
<bdi>
~";
// line 108
echo twig_escape_filter($this->env, ($context["row_count"] ?? null), "html", null, true);
echo "
</bdi>
</a>
";
} else {
// line 112
echo " ";
echo twig_escape_filter($this->env, ($context["row_count"] ?? null), "html", null, true);
echo "
";
}
// line 114
echo " ";
echo ($context["show_superscript"] ?? null);
echo "
</td>
";
// line 117
if ( !(($context["properties_num_columns"] ?? null) > 1)) {
// line 118
echo " <td class=\"nowrap\">
";
// line 119
if ( !twig_test_empty((($__internal_887a873a4dc3cf8bd4f99c487b4c7727999c350cc3a772414714e49a195e4386 = ($context["current_table"] ?? null)) && is_array($__internal_887a873a4dc3cf8bd4f99c487b4c7727999c350cc3a772414714e49a195e4386) || $__internal_887a873a4dc3cf8bd4f99c487b4c7727999c350cc3a772414714e49a195e4386 instanceof ArrayAccess ? ($__internal_887a873a4dc3cf8bd4f99c487b4c7727999c350cc3a772414714e49a195e4386["ENGINE"] ?? null) : null))) {
// line 120
echo " ";
echo twig_escape_filter($this->env, (($__internal_d527c24a729d38501d770b40a0d25e1ce8a7f0bff897cc4f8f449ba71fcff3d9 = ($context["current_table"] ?? null)) && is_array($__internal_d527c24a729d38501d770b40a0d25e1ce8a7f0bff897cc4f8f449ba71fcff3d9) || $__internal_d527c24a729d38501d770b40a0d25e1ce8a7f0bff897cc4f8f449ba71fcff3d9 instanceof ArrayAccess ? ($__internal_d527c24a729d38501d770b40a0d25e1ce8a7f0bff897cc4f8f449ba71fcff3d9["ENGINE"] ?? null) : null), "html", null, true);
echo "
";
} elseif ( // line 121
($context["table_is_view"] ?? null)) {
// line 122
echo " ";
echo _gettext("View");
// line 123
echo " ";
}
// line 124
echo " </td>
";
// line 125
if ((twig_length_filter($this->env, ($context["collation"] ?? null)) > 0)) {
// line 126
echo " <td class=\"nowrap\">
";
// line 127
echo ($context["collation"] ?? null);
echo "
</td>
";
}
// line 130
echo " ";
}
// line 131
echo "
";
// line 132
if (($context["is_show_stats"] ?? null)) {
// line 133
echo " <td class=\"value tbl_size text-monospace text-right\">
<a href=\"";
// line 134
echo PhpMyAdmin\Url::getFromRoute("/table/structure", ($context["table_url_params"] ?? null));
echo "#showusage\">
<span>";
// line 135
echo twig_escape_filter($this->env, ($context["formatted_size"] ?? null), "html", null, true);
echo "</span>&nbsp;<span class=\"unit\">";
echo twig_escape_filter($this->env, ($context["unit"] ?? null), "html", null, true);
echo "</span>
</a>
</td>
<td class=\"value tbl_overhead text-monospace text-right\">
";
// line 139
echo ($context["overhead"] ?? null);
echo "
</td>
";
}
// line 142
echo "
";
// line 143
if ( !(($context["show_charset"] ?? null) > 1)) {
// line 144
echo " ";
if ((twig_length_filter($this->env, ($context["charset"] ?? null)) > 0)) {
// line 145
echo " <td class=\"nowrap\">
";
// line 146
echo ($context["charset"] ?? null);
echo "
</td>
";
}
// line 149
echo " ";
}
// line 150
echo "
";
// line 151
if (($context["show_comment"] ?? null)) {
// line 152
echo " ";
$context["comment"] = (($__internal_f6dde3a1020453fdf35e718e94f93ce8eb8803b28cc77a665308e14bbe8572ae = ($context["current_table"] ?? null)) && is_array($__internal_f6dde3a1020453fdf35e718e94f93ce8eb8803b28cc77a665308e14bbe8572ae) || $__internal_f6dde3a1020453fdf35e718e94f93ce8eb8803b28cc77a665308e14bbe8572ae instanceof ArrayAccess ? ($__internal_f6dde3a1020453fdf35e718e94f93ce8eb8803b28cc77a665308e14bbe8572ae["Comment"] ?? null) : null);
// line 153
echo " <td>
";
// line 154
if ((twig_length_filter($this->env, ($context["comment"] ?? null)) > ($context["limit_chars"] ?? null))) {
// line 155
echo " <abbr title=\"";
echo twig_escape_filter($this->env, ($context["comment"] ?? null), "html", null, true);
echo "\">
";
// line 156
echo twig_escape_filter($this->env, twig_slice($this->env, ($context["comment"] ?? null), 0, ($context["limit_chars"] ?? null)), "html", null, true);
echo "
...
</abbr>
";
} else {
// line 160
echo " ";
echo twig_escape_filter($this->env, ($context["comment"] ?? null), "html", null, true);
echo "
";
}
// line 162
echo " </td>
";
}
// line 164
echo "
";
// line 165
if (($context["show_creation"] ?? null)) {
// line 166
echo " <td class=\"value tbl_creation text-monospace text-right\">
";
// line 167
echo twig_escape_filter($this->env, ($context["create_time"] ?? null), "html", null, true);
echo "
</td>
";
}
// line 170
echo "
";
// line 171
if (($context["show_last_update"] ?? null)) {
// line 172
echo " <td class=\"value tbl_last_update text-monospace text-right\">
";
// line 173
echo twig_escape_filter($this->env, ($context["update_time"] ?? null), "html", null, true);
echo "
</td>
";
}
// line 176
echo "
";
// line 177
if (($context["show_last_check"] ?? null)) {
// line 178
echo " <td class=\"value tbl_last_check text-monospace text-right\">
";
// line 179
echo twig_escape_filter($this->env, ($context["check_time"] ?? null), "html", null, true);
echo "
</td>
";
}
// line 182
echo "
";
} elseif ( // line 183
($context["table_is_view"] ?? null)) {
// line 184
echo " <td class=\"value tbl_rows text-monospace text-right\">-</td>
<td class=\"nowrap\">
";
// line 186
echo _gettext("View");
// line 187
echo " </td>
<td class=\"nowrap\">---</td>
";
// line 189
if (($context["is_show_stats"] ?? null)) {
// line 190
echo " <td class=\"value tbl_size text-monospace text-right\">-</td>
<td class=\"value tbl_overhead text-monospace text-right\">-</td>
";
}
// line 193
echo " ";
if (($context["show_charset"] ?? null)) {
// line 194
echo " <td></td>
";
}
// line 196
echo " ";
if (($context["show_comment"] ?? null)) {
// line 197
echo " <td></td>
";
}
// line 199
echo " ";
if (($context["show_creation"] ?? null)) {
// line 200
echo " <td class=\"value tbl_creation text-monospace text-right\">-</td>
";
}
// line 202
echo " ";
if (($context["show_last_update"] ?? null)) {
// line 203
echo " <td class=\"value tbl_last_update text-monospace text-right\">-</td>
";
}
// line 205
echo " ";
if (($context["show_last_check"] ?? null)) {
// line 206
echo " <td class=\"value tbl_last_check text-monospace text-right\">-</td>
";
}
// line 208
echo "
";
} else {
// line 210
echo "
";
// line 211
if (($context["db_is_system_schema"] ?? null)) {
// line 212
echo " ";
$context["action_colspan"] = 3;
// line 213
echo " ";
} else {
// line 214
echo " ";
$context["action_colspan"] = 6;
// line 215
echo " ";
}
// line 216
echo " ";
if ((($context["num_favorite_tables"] ?? null) > 0)) {
// line 217
echo " ";
$context["action_colspan"] = (($context["action_colspan"] ?? null) + 1);
// line 218
echo " ";
}
// line 219
echo "
";
// line 220
$context["colspan_for_structure"] = (($context["action_colspan"] ?? null) + 3);
// line 221
echo " <td colspan=\"";
echo (((($context["colspan_for_structure"] ?? null) - ($context["db_is_system_schema"] ?? null))) ? (6) : (9));
echo "\"
class=\"text-center\">
";
// line 223
echo _gettext("in use");
// line 224
echo " </td>
";
}
// line 226
echo "</tr>
";
}
public function getTemplateName()
{
return "database/structure/structure_table_row.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 543 => 226, 539 => 224, 537 => 223, 531 => 221, 529 => 220, 526 => 219, 523 => 218, 520 => 217, 517 => 216, 514 => 215, 511 => 214, 508 => 213, 505 => 212, 503 => 211, 500 => 210, 496 => 208, 492 => 206, 489 => 205, 485 => 203, 482 => 202, 478 => 200, 475 => 199, 471 => 197, 468 => 196, 464 => 194, 461 => 193, 456 => 190, 454 => 189, 450 => 187, 448 => 186, 444 => 184, 442 => 183, 439 => 182, 433 => 179, 430 => 178, 428 => 177, 425 => 176, 419 => 173, 416 => 172, 414 => 171, 411 => 170, 405 => 167, 402 => 166, 400 => 165, 397 => 164, 393 => 162, 387 => 160, 380 => 156, 375 => 155, 373 => 154, 370 => 153, 367 => 152, 365 => 151, 362 => 150, 359 => 149, 353 => 146, 350 => 145, 347 => 144, 345 => 143, 342 => 142, 336 => 139, 327 => 135, 323 => 134, 320 => 133, 318 => 132, 315 => 131, 312 => 130, 306 => 127, 303 => 126, 301 => 125, 298 => 124, 295 => 123, 292 => 122, 290 => 121, 285 => 120, 283 => 119, 280 => 118, 278 => 117, 271 => 114, 265 => 112, 258 => 108, 254 => 106, 252 => 105, 251 => 104, 249 => 102, 247 => 101, 243 => 100, 240 => 99, 237 => 96, 234 => 95, 232 => 94, 230 => 93, 229 => 92, 226 => 91, 219 => 87, 216 => 86, 214 => 85, 213 => 84, 212 => 81, 207 => 80, 204 => 78, 197 => 74, 194 => 73, 192 => 72, 191 => 71, 188 => 70, 185 => 69, 178 => 66, 176 => 65, 175 => 64, 174 => 63, 171 => 62, 169 => 61, 162 => 59, 159 => 58, 157 => 57, 150 => 53, 146 => 52, 139 => 48, 135 => 47, 128 => 43, 124 => 42, 120 => 40, 116 => 38, 114 => 36, 113 => 35, 112 => 34, 111 => 33, 109 => 32, 107 => 30, 106 => 29, 105 => 27, 103 => 26, 100 => 24, 97 => 23, 94 => 21, 88 => 18, 84 => 17, 81 => 16, 79 => 15, 74 => 13, 69 => 11, 63 => 10, 57 => 7, 53 => 6, 49 => 5, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "database/structure/structure_table_row.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/database/structure/structure_table_row.twig");
}
}

View File

@ -0,0 +1,67 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* message.twig */
class __TwigTemplate_1ab009198c4a7481b373f20e0d30d8a136fb0470969051a52a4570e9610c5079 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<div class=\"alert alert-";
echo twig_escape_filter($this->env, ($context["context"] ?? null), "html", null, true);
echo "\" role=\"alert\">
";
// line 2
echo ($context["message"] ?? null);
echo "
</div>
";
}
public function getTemplateName()
{
return "message.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 42 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "message.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/message.twig");
}
}

View File

@ -0,0 +1,534 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* import.twig */
class __TwigTemplate_649ad76f194e381d2faef64b4a7243ddec10e98c0a112aa1d2a77f4fb1f24c20 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'title' => [$this, 'block_title'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo ($context["page_settings_error_html"] ?? null);
echo "
";
// line 2
echo ($context["page_settings_html"] ?? null);
echo "
<iframe id=\"import_upload_iframe\" name=\"import_upload_iframe\" width=\"1\" height=\"1\" class=\"hide\"></iframe>
<div id=\"import_form_status\" class=\"hide\"></div>
<div id=\"importmain\" class=\"container-fluid\">
<img src=\"";
// line 7
echo twig_escape_filter($this->env, ($context["theme_image_path"] ?? null), "html", null, true);
echo "ajax_clock_small.gif\" width=\"16\" height=\"16\" alt=\"ajax clock\" class=\"hide\">
<script type=\"text/javascript\">
//<![CDATA[
";
// line 11
$this->loadTemplate("import/javascript.twig", "import.twig", 11)->display(twig_to_array(["upload_id" => // line 12
($context["upload_id"] ?? null), "handler" => // line 13
($context["handler"] ?? null), "theme_image_path" => // line 14
($context["theme_image_path"] ?? null)]));
// line 16
echo " //]]>
</script>
<form id=\"import_file_form\"
action=\"";
// line 20
echo PhpMyAdmin\Url::getFromRoute("/import");
echo "\"
method=\"post\"
enctype=\"multipart/form-data\"
name=\"import\"
class=\"ajax\"";
// line 25
if ((($context["handler"] ?? null) != "PhpMyAdmin\\Plugins\\Import\\Upload\\UploadNoplugin")) {
// line 26
echo " target=\"import_upload_iframe\"";
}
// line 27
echo ">
";
// line 29
echo PhpMyAdmin\Url::getHiddenInputs(($context["hidden_inputs"] ?? null));
echo "
<div class=\"exportoptions\" id=\"header\">
<h2>
";
// line 33
echo \PhpMyAdmin\Html\Generator::getImage("b_import", _gettext("Import"));
echo "
";
// line 34
$this->displayBlock('title', $context, $blocks);
// line 35
echo " </h2>
</div>
<div class=\"importoptions\">
<h3>";
// line 39
echo _gettext("File to import:");
echo "</h3>
";
// line 42
echo " ";
if ( !twig_test_empty(($context["compressions"] ?? null))) {
// line 43
echo " <div class=\"formelementrow\" id=\"compression_info\">
<p>
";
// line 45
echo twig_escape_filter($this->env, sprintf(_gettext("File may be compressed (%s) or uncompressed."), twig_join_filter(($context["compressions"] ?? null), ", ")), "html", null, true);
echo "
<br>
";
// line 47
echo _gettext("A compressed file's name must end in <strong>.[format].[compression]</strong>. Example: <strong>.sql.zip</strong>");
// line 48
echo " </p>
</div>
";
}
// line 51
echo "
<div class=\"formelementrow\" id=\"upload_form\">
";
// line 53
if ((($context["is_upload"] ?? null) && !twig_test_empty(($context["upload_dir"] ?? null)))) {
// line 54
echo " <ul>
<li>
<input type=\"radio\" name=\"file_location\" id=\"radio_import_file\" required=\"required\">
<label for=\"radio_import_file\">";
// line 57
echo _gettext("Browse your computer:");
echo "</label>
<div id=\"upload_form_status\" class=\"hide\"></div>
<div id=\"upload_form_status_info\" class=\"hide\"></div>
<input type=\"file\" name=\"import_file\" id=\"input_import_file\" aria-label=\"";
// line 62
echo _gettext("Browse your computer");
echo "\">
";
// line 64
echo twig_escape_filter($this->env, PhpMyAdmin\Util::getFormattedMaximumUploadSize(($context["max_upload_size"] ?? null)), "html", null, true);
echo "
<input type=\"hidden\" name=\"MAX_FILE_SIZE\" value=\"";
// line 66
echo twig_escape_filter($this->env, ($context["max_upload_size"] ?? null), "html", null, true);
echo "\">
<p>";
// line 68
echo _gettext("You may also drag and drop a file on any page.");
echo "</p>
</li>
<li>
<input type=\"radio\" name=\"file_location\" id=\"radio_local_import_file\"";
// line 72
echo ((( !twig_test_empty(($context["timeout_passed_global"] ?? null)) && !twig_test_empty(($context["local_import_file"] ?? null)))) ? (" checked") : (""));
echo ">
<label for=\"radio_local_import_file\">
";
// line 74
echo PhpMyAdmin\Sanitize::sanitizeMessage(sprintf(_gettext("Select from the web server upload directory [strong]%s[/strong]:"), ($context["user_upload_dir"] ?? null)));
echo "
</label>
";
// line 77
if ((($context["local_files"] ?? null) === false)) {
// line 78
echo " ";
echo call_user_func_array($this->env->getFilter('error')->getCallable(), [_gettext("The directory you set for upload work cannot be reached.")]);
echo "
";
} elseif ( !twig_test_empty( // line 79
($context["local_files"] ?? null))) {
// line 80
echo " <select size=\"1\" name=\"local_import_file\" id=\"select_local_import_file\" aria-label=\"";
echo _gettext("Select file to import");
echo "\">
<option value=\"\"></option>
";
// line 82
echo ($context["local_files"] ?? null);
echo "
</select>
";
} else {
// line 85
echo " <em>";
echo _gettext("There are no files to upload!");
echo "</em>
";
}
// line 87
echo " </li>
</ul>
";
} elseif ( // line 89
($context["is_upload"] ?? null)) {
// line 90
echo " <label for=\"input_import_file\">";
echo _gettext("Browse your computer:");
echo "</label>
<div id=\"upload_form_status\" class=\"hide\"></div>
<div id=\"upload_form_status_info\" class=\"hide\"></div>
<input type=\"file\" name=\"import_file\" id=\"input_import_file\">
";
// line 97
echo twig_escape_filter($this->env, PhpMyAdmin\Util::getFormattedMaximumUploadSize(($context["max_upload_size"] ?? null)), "html", null, true);
echo "
<input type=\"hidden\" name=\"MAX_FILE_SIZE\" value=\"";
// line 99
echo twig_escape_filter($this->env, ($context["max_upload_size"] ?? null), "html", null, true);
echo "\">
<p>";
// line 101
echo _gettext("You may also drag and drop a file on any page.");
echo "</p>
";
} elseif ( !twig_test_empty( // line 102
($context["upload_dir"] ?? null))) {
// line 103
echo " <label for=\"select_local_import_file\">
";
// line 104
echo PhpMyAdmin\Sanitize::sanitizeMessage(sprintf(_gettext("Select from the web server upload directory [strong]%s[/strong]:"), ($context["user_upload_dir"] ?? null)));
echo "
</label>
";
// line 107
if ((($context["local_files"] ?? null) === false)) {
// line 108
echo " ";
echo call_user_func_array($this->env->getFilter('error')->getCallable(), [_gettext("The directory you set for upload work cannot be reached.")]);
echo "
";
} elseif ( !twig_test_empty( // line 109
($context["local_files"] ?? null))) {
// line 110
echo " <select size=\"1\" name=\"local_import_file\" id=\"select_local_import_file\">
<option value=\"\"></option>
";
// line 112
echo ($context["local_files"] ?? null);
echo "
</select>
";
} else {
// line 115
echo " <em>";
echo _gettext("There are no files to upload!");
echo "</em>
";
}
// line 117
echo " ";
} else {
// line 118
echo " ";
echo call_user_func_array($this->env->getFilter('notice')->getCallable(), [_gettext("File uploads are not allowed on this server.")]);
echo "
";
}
// line 120
echo " </div>
<div class=\"formelementrow\" id=\"charaset_of_file\">
";
// line 124
echo " <label for=\"charset_of_file\">";
echo _gettext("Character set of the file:");
echo "</label>
";
// line 125
if (($context["is_encoding_supported"] ?? null)) {
// line 126
echo " <select id=\"charset_of_file\" name=\"charset_of_file\" size=\"1\">
";
// line 127
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["encodings"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["charset"]) {
// line 128
echo " <option value=\"";
echo twig_escape_filter($this->env, $context["charset"], "html", null, true);
echo "\"
";
// line 129
if (((twig_test_empty(($context["import_charset"] ?? null)) && ($context["charset"] == "utf-8")) || ( // line 130
$context["charset"] == ($context["import_charset"] ?? null)))) {
// line 131
echo " selected=\"selected\"
";
}
// line 132
echo ">
";
// line 133
echo twig_escape_filter($this->env, $context["charset"], "html", null, true);
echo "
</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['charset'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 136
echo " </select>
";
} else {
// line 138
echo " <select lang=\"en\" dir=\"ltr\" name=\"charset_of_file\" id=\"charset_of_file\">
<option value=\"\"></option>
";
// line 140
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["charsets"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["charset"]) {
// line 141
echo " <option value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["charset"], "name", [], "any", false, false, false, 141), "html", null, true);
echo "\" title=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["charset"], "description", [], "any", false, false, false, 141), "html", null, true);
echo "\"";
// line 142
echo (((twig_get_attribute($this->env, $this->source, $context["charset"], "name", [], "any", false, false, false, 142) == "utf8")) ? (" selected") : (""));
echo ">";
// line 143
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["charset"], "name", [], "any", false, false, false, 143), "html", null, true);
// line 144
echo "</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['charset'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 146
echo " </select>
";
}
// line 148
echo " </div>
</div>
<div class=\"importoptions\">
<h3>";
// line 152
echo _gettext("Partial import:");
echo "</h3>
";
// line 154
if ((array_key_exists("timeout_passed", $context) && ($context["timeout_passed"] ?? null))) {
// line 155
echo " <div class=\"formelementrow\">
<input type=\"hidden\" name=\"skip\" value=\"";
// line 156
echo twig_escape_filter($this->env, ($context["offset"] ?? null), "html", null, true);
echo "\">
";
// line 157
echo twig_escape_filter($this->env, sprintf(_gettext("Previous import timed out, after resubmitting will continue from position %d."), ($context["offset"] ?? null)), "html", null, true);
echo "
</div>
";
}
// line 160
echo "
<div class=\"formelementrow\">
<input type=\"checkbox\" name=\"allow_interrupt\" value=\"yes\" id=\"checkbox_allow_interrupt\"
";
// line 163
echo PhpMyAdmin\Plugins::checkboxCheck("Import", "allow_interrupt");
echo ">
<label for=\"checkbox_allow_interrupt\">
";
// line 165
echo _gettext("Allow the interruption of an import in case the script detects it is close to the PHP timeout limit. <em>(This might be a good way to import large files, however it can break transactions.)</em>");
// line 166
echo " </label>
</div>
";
// line 169
if ( !(array_key_exists("timeout_passed", $context) && ($context["timeout_passed"] ?? null))) {
// line 170
echo " <div class=\"formelementrow\">
<label for=\"text_skip_queries\">
";
// line 172
echo _gettext("Skip this number of queries (for SQL) starting from the first one:");
// line 173
echo " </label>
<input type=\"number\" name=\"skip_queries\" value=\"";
// line 175
echo PhpMyAdmin\Plugins::getDefault("Import", "skip_queries");
// line 176
echo "\" id=\"text_skip_queries\" min=\"0\">
</div>
";
} else {
// line 179
echo " ";
// line 182
echo " <input type=\"hidden\" name=\"skip_queries\" value=\"";
// line 183
echo PhpMyAdmin\Plugins::getDefault("Import", "skip_queries");
// line 184
echo "\" id=\"text_skip_queries\">
";
}
// line 186
echo " </div>
<div class=\"importoptions\">
<h3>";
// line 189
echo _gettext("Other options:");
echo "</h3>
<div class=\"formelementrow\">
<input type=\"hidden\" name=\"fk_checks\" value=\"0\">
<input type=\"checkbox\" name=\"fk_checks\" id=\"fk_checks\" value=\"1\"";
// line 192
echo ((($context["is_foreign_key_check"] ?? null)) ? (" checked") : (""));
echo ">
<label for=\"fk_checks\">";
// line 193
echo _gettext("Enable foreign key checks");
echo "</label>
</div>
</div>
<div class=\"importoptions\">
<h3>";
// line 198
echo _gettext("Format:");
echo "</h3>
";
// line 199
echo PhpMyAdmin\Plugins::getChoice("Import", "format", ($context["import_list"] ?? null));
echo "
<div id=\"import_notification\"></div>
</div>
<div class=\"importoptions\" id=\"format_specific_opts\">
<h3>";
// line 204
echo _gettext("Format-specific options:");
echo "</h3>
<p class=\"no_js_msg\" id=\"scroll_to_options_msg\">
";
// line 206
echo _gettext("Scroll down to fill in the options for the selected format and ignore the options for other formats.");
// line 207
echo " </p>
";
// line 208
echo PhpMyAdmin\Plugins::getOptions("Import", ($context["import_list"] ?? null));
echo "
</div>
<div class=\"clearfloat\"></div>
";
// line 213
echo " ";
if (($context["can_convert_kanji"] ?? null)) {
// line 214
echo " <div class=\"importoptions\" id=\"kanji_encoding\">
<h3>";
// line 215
echo _gettext("Encoding Conversion:");
echo "</h3>
";
// line 216
$this->loadTemplate("encoding/kanji_encoding_form.twig", "import.twig", 216)->display($context);
// line 217
echo " </div>
";
}
// line 219
echo "
<div class=\"importoptions justify-content-end\" id=\"submit\">
<input id=\"buttonGo\" class=\"btn btn-primary\" type=\"submit\" value=\"";
// line 221
echo _gettext("Go");
echo "\">
</div>
</form>
</div>
";
}
// line 34
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
}
public function getTemplateName()
{
return "import.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 510 => 34, 501 => 221, 497 => 219, 493 => 217, 491 => 216, 487 => 215, 484 => 214, 481 => 213, 474 => 208, 471 => 207, 469 => 206, 464 => 204, 456 => 199, 452 => 198, 444 => 193, 440 => 192, 434 => 189, 429 => 186, 425 => 184, 423 => 183, 421 => 182, 419 => 179, 414 => 176, 412 => 175, 409 => 173, 407 => 172, 403 => 170, 401 => 169, 396 => 166, 394 => 165, 389 => 163, 384 => 160, 378 => 157, 374 => 156, 371 => 155, 369 => 154, 364 => 152, 358 => 148, 354 => 146, 347 => 144, 345 => 143, 342 => 142, 336 => 141, 332 => 140, 328 => 138, 324 => 136, 315 => 133, 312 => 132, 308 => 131, 306 => 130, 305 => 129, 300 => 128, 296 => 127, 293 => 126, 291 => 125, 286 => 124, 281 => 120, 275 => 118, 272 => 117, 266 => 115, 260 => 112, 256 => 110, 254 => 109, 249 => 108, 247 => 107, 241 => 104, 238 => 103, 236 => 102, 232 => 101, 227 => 99, 222 => 97, 211 => 90, 209 => 89, 205 => 87, 199 => 85, 193 => 82, 187 => 80, 185 => 79, 180 => 78, 178 => 77, 172 => 74, 167 => 72, 161 => 68, 156 => 66, 151 => 64, 146 => 62, 138 => 57, 133 => 54, 131 => 53, 127 => 51, 122 => 48, 120 => 47, 115 => 45, 111 => 43, 108 => 42, 103 => 39, 97 => 35, 95 => 34, 91 => 33, 84 => 29, 80 => 27, 77 => 26, 75 => 25, 68 => 20, 62 => 16, 60 => 14, 59 => 13, 58 => 12, 57 => 11, 50 => 7, 42 => 2, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "import.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/import.twig");
}
}

View File

@ -0,0 +1,67 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* message.twig */
class __TwigTemplate_e7656b70283e6019c79654663131c2c20ba072e5d7ccf162a52e718a7815cf61 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<div class=\"alert alert-";
echo twig_escape_filter($this->env, ($context["context"] ?? null), "html", null, true);
echo "\" role=\"alert\">
";
// line 2
echo ($context["message"] ?? null);
echo "
</div>
";
}
public function getTemplateName()
{
return "message.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 42 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "message.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/message.twig");
}
}

View File

@ -0,0 +1,109 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* footer.twig */
class __TwigTemplate_63b890d6af6a6cace7ee82545e7fad36bb29f9f5374c65560227eab463a02942 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
if ( !($context["is_ajax"] ?? null)) {
// line 2
echo " </div>
";
}
// line 4
if (( !($context["is_ajax"] ?? null) && !($context["is_minimal"] ?? null))) {
// line 5
echo " ";
echo ($context["self_link"] ?? null);
echo "
<div class=\"clearfloat\" id=\"pma_errors\">
";
// line 8
echo ($context["error_messages"] ?? null);
echo "
</div>
";
// line 11
echo ($context["scripts"] ?? null);
echo "
";
// line 13
if (($context["is_demo"] ?? null)) {
// line 14
echo " <div id=\"pma_demo\">
";
// line 15
echo ($context["demo_message"] ?? null);
echo "
</div>
";
}
// line 18
echo "
";
// line 19
echo ($context["footer"] ?? null);
echo "
";
}
// line 21
if ( !($context["is_ajax"] ?? null)) {
// line 22
echo " </body>
</html>
";
}
}
public function getTemplateName()
{
return "footer.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 84 => 22, 82 => 21, 77 => 19, 74 => 18, 68 => 15, 65 => 14, 63 => 13, 58 => 11, 52 => 8, 45 => 5, 43 => 4, 39 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "footer.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/footer.twig");
}
}

View File

@ -0,0 +1,55 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* config/form_display/form_bottom.twig */
class __TwigTemplate_332454ed2cffe0d3112ac08ec22296a4f109d04bcab0499040c69986ecebf268 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "</form>
";
}
public function getTemplateName()
{
return "config/form_display/form_bottom.twig";
}
public function getDebugInfo()
{
return array ( 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "config/form_display/form_bottom.twig", "E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\pma\\templates\\config\\form_display\\form_bottom.twig");
}
}

View File

@ -0,0 +1,74 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* javascript/display.twig */
class __TwigTemplate_8cba84e189922159ac32568096f47993c45bfac80f040f7298f10a660b25a4f9 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<script type=\"text/javascript\">
if (typeof configInlineParams === 'undefined' || !Array.isArray(configInlineParams)) {
configInlineParams = [];
}
configInlineParams.push(function () {
";
// line 6
echo twig_join_filter(($context["js_array"] ?? null), ";
");
echo ";
});
if (typeof configScriptLoaded !== 'undefined' && configInlineParams) {
loadInlineConfig();
}
</script>
";
}
public function getTemplateName()
{
return "javascript/display.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 44 => 6, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "javascript/display.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/javascript/display.twig");
}
}

View File

@ -0,0 +1,69 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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/search/column_comparison_operators.twig */
class __TwigTemplate_b9099dc5b1052e3633d876bea5a0360960775730381e2f8e7ca57f10cfdf8966 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<select class=\"column-operator\" id=\"ColumnOperator";
echo twig_escape_filter($this->env, ($context["search_index"] ?? null), "html", null, true);
echo "\" name=\"criteriaColumnOperators[";
echo twig_escape_filter($this->env, ($context["search_index"] ?? null), "html", null, true);
echo "]\">
";
// line 2
echo ($context["type_operators"] ?? null);
echo "
</select>
";
}
public function getTemplateName()
{
return "table/search/column_comparison_operators.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 44 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "table/search/column_comparison_operators.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/table/search/column_comparison_operators.twig");
}
}

View File

@ -0,0 +1,74 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* javascript/display.twig */
class __TwigTemplate_ac7a062b244ed81e322eeaf29f88a65f9ed321b1af3efc6f35287024676f5e51 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<script type=\"text/javascript\">
if (typeof configInlineParams === 'undefined' || !Array.isArray(configInlineParams)) {
configInlineParams = [];
}
configInlineParams.push(function () {
";
// line 6
echo twig_join_filter(($context["js_array"] ?? null), ";
");
echo ";
});
if (typeof configScriptLoaded !== 'undefined' && configInlineParams) {
loadInlineConfig();
}
</script>
";
}
public function getTemplateName()
{
return "javascript/display.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 44 => 6, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "javascript/display.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/javascript/display.twig");
}
}

View File

@ -0,0 +1,133 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* scripts.twig */
class __TwigTemplate_8be3bd41ed1d96544048a7a0a79dcbd1a525db56ab3a99970d90cae9e1cf212e extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["files"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["file"]) {
// line 2
echo " <script data-cfasync=\"false\" type=\"text/javascript\" src=\"";
echo twig_escape_filter($this->env, ($context["base_dir"] ?? null), "html", null, true);
echo "js/";
// line 3
echo twig_escape_filter($this->env, ((((is_string($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = twig_get_attribute($this->env, $this->source, $context["file"], "filename", [], "any", false, false, false, 3)) && is_string($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 = "vendor/") && ('' === $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 || 0 === strpos($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4, $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144))) || (is_string($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b = twig_get_attribute($this->env, $this->source, $context["file"], "filename", [], "any", false, false, false, 3)) && is_string($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 = "messages.php") && ('' === $__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 || 0 === strpos($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b, $__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002))))) ? (twig_get_attribute($this->env, $this->source, $context["file"], "filename", [], "any", false, false, false, 3)) : (("dist/" . twig_get_attribute($this->env, $this->source, $context["file"], "filename", [], "any", false, false, false, 3)))), "html", null, true);
// line 4
((twig_in_filter(".php", twig_get_attribute($this->env, $this->source, $context["file"], "filename", [], "any", false, false, false, 4))) ? (print (PhpMyAdmin\Url::getCommon(twig_array_merge(twig_get_attribute($this->env, $this->source, $context["file"], "params", [], "any", false, false, false, 4), ["v" => ($context["version"] ?? null)])))) : (print (twig_escape_filter($this->env, ("?v=" . twig_urlencode_filter(($context["version"] ?? null))), "html", null, true))));
echo "\"></script>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['file'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 6
echo "
<script data-cfasync=\"false\" type=\"text/javascript\">
// <![CDATA[
";
// line 9
echo ($context["code"] ?? null);
echo "
";
// line 10
if ( !twig_test_empty(($context["files"] ?? null))) {
// line 11
echo "AJAX.scriptHandler
";
// line 12
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["files"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["file"]) {
// line 13
echo " .add('";
echo PhpMyAdmin\Sanitize::escapeJsString(twig_get_attribute($this->env, $this->source, $context["file"], "filename", [], "any", false, false, false, 13));
echo "', ";
echo ((twig_get_attribute($this->env, $this->source, $context["file"], "has_onload", [], "any", false, false, false, 13)) ? (1) : (0));
echo ")
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['file'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 15
echo ";
\$(function() {
";
// line 17
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["files"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["file"]) {
// line 18
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["file"], "has_onload", [], "any", false, false, false, 18)) {
// line 19
echo " AJAX.fireOnload('";
echo PhpMyAdmin\Sanitize::escapeJsString(twig_get_attribute($this->env, $this->source, $context["file"], "filename", [], "any", false, false, false, 19));
echo "');
";
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['file'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 22
echo "});
";
}
// line 24
echo "// ]]>
</script>
";
}
public function getTemplateName()
{
return "scripts.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 109 => 24, 105 => 22, 95 => 19, 92 => 18, 88 => 17, 84 => 15, 73 => 13, 69 => 12, 66 => 11, 64 => 10, 60 => 9, 55 => 6, 47 => 4, 45 => 3, 41 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "scripts.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/scripts.twig");
}
}

View File

@ -0,0 +1,287 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* display/results/checkbox_and_links.twig */
class __TwigTemplate_3e7aabd8e0174107d4df62679c80c9ff0cbbe645454a5e9a4e4d23733d0b6644 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
if ((($context["position"] ?? null) == "left")) {
// line 2
echo " ";
if (($context["has_checkbox"] ?? null)) {
// line 3
echo " <td class=\"text-center print_ignore\">
<input type=\"checkbox\" class=\"multi_checkbox checkall\" id=\"id_rows_to_delete";
// line 5
echo twig_escape_filter($this->env, ($context["row_number"] ?? null), "html", null, true);
echo "_left\" name=\"rows_to_delete[";
echo twig_escape_filter($this->env, ($context["row_number"] ?? null), "html", null, true);
echo "]\" value=\"";
echo twig_escape_filter($this->env, ($context["where_clause"] ?? null), "html", null, true);
echo "\">
<input type=\"hidden\" class=\"condition_array\" value=\"";
// line 6
echo twig_escape_filter($this->env, ($context["condition"] ?? null), "html", null, true);
echo "\">
</td>
";
}
// line 9
echo "
";
// line 10
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["edit"] ?? null), "url", [], "any", false, false, false, 10))) {
// line 11
echo " <td class=\"text-center print_ignore edit_row_anchor";
echo (( !twig_get_attribute($this->env, $this->source, ($context["edit"] ?? null), "clause_is_unique", [], "any", false, false, false, 11)) ? (" nonunique") : (""));
echo "\">
<span class=\"nowrap\">
";
// line 13
echo PhpMyAdmin\Html\Generator::linkOrButton(twig_get_attribute($this->env, $this->source, ($context["edit"] ?? null), "url", [], "any", false, false, false, 13), twig_get_attribute($this->env, $this->source, ($context["edit"] ?? null), "string", [], "any", false, false, false, 13));
echo "
";
// line 14
if ( !twig_test_empty(($context["where_clause"] ?? null))) {
// line 15
echo " <input type=\"hidden\" class=\"where_clause\" value=\"";
echo twig_escape_filter($this->env, ($context["where_clause"] ?? null), "html", null, true);
echo "\">
";
}
// line 17
echo " </span>
</td>
";
}
// line 20
echo "
";
// line 21
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["copy"] ?? null), "url", [], "any", false, false, false, 21))) {
// line 22
echo " <td class=\"text-center print_ignore\">
<span class=\"nowrap\">
";
// line 24
echo PhpMyAdmin\Html\Generator::linkOrButton(twig_get_attribute($this->env, $this->source, ($context["copy"] ?? null), "url", [], "any", false, false, false, 24), twig_get_attribute($this->env, $this->source, ($context["copy"] ?? null), "string", [], "any", false, false, false, 24));
echo "
";
// line 25
if ( !twig_test_empty(($context["where_clause"] ?? null))) {
// line 26
echo " <input type=\"hidden\" class=\"where_clause\" value=\"";
echo twig_escape_filter($this->env, ($context["where_clause"] ?? null), "html", null, true);
echo "\">
";
}
// line 28
echo " </span>
</td>
";
}
// line 31
echo "
";
// line 32
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["delete"] ?? null), "url", [], "any", false, false, false, 32))) {
// line 33
echo " <td class=\"text-center print_ignore";
echo ((($context["is_ajax"] ?? null)) ? (" ajax") : (""));
echo "\">
<span class=\"nowrap\">
";
// line 35
echo PhpMyAdmin\Html\Generator::linkOrButton(twig_get_attribute($this->env, $this->source, ($context["delete"] ?? null), "url", [], "any", false, false, false, 35), twig_get_attribute($this->env, $this->source, ($context["delete"] ?? null), "string", [], "any", false, false, false, 35), ["class" => ("delete_row requireConfirm" . ((($context["is_ajax"] ?? null)) ? (" ajax") : ("")))]);
echo "
";
// line 36
if ( !twig_test_empty(($context["js_conf"] ?? null))) {
// line 37
echo " <div class=\"hide\">";
echo twig_escape_filter($this->env, ($context["js_conf"] ?? null), "html", null, true);
echo "</div>
";
}
// line 39
echo " </span>
</td>
";
}
} elseif (( // line 42
($context["position"] ?? null) == "right")) {
// line 43
echo " ";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["delete"] ?? null), "url", [], "any", false, false, false, 43))) {
// line 44
echo " <td class=\"text-center print_ignore";
echo ((($context["is_ajax"] ?? null)) ? (" ajax") : (""));
echo "\">
<span class=\"nowrap\">
";
// line 46
echo PhpMyAdmin\Html\Generator::linkOrButton(twig_get_attribute($this->env, $this->source, ($context["delete"] ?? null), "url", [], "any", false, false, false, 46), twig_get_attribute($this->env, $this->source, ($context["delete"] ?? null), "string", [], "any", false, false, false, 46), ["class" => ("delete_row requireConfirm" . ((($context["is_ajax"] ?? null)) ? (" ajax") : ("")))]);
echo "
";
// line 47
if ( !twig_test_empty(($context["js_conf"] ?? null))) {
// line 48
echo " <div class=\"hide\">";
echo twig_escape_filter($this->env, ($context["js_conf"] ?? null), "html", null, true);
echo "</div>
";
}
// line 50
echo " </span>
</td>
";
}
// line 53
echo "
";
// line 54
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["copy"] ?? null), "url", [], "any", false, false, false, 54))) {
// line 55
echo " <td class=\"text-center print_ignore\">
<span class=\"nowrap\">
";
// line 57
echo PhpMyAdmin\Html\Generator::linkOrButton(twig_get_attribute($this->env, $this->source, ($context["copy"] ?? null), "url", [], "any", false, false, false, 57), twig_get_attribute($this->env, $this->source, ($context["copy"] ?? null), "string", [], "any", false, false, false, 57));
echo "
";
// line 58
if ( !twig_test_empty(($context["where_clause"] ?? null))) {
// line 59
echo " <input type=\"hidden\" class=\"where_clause\" value=\"";
echo twig_escape_filter($this->env, ($context["where_clause"] ?? null), "html", null, true);
echo "\">
";
}
// line 61
echo " </span>
</td>
";
}
// line 64
echo "
";
// line 65
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["edit"] ?? null), "url", [], "any", false, false, false, 65))) {
// line 66
echo " <td class=\"text-center print_ignore edit_row_anchor";
echo (( !twig_get_attribute($this->env, $this->source, ($context["edit"] ?? null), "clause_is_unique", [], "any", false, false, false, 66)) ? (" nonunique") : (""));
echo "\">
<span class=\"nowrap\">
";
// line 68
echo PhpMyAdmin\Html\Generator::linkOrButton(twig_get_attribute($this->env, $this->source, ($context["edit"] ?? null), "url", [], "any", false, false, false, 68), twig_get_attribute($this->env, $this->source, ($context["edit"] ?? null), "string", [], "any", false, false, false, 68));
echo "
";
// line 69
if ( !twig_test_empty(($context["where_clause"] ?? null))) {
// line 70
echo " <input type=\"hidden\" class=\"where_clause\" value=\"";
echo twig_escape_filter($this->env, ($context["where_clause"] ?? null), "html", null, true);
echo "\">
";
}
// line 72
echo " </span>
</td>
";
}
// line 75
echo "
";
// line 76
if (($context["has_checkbox"] ?? null)) {
// line 77
echo " <td class=\"text-center print_ignore\">
<input type=\"checkbox\" class=\"multi_checkbox checkall\" id=\"id_rows_to_delete";
// line 79
echo twig_escape_filter($this->env, ($context["row_number"] ?? null), "html", null, true);
echo "_right\" name=\"rows_to_delete[";
echo twig_escape_filter($this->env, ($context["row_number"] ?? null), "html", null, true);
echo "]\" value=\"";
echo twig_escape_filter($this->env, ($context["where_clause"] ?? null), "html", null, true);
echo "\">
<input type=\"hidden\" class=\"condition_array\" value=\"";
// line 80
echo twig_escape_filter($this->env, ($context["condition"] ?? null), "html", null, true);
echo "\">
</td>
";
}
} else {
// line 84
echo " ";
if (($context["has_checkbox"] ?? null)) {
// line 85
echo " <td class=\"text-center print_ignore\">
<input type=\"checkbox\" class=\"multi_checkbox checkall\" id=\"id_rows_to_delete";
// line 87
echo twig_escape_filter($this->env, ($context["row_number"] ?? null), "html", null, true);
echo "_left\" name=\"rows_to_delete[";
echo twig_escape_filter($this->env, ($context["row_number"] ?? null), "html", null, true);
echo "]\" value=\"";
echo twig_escape_filter($this->env, ($context["where_clause"] ?? null), "html", null, true);
echo "\">
<input type=\"hidden\" class=\"condition_array\" value=\"";
// line 88
echo twig_escape_filter($this->env, ($context["condition"] ?? null), "html", null, true);
echo "\">
</td>
";
}
}
}
public function getTemplateName()
{
return "display/results/checkbox_and_links.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 260 => 88, 252 => 87, 249 => 85, 246 => 84, 239 => 80, 231 => 79, 228 => 77, 226 => 76, 223 => 75, 218 => 72, 212 => 70, 210 => 69, 206 => 68, 200 => 66, 198 => 65, 195 => 64, 190 => 61, 184 => 59, 182 => 58, 178 => 57, 174 => 55, 172 => 54, 169 => 53, 164 => 50, 158 => 48, 156 => 47, 152 => 46, 146 => 44, 143 => 43, 141 => 42, 136 => 39, 130 => 37, 128 => 36, 124 => 35, 118 => 33, 116 => 32, 113 => 31, 108 => 28, 102 => 26, 100 => 25, 96 => 24, 92 => 22, 90 => 21, 87 => 20, 82 => 17, 76 => 15, 74 => 14, 70 => 13, 64 => 11, 62 => 10, 59 => 9, 53 => 6, 45 => 5, 42 => 3, 39 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "display/results/checkbox_and_links.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/display/results/checkbox_and_links.twig");
}
}

View File

@ -0,0 +1,228 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* header.twig */
class __TwigTemplate_1be1a5929f2abebe787ba98e8e5ca8b8f32ca131db7c39763e71fd8469291392 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<!doctype html>
<html lang=\"";
// line 2
echo twig_escape_filter($this->env, ($context["lang"] ?? null), "html", null, true);
echo "\" dir=\"";
echo twig_escape_filter($this->env, ($context["text_dir"] ?? null), "html", null, true);
echo "\">
<head>
<meta charset=\"utf-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
<meta name=\"referrer\" content=\"no-referrer\">
<meta name=\"robots\" content=\"noindex,nofollow\">
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\">
";
// line 9
if ( !($context["allow_third_party_framing"] ?? null)) {
// line 10
echo "<style id=\"cfs-style\">html{display: none;}</style>";
}
// line 12
echo "
<link rel=\"icon\" href=\"favicon.ico\" type=\"image/x-icon\">
<link rel=\"shortcut icon\" href=\"favicon.ico\" type=\"image/x-icon\">
";
// line 15
if (($context["is_print_view"] ?? null)) {
// line 16
echo " <link rel=\"stylesheet\" type=\"text/css\" href=\"";
echo twig_escape_filter($this->env, ($context["base_dir"] ?? null), "html", null, true);
echo "print.css?";
echo twig_escape_filter($this->env, ($context["version"] ?? null), "html", null, true);
echo "\">
";
} else {
// line 18
echo " <link rel=\"stylesheet\" type=\"text/css\" href=\"";
echo twig_escape_filter($this->env, ($context["theme_path"] ?? null), "html", null, true);
echo "/jquery/jquery-ui.css\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 19
echo twig_escape_filter($this->env, ($context["base_dir"] ?? null), "html", null, true);
echo "js/vendor/codemirror/lib/codemirror.css?";
echo twig_escape_filter($this->env, ($context["version"] ?? null), "html", null, true);
echo "\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 20
echo twig_escape_filter($this->env, ($context["base_dir"] ?? null), "html", null, true);
echo "js/vendor/codemirror/addon/hint/show-hint.css?";
echo twig_escape_filter($this->env, ($context["version"] ?? null), "html", null, true);
echo "\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 21
echo twig_escape_filter($this->env, ($context["base_dir"] ?? null), "html", null, true);
echo "js/vendor/codemirror/addon/lint/lint.css?";
echo twig_escape_filter($this->env, ($context["version"] ?? null), "html", null, true);
echo "\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 22
echo twig_escape_filter($this->env, ($context["theme_path"] ?? null), "html", null, true);
echo "/css/theme";
echo (((($context["text_dir"] ?? null) == "rtl")) ? ("-rtl") : (""));
echo ".css?";
echo twig_escape_filter($this->env, ($context["version"] ?? null), "html", null, true);
echo "&nocache=";
// line 23
echo twig_escape_filter($this->env, ($context["unique_value"] ?? null), "html", null, true);
echo twig_escape_filter($this->env, ($context["text_dir"] ?? null), "html", null, true);
if ( !twig_test_empty(($context["server"] ?? null))) {
echo "&server=";
echo twig_escape_filter($this->env, ($context["server"] ?? null), "html", null, true);
}
echo "\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 24
echo twig_escape_filter($this->env, ($context["theme_path"] ?? null), "html", null, true);
echo "/css/printview.css?";
echo twig_escape_filter($this->env, ($context["version"] ?? null), "html", null, true);
echo "\" media=\"print\" id=\"printcss\">
";
}
// line 26
echo " <title>";
echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true);
echo "</title>
";
// line 27
echo ($context["scripts"] ?? null);
echo "
<noscript><style>html{display:block}</style></noscript>
</head>
<body";
// line 30
(( !twig_test_empty(($context["body_id"] ?? null))) ? (print (twig_escape_filter($this->env, (" id=" . ($context["body_id"] ?? null)), "html", null, true))) : (print ("")));
echo ">
";
// line 31
echo ($context["navigation"] ?? null);
echo "
";
// line 32
echo ($context["custom_header"] ?? null);
echo "
";
// line 33
echo ($context["load_user_preferences"] ?? null);
echo "
";
// line 35
if ( !($context["show_hint"] ?? null)) {
// line 36
echo " <span id=\"no_hint\" class=\"hide\"></span>
";
}
// line 38
echo "
";
// line 39
if (($context["is_warnings_enabled"] ?? null)) {
// line 40
echo " <noscript>
";
// line 41
echo call_user_func_array($this->env->getFilter('error')->getCallable(), [_gettext("Javascript must be enabled past this point!")]);
echo "
</noscript>
";
}
// line 44
echo "
";
// line 45
if ((($context["is_menu_enabled"] ?? null) && (($context["server"] ?? null) > 0))) {
// line 46
echo " ";
echo ($context["menu"] ?? null);
echo "
<span id=\"page_nav_icons\">
<span id=\"lock_page_icon\"></span>
<span id=\"page_settings_icon\">
";
// line 50
echo \PhpMyAdmin\Html\Generator::getImage("s_cog", _gettext("Page-related settings"));
echo "
</span>
<a id=\"goto_pagetop\" href=\"#\">";
// line 52
echo \PhpMyAdmin\Html\Generator::getImage("s_top", _gettext("Click on the bar to scroll to top of page"));
echo "</a>
</span>
";
}
// line 55
echo "
";
// line 56
echo ($context["console"] ?? null);
echo "
<div id=\"page_content\">
";
// line 59
echo ($context["messages"] ?? null);
echo "
";
// line 61
echo ($context["recent_table"] ?? null);
echo "
";
}
public function getTemplateName()
{
return "header.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 204 => 61, 199 => 59, 193 => 56, 190 => 55, 184 => 52, 179 => 50, 171 => 46, 169 => 45, 166 => 44, 160 => 41, 157 => 40, 155 => 39, 152 => 38, 148 => 36, 146 => 35, 141 => 33, 137 => 32, 133 => 31, 129 => 30, 123 => 27, 118 => 26, 111 => 24, 102 => 23, 95 => 22, 89 => 21, 83 => 20, 77 => 19, 72 => 18, 64 => 16, 62 => 15, 57 => 12, 54 => 10, 52 => 9, 40 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "header.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/header.twig");
}
}

View File

@ -0,0 +1,706 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* display/results/table.twig */
class __TwigTemplate_37b4c2928dc5581cde839605139b97af1af376e413e5c7858ef5711ea0eab6c2 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
ob_start(function () { return ''; });
// line 2
echo " ";
if ( !twig_test_empty(($context["navigation"] ?? null))) {
// line 3
echo " <table class=\"pma-table navigation nospacing nopadding print_ignore\">
<tr>
<td class=\"navigation_separator\"></td>
";
// line 7
echo twig_get_attribute($this->env, $this->source, ($context["navigation"] ?? null), "move_backward_buttons", [], "any", false, false, false, 7);
echo "
";
// line 8
echo twig_get_attribute($this->env, $this->source, ($context["navigation"] ?? null), "page_selector", [], "any", false, false, false, 8);
echo "
";
// line 9
echo twig_get_attribute($this->env, $this->source, ($context["navigation"] ?? null), "move_forward_buttons", [], "any", false, false, false, 9);
echo "
";
// line 11
if ((twig_get_attribute($this->env, $this->source, ($context["navigation"] ?? null), "number_total_page", [], "any", false, false, false, 11) > 1)) {
// line 12
echo " <td><div class=\"navigation_separator\">|</div></td>
";
}
// line 14
echo "
";
// line 15
if (twig_get_attribute($this->env, $this->source, ($context["navigation"] ?? null), "has_show_all", [], "any", false, false, false, 15)) {
// line 16
echo " <td>
<form action=\"";
// line 17
echo PhpMyAdmin\Url::getFromRoute("/sql");
echo "\" method=\"post\">
";
// line 18
echo PhpMyAdmin\Url::getHiddenFields(twig_array_merge(twig_get_attribute($this->env, $this->source, ($context["navigation"] ?? null), "hidden_fields", [], "any", false, false, false, 18), ["session_max_rows" => twig_get_attribute($this->env, $this->source, // line 19
($context["navigation"] ?? null), "session_max_rows", [], "any", false, false, false, 19), "pos" => "0"]));
// line 21
echo "
<input type=\"checkbox\" name=\"navig\" id=\"showAll_";
// line 22
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\" class=\"showAllRows\" value=\"all\"";
// line 23
echo ((twig_get_attribute($this->env, $this->source, ($context["navigation"] ?? null), "is_showing_all", [], "any", false, false, false, 23)) ? (" checked") : (""));
echo ">
<label for=\"showAll_";
// line 24
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">";
echo _gettext("Show all");
echo "</label>
</form>
</td>
<td><div class=\"navigation_separator\">|</div></td>
";
}
// line 29
echo "
<td>
<div class=\"save_edited hide\">
<input class=\"btn btn-link\" type=\"submit\" value=\"";
// line 32
echo _gettext("Save edited data");
echo "\">
<div class=\"navigation_separator\">|</div>
</div>
</td>
<td>
<div class=\"restore_column hide\">
<input class=\"btn btn-link\" type=\"submit\" value=\"";
// line 38
echo _gettext("Restore column order");
echo "\">
<div class=\"navigation_separator\">|</div>
</div>
</td>
<td class=\"navigation_goto\">
<form action=\"";
// line 43
echo PhpMyAdmin\Url::getFromRoute("/sql");
echo "\" method=\"post\" id=\"maxRowsForm\">
";
// line 44
echo PhpMyAdmin\Url::getHiddenFields(twig_array_merge(twig_get_attribute($this->env, $this->source, ($context["navigation"] ?? null), "hidden_fields", [], "any", false, false, false, 44), ["pos" => twig_get_attribute($this->env, $this->source, // line 45
($context["navigation"] ?? null), "pos", [], "any", false, false, false, 45), "unlim_num_rows" => // line 46
($context["unlim_num_rows"] ?? null)]));
// line 47
echo "
<label for=\"sessionMaxRowsSelect\">";
// line 49
echo _gettext("Number of rows:");
echo "</label>
<select class=\"autosubmit\" name=\"session_max_rows\" id=\"sessionMaxRowsSelect\">
";
// line 51
if (twig_get_attribute($this->env, $this->source, ($context["navigation"] ?? null), "is_showing_all", [], "any", false, false, false, 51)) {
// line 52
echo " <option value=\"\" disabled selected>";
echo _gettext("All");
echo "</option>
";
}
// line 54
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable([0 => "25", 1 => "50", 2 => "100", 3 => "250", 4 => "500"]);
foreach ($context['_seq'] as $context["_key"] => $context["option"]) {
// line 55
echo " <option value=\"";
echo twig_escape_filter($this->env, $context["option"], "html", null, true);
echo "\"";
echo (((twig_get_attribute($this->env, $this->source, ($context["navigation"] ?? null), "max_rows", [], "any", false, false, false, 55) == $context["option"])) ? (" selected") : (""));
echo ">";
echo twig_escape_filter($this->env, $context["option"], "html", null, true);
echo "</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['option'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 57
echo " </select>
</form>
</td>
<td class=\"navigation_separator\"></td>
<td class=\"largescreenonly\">
<span>";
// line 62
echo _gettext("Filter rows");
echo ":</span>
<input type=\"text\" class=\"filter_rows\" placeholder=\"";
// line 64
echo _gettext("Search this table");
echo "\" data-for=\"";
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">
</td>
<td class=\"largescreenonly\">
";
// line 67
echo twig_get_attribute($this->env, $this->source, ($context["navigation"] ?? null), "sort_by_key", [], "any", false, false, false, 67);
echo "
</td>
<td class=\"navigation_separator\"></td>
</tr>
</table>
";
}
$context["navigation_html"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 74
echo "
";
// line 75
echo ($context["sql_query_message"] ?? null);
echo "
";
// line 77
echo twig_escape_filter($this->env, ($context["navigation_html"] ?? null), "html", null, true);
echo "
<input class=\"save_cells_at_once\" type=\"hidden\" value=\"";
// line 79
echo twig_escape_filter($this->env, ($context["save_cells_at_once"] ?? null), "html", null, true);
echo "\">
<div class=\"common_hidden_inputs\">
";
// line 81
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null));
echo "
</div>
";
// line 84
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "column_order", [], "any", false, false, false, 84))) {
// line 85
echo " ";
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "column_order", [], "any", false, false, false, 85), "order", [], "any", false, false, false, 85)) {
// line 86
echo " <input class=\"col_order\" type=\"hidden\" value=\"";
echo twig_escape_filter($this->env, twig_join_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "column_order", [], "any", false, false, false, 86), "order", [], "any", false, false, false, 86), ","), "html", null, true);
echo "\">
";
}
// line 88
echo " ";
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "column_order", [], "any", false, false, false, 88), "visibility", [], "any", false, false, false, 88)) {
// line 89
echo " <input class=\"col_visib\" type=\"hidden\" value=\"";
echo twig_escape_filter($this->env, twig_join_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "column_order", [], "any", false, false, false, 89), "visibility", [], "any", false, false, false, 89), ","), "html", null, true);
echo "\">
";
}
// line 91
echo " ";
if ( !twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "column_order", [], "any", false, false, false, 91), "is_view", [], "any", false, false, false, 91)) {
// line 92
echo " <input class=\"table_create_time\" type=\"hidden\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "column_order", [], "any", false, false, false, 92), "table_create_time", [], "any", false, false, false, 92), "html", null, true);
echo "\">
";
}
}
// line 95
echo "
";
// line 96
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 96))) {
// line 97
echo " <form method=\"post\" action=\"";
echo PhpMyAdmin\Url::getFromRoute("/sql");
echo "\" name=\"displayOptionsForm\" class=\"ajax print_ignore\">
";
// line 98
echo PhpMyAdmin\Url::getHiddenInputs(["db" => // line 99
($context["db"] ?? null), "table" => // line 100
($context["table"] ?? null), "sql_query" => // line 101
($context["sql_query"] ?? null), "goto" => // line 102
($context["goto"] ?? null), "display_options_form" => 1]);
// line 104
echo "
<div";
// line 106
if ((($context["default_sliders_state"] ?? null) != "disabled")) {
// line 107
echo (((($context["default_sliders_state"] ?? null) == "closed")) ? (" style=\"display: none; overflow:auto;\"") : (""));
echo " class=\"pma_auto_slider\" title=\"";
echo _gettext("Options");
echo "\"";
}
// line 108
echo ">
<fieldset>
<div class=\"formelement\">
<div>
<input type=\"radio\" name=\"pftext\" id=\"partialFulltextRadioP";
// line 113
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\" value=\"P\"";
echo (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 113), "pftext", [], "any", false, false, false, 113) == "P")) ? (" checked") : (""));
echo ">
<label for=\"partialFulltextRadioP";
// line 114
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">";
echo _gettext("Partial texts");
echo "</label>
</div>
<div>
<input type=\"radio\" name=\"pftext\" id=\"partialFulltextRadioF";
// line 117
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\" value=\"F\"";
echo (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 117), "pftext", [], "any", false, false, false, 117) == "F")) ? (" checked") : (""));
echo ">
<label for=\"partialFulltextRadioF";
// line 118
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">";
echo _gettext("Full texts");
echo "</label>
</div>
</div>
";
// line 122
if ((($context["relwork"] ?? null) && ($context["displaywork"] ?? null))) {
// line 123
echo " <div class=\"formelement\">
<div>
<input type=\"radio\" name=\"relational_display\" id=\"relationalDisplayRadioK";
// line 125
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\" value=\"K\"";
echo (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 125), "relational_display", [], "any", false, false, false, 125) == "K")) ? (" checked") : (""));
echo ">
<label for=\"relationalDisplayRadioK";
// line 126
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">";
echo _gettext("Relational key");
echo "</label>
</div>
<div>
<input type=\"radio\" name=\"relational_display\" id=\"relationalDisplayRadioD";
// line 129
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\" value=\"D\"";
echo (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 129), "relational_display", [], "any", false, false, false, 129) == "D")) ? (" checked") : (""));
echo ">
<label for=\"relationalDisplayRadioD";
// line 130
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">";
echo _gettext("Display column for relationships");
echo "</label>
</div>
</div>
";
}
// line 134
echo "
<div class=\"formelement\">
<input type=\"checkbox\" name=\"display_binary\" id=\"display_binary_";
// line 136
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\"";
// line 137
echo (( !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 137), "display_binary", [], "any", false, false, false, 137))) ? (" checked") : (""));
echo ">
<label for=\"display_binary_";
// line 138
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">";
echo _gettext("Show binary contents");
echo "</label>
<input type=\"checkbox\" name=\"display_blob\" id=\"display_blob_";
// line 140
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\"";
// line 141
echo (( !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 141), "display_blob", [], "any", false, false, false, 141))) ? (" checked") : (""));
echo ">
<label for=\"display_blob_";
// line 142
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">";
echo _gettext("Show BLOB contents");
echo "</label>
</div>
";
// line 149
echo " <div class=\"formelement\">
<input type=\"checkbox\" name=\"hide_transformation\" id=\"hide_transformation_";
// line 150
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\"";
// line 151
echo (( !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 151), "hide_transformation", [], "any", false, false, false, 151))) ? (" checked") : (""));
echo ">
<label for=\"hide_transformation_";
// line 152
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">";
echo _gettext("Hide browser transformation");
echo "</label>
</div>
<div class=\"formelement\">
";
// line 156
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 156), "possible_as_geometry", [], "any", false, false, false, 156)) {
// line 157
echo " <div>
<input type=\"radio\" name=\"geoOption\" id=\"geoOptionRadioGeom";
// line 158
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\" value=\"GEOM\"";
echo (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 158), "geo_option", [], "any", false, false, false, 158) == "GEOM")) ? (" checked") : (""));
echo ">
<label for=\"geoOptionRadioGeom";
// line 159
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">";
echo _gettext("Geometry");
echo "</label>
</div>
";
}
// line 162
echo " <div>
<input type=\"radio\" name=\"geoOption\" id=\"geoOptionRadioWkt";
// line 163
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\" value=\"WKT\"";
echo (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 163), "geo_option", [], "any", false, false, false, 163) == "WKT")) ? (" checked") : (""));
echo ">
<label for=\"geoOptionRadioWkt";
// line 164
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">";
echo _gettext("Well Known Text");
echo "</label>
</div>
<div>
<input type=\"radio\" name=\"geoOption\" id=\"geoOptionRadioWkb";
// line 167
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\" value=\"WKB\"";
echo (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 167), "geo_option", [], "any", false, false, false, 167) == "WKB")) ? (" checked") : (""));
echo ">
<label for=\"geoOptionRadioWkb";
// line 168
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">";
echo _gettext("Well Known Binary");
echo "</label>
</div>
</div>
<div class=\"clearfloat\"></div>
</fieldset>
<fieldset class=\"tblFooters\">
<input class=\"btn btn-primary\" type=\"submit\" value=\"";
// line 175
echo _gettext("Go");
echo "\">
</fieldset>
</div>
</form>
";
}
// line 180
echo "
";
// line 181
if (twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "has_bulk_actions_form", [], "any", false, false, false, 181)) {
// line 182
echo " <form method=\"post\" name=\"resultsForm\" id=\"resultsForm_";
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\" class=\"ajax\">
";
// line 183
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null), 1);
echo "
<input type=\"hidden\" name=\"goto\" value=\"";
// line 184
echo PhpMyAdmin\Url::getFromRoute("/sql");
echo "\">
";
}
// line 186
echo "
<div class=\"table-responsive-md\">
<table class=\"table table-light table-striped table-hover table-sm table_results data ajax w-auto\" data-uniqueId=\"";
// line 188
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">
";
// line 190
echo twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "button", [], "any", false, false, false, 190);
echo "
";
// line 191
echo twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "table_headers_for_columns", [], "any", false, false, false, 191);
echo "
";
// line 192
echo twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "column_at_right_side", [], "any", false, false, false, 192);
echo "
</tr>
</thead>
<tbody>
";
// line 198
echo ($context["body"] ?? null);
echo "
</tbody>
</table>
</div>
";
// line 203
if ( !twig_test_empty(($context["bulk_links"] ?? null))) {
// line 204
echo " <div class=\"print_ignore\">
<img class=\"selectallarrow\" src=\"";
// line 205
echo twig_escape_filter($this->env, ($context["select_all_arrow"] ?? null), "html", null, true);
echo "\" width=\"38\" height=\"22\" alt=\"";
echo _gettext("With selected:");
echo "\">
<input type=\"checkbox\" id=\"resultsForm_";
// line 206
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "_checkall\" class=\"checkall_box\" title=\"";
echo _gettext("Check all");
echo "\">
<label for=\"resultsForm_";
// line 207
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "_checkall\">";
echo _gettext("Check all");
echo "</label>
<em class=\"with-selected\">";
// line 208
echo _gettext("With selected:");
echo "</em>
<button class=\"btn btn-link mult_submit\" type=\"submit\" name=\"submit_mult\" value=\"edit\" title=\"";
// line 210
echo _gettext("Edit");
echo "\">
";
// line 211
echo \PhpMyAdmin\Html\Generator::getIcon("b_edit", _gettext("Edit"));
echo "
</button>
<button class=\"btn btn-link mult_submit\" type=\"submit\" name=\"submit_mult\" value=\"copy\" title=\"";
// line 214
echo _gettext("Copy");
echo "\">
";
// line 215
echo \PhpMyAdmin\Html\Generator::getIcon("b_insrow", _gettext("Copy"));
echo "
</button>
<button class=\"btn btn-link mult_submit\" type=\"submit\" name=\"submit_mult\" value=\"delete\" title=\"";
// line 218
echo _gettext("Delete");
echo "\">
";
// line 219
echo \PhpMyAdmin\Html\Generator::getIcon("b_drop", _gettext("Delete"));
echo "
</button>
";
// line 222
if (twig_get_attribute($this->env, $this->source, ($context["bulk_links"] ?? null), "has_export_button", [], "any", false, false, false, 222)) {
// line 223
echo " <button class=\"btn btn-link mult_submit\" type=\"submit\" name=\"submit_mult\" value=\"export\" title=\"";
echo _gettext("Export");
echo "\">
";
// line 224
echo \PhpMyAdmin\Html\Generator::getIcon("b_tblexport", _gettext("Export"));
echo "
</button>
";
}
// line 227
echo " </div>
<input type=\"hidden\" name=\"clause_is_unique\" value=\"";
// line 229
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["bulk_links"] ?? null), "clause_is_unique", [], "any", false, false, false, 229), "html", null, true);
echo "\">
<input type=\"hidden\" name=\"sql_query\" value=\"";
// line 230
echo twig_escape_filter($this->env, ($context["sql_query"] ?? null), "html", null, true);
echo "\">
</form>
";
}
// line 233
echo "
";
// line 234
echo twig_escape_filter($this->env, ($context["navigation_html"] ?? null), "html", null, true);
echo "
";
// line 236
if ( !twig_test_empty(($context["operations"] ?? null))) {
// line 237
echo " <fieldset class=\"print_ignore\">
<legend>";
// line 238
echo _gettext("Query results operations");
echo "</legend>
";
// line 240
if (twig_get_attribute($this->env, $this->source, ($context["operations"] ?? null), "has_print_link", [], "any", false, false, false, 240)) {
// line 241
echo " ";
echo PhpMyAdmin\Html\Generator::linkOrButton("#", \PhpMyAdmin\Html\Generator::getIcon("b_print", _gettext("Print"), true), ["id" => "printView", "class" => "btn"], "print_view");
// line 246
echo "
";
// line 248
echo PhpMyAdmin\Html\Generator::linkOrButton("#", \PhpMyAdmin\Html\Generator::getIcon("b_insrow", _gettext("Copy to clipboard"), true), ["id" => "copyToClipBoard", "class" => "btn"]);
// line 252
echo "
";
}
// line 254
echo "
";
// line 255
if ( !twig_get_attribute($this->env, $this->source, ($context["operations"] ?? null), "has_procedure", [], "any", false, false, false, 255)) {
// line 256
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["operations"] ?? null), "has_export_link", [], "any", false, false, false, 256)) {
// line 257
echo " ";
echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/table/export", twig_get_attribute($this->env, $this->source, // line 258
($context["operations"] ?? null), "url_params", [], "any", false, false, false, 258)), \PhpMyAdmin\Html\Generator::getIcon("b_tblexport", _gettext("Export"), true), ["class" => "btn"]);
// line 261
echo "
";
// line 263
echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/table/chart", twig_get_attribute($this->env, $this->source, // line 264
($context["operations"] ?? null), "url_params", [], "any", false, false, false, 264)), \PhpMyAdmin\Html\Generator::getIcon("b_chart", _gettext("Display chart"), true), ["class" => "btn"]);
// line 267
echo "
";
// line 269
if (twig_get_attribute($this->env, $this->source, ($context["operations"] ?? null), "has_geometry", [], "any", false, false, false, 269)) {
// line 270
echo " ";
echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/table/gis-visualization", twig_get_attribute($this->env, $this->source, // line 271
($context["operations"] ?? null), "url_params", [], "any", false, false, false, 271)), \PhpMyAdmin\Html\Generator::getIcon("b_globe", _gettext("Visualize GIS data"), true), ["class" => "btn"]);
// line 274
echo "
";
}
// line 276
echo " ";
}
// line 277
echo "
<span>
";
// line 279
echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/view/create", ["db" => // line 280
($context["db"] ?? null), "table" => ($context["table"] ?? null), "sql_query" => ($context["sql_query"] ?? null), "printview" => true]), \PhpMyAdmin\Html\Generator::getIcon("b_view_add", _gettext("Create view"), true), ["class" => "btn create_view ajax"]);
// line 283
echo "
</span>
";
}
// line 286
echo " </fieldset>
";
}
}
public function getTemplateName()
{
return "display/results/table.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 682 => 286, 677 => 283, 675 => 280, 674 => 279, 670 => 277, 667 => 276, 663 => 274, 661 => 271, 659 => 270, 657 => 269, 653 => 267, 651 => 264, 650 => 263, 646 => 261, 644 => 258, 642 => 257, 639 => 256, 637 => 255, 634 => 254, 630 => 252, 628 => 248, 624 => 246, 621 => 241, 619 => 240, 614 => 238, 611 => 237, 609 => 236, 604 => 234, 601 => 233, 595 => 230, 591 => 229, 587 => 227, 581 => 224, 576 => 223, 574 => 222, 568 => 219, 564 => 218, 558 => 215, 554 => 214, 548 => 211, 544 => 210, 539 => 208, 533 => 207, 527 => 206, 521 => 205, 518 => 204, 516 => 203, 508 => 198, 499 => 192, 495 => 191, 491 => 190, 486 => 188, 482 => 186, 477 => 184, 473 => 183, 468 => 182, 466 => 181, 463 => 180, 455 => 175, 443 => 168, 437 => 167, 429 => 164, 423 => 163, 420 => 162, 412 => 159, 406 => 158, 403 => 157, 401 => 156, 392 => 152, 388 => 151, 385 => 150, 382 => 149, 374 => 142, 370 => 141, 367 => 140, 360 => 138, 356 => 137, 353 => 136, 349 => 134, 340 => 130, 334 => 129, 326 => 126, 320 => 125, 316 => 123, 314 => 122, 305 => 118, 299 => 117, 291 => 114, 285 => 113, 278 => 108, 272 => 107, 270 => 106, 266 => 104, 264 => 102, 263 => 101, 262 => 100, 261 => 99, 260 => 98, 255 => 97, 253 => 96, 250 => 95, 243 => 92, 240 => 91, 234 => 89, 231 => 88, 225 => 86, 222 => 85, 220 => 84, 214 => 81, 209 => 79, 204 => 77, 199 => 75, 196 => 74, 186 => 67, 178 => 64, 174 => 62, 167 => 57, 154 => 55, 149 => 54, 143 => 52, 141 => 51, 136 => 49, 132 => 47, 130 => 46, 129 => 45, 128 => 44, 124 => 43, 116 => 38, 107 => 32, 102 => 29, 92 => 24, 88 => 23, 85 => 22, 82 => 21, 80 => 19, 79 => 18, 75 => 17, 72 => 16, 70 => 15, 67 => 14, 63 => 12, 61 => 11, 56 => 9, 52 => 8, 48 => 7, 42 => 3, 39 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "display/results/table.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/display/results/table.twig");
}
}

View File

@ -0,0 +1,55 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* config/form_display/form_bottom.twig */
class __TwigTemplate_171d74d45e455f6ef03b5bd80a935f6ea2036446d8e9843e3d510bbf81f0b6c9 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "</form>
";
}
public function getTemplateName()
{
return "config/form_display/form_bottom.twig";
}
public function getDebugInfo()
{
return array ( 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "config/form_display/form_bottom.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/config/form_display/form_bottom.twig");
}
}

View File

@ -0,0 +1,156 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* columns_definitions/column_name.twig */
class __TwigTemplate_183480168c092a5710c9661532d171c867ff5cca0a02d15b59b04a61929f08cb extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
$context["title"] = "";
// line 2
if (twig_get_attribute($this->env, $this->source, ($context["column_meta"] ?? null), "column_status", [], "array", true, true, false, 2)) {
// line 3
echo " ";
if ((($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = (($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 = ($context["column_meta"] ?? null)) && is_array($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144) || $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 instanceof ArrayAccess ? ($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144["column_status"] ?? null) : null)) && is_array($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4) || $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 instanceof ArrayAccess ? ($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4["isReferenced"] ?? null) : null)) {
// line 4
echo " ";
$context["title"] = (($context["title"] ?? null) . sprintf(_gettext("Referenced by %s."), twig_join_filter((($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b = (($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 = // line 5
($context["column_meta"] ?? null)) && is_array($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002) || $__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 instanceof ArrayAccess ? ($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002["column_status"] ?? null) : null)) && is_array($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b) || $__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b instanceof ArrayAccess ? ($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b["references"] ?? null) : null), ",")));
// line 7
echo " ";
}
// line 8
echo " ";
if ((($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4 = (($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666 = ($context["column_meta"] ?? null)) && is_array($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666) || $__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666 instanceof ArrayAccess ? ($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666["column_status"] ?? null) : null)) && is_array($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4) || $__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4 instanceof ArrayAccess ? ($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4["isForeignKey"] ?? null) : null)) {
// line 9
echo " ";
if ( !twig_test_empty(($context["title"] ?? null))) {
// line 10
echo " ";
$context["title"] = (($context["title"] ?? null) . "
");
// line 11
echo " ";
}
// line 12
echo " ";
$context["title"] = (($context["title"] ?? null) . _gettext("Is a foreign key."));
// line 13
echo " ";
}
}
// line 15
if (twig_test_empty(($context["title"] ?? null))) {
// line 16
echo " ";
$context["title"] = _gettext("Column");
}
// line 18
echo "
<input id=\"field_";
// line 19
echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true);
echo "_";
echo twig_escape_filter($this->env, (($context["ci"] ?? null) - ($context["ci_offset"] ?? null)), "html", null, true);
echo "\"
";
// line 20
if ((twig_get_attribute($this->env, $this->source, ($context["column_meta"] ?? null), "column_status", [], "array", true, true, false, 20) && !(($__internal_01c35b74bd85735098add188b3f8372ba465b232ab8298cb582c60f493d3c22e = (($__internal_63ad1f9a2bf4db4af64b010785e9665558fdcac0e8db8b5b413ed986c62dbb52 = // line 21
($context["column_meta"] ?? null)) && is_array($__internal_63ad1f9a2bf4db4af64b010785e9665558fdcac0e8db8b5b413ed986c62dbb52) || $__internal_63ad1f9a2bf4db4af64b010785e9665558fdcac0e8db8b5b413ed986c62dbb52 instanceof ArrayAccess ? ($__internal_63ad1f9a2bf4db4af64b010785e9665558fdcac0e8db8b5b413ed986c62dbb52["column_status"] ?? null) : null)) && is_array($__internal_01c35b74bd85735098add188b3f8372ba465b232ab8298cb582c60f493d3c22e) || $__internal_01c35b74bd85735098add188b3f8372ba465b232ab8298cb582c60f493d3c22e instanceof ArrayAccess ? ($__internal_01c35b74bd85735098add188b3f8372ba465b232ab8298cb582c60f493d3c22e["isEditable"] ?? null) : null))) {
// line 22
echo " disabled=\"disabled\"
";
}
// line 24
echo " type=\"text\"
name=\"field_name[";
// line 25
echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true);
echo "]\"
maxlength=\"64\"
class=\"textfield\"
title=\"";
// line 28
echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true);
echo "\"
size=\"10\"
value=\"";
// line 30
((twig_get_attribute($this->env, $this->source, ($context["column_meta"] ?? null), "Field", [], "array", true, true, false, 30)) ? (print (twig_escape_filter($this->env, (($__internal_f10a4cc339617934220127f034125576ed229e948660ebac906a15846d52f136 = ($context["column_meta"] ?? null)) && is_array($__internal_f10a4cc339617934220127f034125576ed229e948660ebac906a15846d52f136) || $__internal_f10a4cc339617934220127f034125576ed229e948660ebac906a15846d52f136 instanceof ArrayAccess ? ($__internal_f10a4cc339617934220127f034125576ed229e948660ebac906a15846d52f136["Field"] ?? null) : null), "html", null, true))) : (print ("")));
echo "\">
";
// line 32
if (((($__internal_887a873a4dc3cf8bd4f99c487b4c7727999c350cc3a772414714e49a195e4386 = ($context["cfg_relation"] ?? null)) && is_array($__internal_887a873a4dc3cf8bd4f99c487b4c7727999c350cc3a772414714e49a195e4386) || $__internal_887a873a4dc3cf8bd4f99c487b4c7727999c350cc3a772414714e49a195e4386 instanceof ArrayAccess ? ($__internal_887a873a4dc3cf8bd4f99c487b4c7727999c350cc3a772414714e49a195e4386["centralcolumnswork"] ?? null) : null) && !(twig_get_attribute($this->env, $this->source, // line 33
($context["column_meta"] ?? null), "column_status", [], "array", true, true, false, 33) && !(($__internal_d527c24a729d38501d770b40a0d25e1ce8a7f0bff897cc4f8f449ba71fcff3d9 = (($__internal_f6dde3a1020453fdf35e718e94f93ce8eb8803b28cc77a665308e14bbe8572ae = // line 34
($context["column_meta"] ?? null)) && is_array($__internal_f6dde3a1020453fdf35e718e94f93ce8eb8803b28cc77a665308e14bbe8572ae) || $__internal_f6dde3a1020453fdf35e718e94f93ce8eb8803b28cc77a665308e14bbe8572ae instanceof ArrayAccess ? ($__internal_f6dde3a1020453fdf35e718e94f93ce8eb8803b28cc77a665308e14bbe8572ae["column_status"] ?? null) : null)) && is_array($__internal_d527c24a729d38501d770b40a0d25e1ce8a7f0bff897cc4f8f449ba71fcff3d9) || $__internal_d527c24a729d38501d770b40a0d25e1ce8a7f0bff897cc4f8f449ba71fcff3d9 instanceof ArrayAccess ? ($__internal_d527c24a729d38501d770b40a0d25e1ce8a7f0bff897cc4f8f449ba71fcff3d9["isEditable"] ?? null) : null)))) {
// line 35
echo " <p class=\"column_name\" id=\"central_columns_";
echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true);
echo "_";
echo twig_escape_filter($this->env, (($context["ci"] ?? null) - ($context["ci_offset"] ?? null)), "html", null, true);
echo "\">
<a data-maxrows=\"";
// line 36
echo twig_escape_filter($this->env, ($context["max_rows"] ?? null), "html", null, true);
echo "\"
href=\"#\"
class=\"central_columns_dialog\">
";
// line 39
echo _gettext("Pick from Central Columns");
// line 40
echo " </a>
</p>
";
}
}
public function getTemplateName()
{
return "columns_definitions/column_name.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 131 => 40, 129 => 39, 123 => 36, 116 => 35, 114 => 34, 113 => 33, 112 => 32, 107 => 30, 102 => 28, 96 => 25, 93 => 24, 89 => 22, 87 => 21, 86 => 20, 80 => 19, 77 => 18, 73 => 16, 71 => 15, 67 => 13, 64 => 12, 61 => 11, 57 => 10, 54 => 9, 51 => 8, 48 => 7, 46 => 5, 44 => 4, 41 => 3, 39 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "columns_definitions/column_name.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/columns_definitions/column_name.twig");
}
}

View File

@ -0,0 +1,195 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* database/structure/check_all_tables.twig */
class __TwigTemplate_f0ea7b1a77fd0af7bb3834a3cad44554527679f990c109815654775ca8e0dd8a extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<div class=\"clearfloat print_ignore\">
<img class=\"selectallarrow\" src=\"";
// line 2
echo twig_escape_filter($this->env, ($context["theme_image_path"] ?? null), "html", null, true);
echo "arrow_";
echo twig_escape_filter($this->env, ($context["text_dir"] ?? null), "html", null, true);
echo ".png\" width=\"38\" height=\"22\" alt=\"";
echo _gettext("With selected:");
echo "\">
<input type=\"checkbox\" id=\"tablesForm_checkall\" class=\"checkall_box\" title=\"";
// line 3
echo _gettext("Check all");
echo "\">
<label for=\"tablesForm_checkall\">";
// line 4
echo _gettext("Check all");
echo "</label>
";
// line 5
if ((($context["overhead_check"] ?? null) != "")) {
// line 6
echo " / <a href=\"#\" class=\"checkall-filter\" data-checkall-selector=\".tbl-overhead\">";
echo _gettext("Check tables having overhead");
echo "</a>
";
}
// line 8
echo " <select name=\"submit_mult\" style=\"margin: 0 3em 0 3em;\">
<option value=\"";
// line 9
echo _gettext("With selected:");
echo "\" selected=\"selected\">";
echo _gettext("With selected:");
echo "</option>
<option value=\"copy_tbl\">";
// line 10
echo _gettext("Copy table");
echo "</option>
<option value=\"show_create\">";
// line 11
echo _gettext("Show create");
echo "</option>
<option value=\"export\">";
// line 12
echo _gettext("Export");
echo "</option>
";
// line 13
if (( !($context["db_is_system_schema"] ?? null) && !($context["disable_multi_table"] ?? null))) {
// line 14
echo " <optgroup label=\"";
echo _gettext("Delete data or table");
echo "\">
<option value=\"empty_tbl\">";
// line 15
echo _gettext("Empty");
echo "</option>
<option value=\"drop_tbl\">";
// line 16
echo _gettext("Drop");
echo "</option>
</optgroup>
<optgroup label=\"";
// line 18
echo _gettext("Table maintenance");
echo "\">
<option value=\"analyze_tbl\">";
// line 19
echo _gettext("Analyze table");
echo "</option>
<option value=\"check_tbl\">";
// line 20
echo _gettext("Check table");
echo "</option>
<option value=\"checksum_tbl\">";
// line 21
echo _gettext("Checksum table");
echo "</option>
<option value=\"optimize_tbl\">";
// line 22
echo _gettext("Optimize table");
echo "</option>
<option value=\"repair_tbl\">";
// line 23
echo _gettext("Repair table");
echo "</option>
</optgroup>
<optgroup label=\"";
// line 25
echo _gettext("Prefix");
echo "\">
<option value=\"add_prefix_tbl\">";
// line 26
echo _gettext("Add prefix to table");
echo "</option>
<option value=\"replace_prefix_tbl\">";
// line 27
echo _gettext("Replace table prefix");
echo "</option>
<option value=\"copy_tbl_change_prefix\">";
// line 28
echo _gettext("Copy table with prefix");
echo "</option>
</optgroup>
";
}
// line 31
echo " ";
if ((array_key_exists("central_columns_work", $context) && ($context["central_columns_work"] ?? null))) {
// line 32
echo " <optgroup label=\"";
echo _gettext("Central columns");
echo "\">
<option value=\"sync_unique_columns_central_list\">";
// line 33
echo _gettext("Add columns to central list");
echo "</option>
<option value=\"delete_unique_columns_central_list\">";
// line 34
echo _gettext("Remove columns from central list");
echo "</option>
<option value=\"make_consistent_with_central_list\">";
// line 35
echo _gettext("Make consistent with central list");
echo "</option>
</optgroup>
";
}
// line 38
echo " </select>
";
// line 39
echo twig_join_filter(($context["hidden_fields"] ?? null), "
");
echo "
</div>
";
}
public function getTemplateName()
{
return "database/structure/check_all_tables.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 169 => 39, 166 => 38, 160 => 35, 156 => 34, 152 => 33, 147 => 32, 144 => 31, 138 => 28, 134 => 27, 130 => 26, 126 => 25, 121 => 23, 117 => 22, 113 => 21, 109 => 20, 105 => 19, 101 => 18, 96 => 16, 92 => 15, 87 => 14, 85 => 13, 81 => 12, 77 => 11, 73 => 10, 67 => 9, 64 => 8, 58 => 6, 56 => 5, 52 => 4, 48 => 3, 40 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "database/structure/check_all_tables.twig", "E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\pma\\templates\\database\\structure\\check_all_tables.twig");
}
}

View File

@ -0,0 +1,92 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* display/results/sort_by_key.twig */
class __TwigTemplate_915a185067619d15c131dcb4996cef632ebf42e39b138755a848ccc198684bfe extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<form action=\"";
echo PhpMyAdmin\Url::getFromRoute("/sql");
echo "\" method=\"post\" class=\"print_ignore\">
";
// line 2
echo PhpMyAdmin\Url::getHiddenFields(($context["hidden_fields"] ?? null));
echo "
";
// line 3
echo _gettext("Sort by key:");
// line 4
echo " <select name=\"sql_query\" class=\"autosubmit\">
";
// line 5
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["options"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["option"]) {
// line 6
echo " <option value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "value", [], "any", false, false, false, 6), "html", null, true);
echo "\"";
echo ((twig_get_attribute($this->env, $this->source, $context["option"], "is_selected", [], "any", false, false, false, 6)) ? (" selected") : (""));
echo ">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "content", [], "any", false, false, false, 6), "html", null, true);
echo "</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['option'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 8
echo " </select>
</form>
";
}
public function getTemplateName()
{
return "display/results/sort_by_key.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 68 => 8, 55 => 6, 51 => 5, 48 => 4, 46 => 3, 42 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "display/results/sort_by_key.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/display/results/sort_by_key.twig");
}
}

View File

@ -0,0 +1,101 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* display/results/table_navigation_button.twig */
class __TwigTemplate_d4a1ba62a9ddbd90303862f134572be069e699490877e18700257e77f4f74965 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<td>
<form action=\"";
// line 2
echo PhpMyAdmin\Url::getFromRoute("/sql");
echo "\" method=\"post\" ";
echo ($context["onsubmit"] ?? null);
echo ">
";
// line 3
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null));
echo "
<input type=\"hidden\" name=\"sql_query\" value=\"";
// line 4
echo ($context["sql_query"] ?? null);
echo "\">
<input type=\"hidden\" name=\"pos\" value=\"";
// line 5
echo twig_escape_filter($this->env, ($context["pos"] ?? null), "html", null, true);
echo "\">
<input type=\"hidden\" name=\"is_browse_distinct\" value=\"";
// line 6
echo twig_escape_filter($this->env, ($context["is_browse_distinct"] ?? null), "html", null, true);
echo "\">
<input type=\"hidden\" name=\"goto\" value=\"";
// line 7
echo twig_escape_filter($this->env, ($context["goto"] ?? null), "html", null, true);
echo "\">
";
// line 8
echo ($context["input_for_real_end"] ?? null);
echo "
<input type=\"submit\" name=\"navig\" class=\"btn btn-secondary ajax\" value=\"";
// line 9
echo ($context["caption_output"] ?? null);
echo "\" title=\"";
echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true);
echo "\"";
// line 10
echo ($context["onclick"] ?? null);
echo ">
</form>
</td>
";
}
public function getTemplateName()
{
return "display/results/table_navigation_button.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 75 => 10, 70 => 9, 66 => 8, 62 => 7, 58 => 6, 54 => 5, 50 => 4, 46 => 3, 40 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "display/results/table_navigation_button.twig", "E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\pma\\templates\\display\\results\\table_navigation_button.twig");
}
}

View File

@ -0,0 +1,92 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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;
/* display/results/sort_by_key.twig */
class __TwigTemplate_ef6a7271d44967c90b5ada3a3810aa599b3fb71ddfff868dc937d55efb8386df extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<form action=\"";
echo PhpMyAdmin\Url::getFromRoute("/sql");
echo "\" method=\"post\" class=\"print_ignore\">
";
// line 2
echo PhpMyAdmin\Url::getHiddenFields(($context["hidden_fields"] ?? null));
echo "
";
// line 3
echo _gettext("Sort by key:");
// line 4
echo " <select name=\"sql_query\" class=\"autosubmit\">
";
// line 5
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["options"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["option"]) {
// line 6
echo " <option value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "value", [], "any", false, false, false, 6), "html", null, true);
echo "\"";
echo ((twig_get_attribute($this->env, $this->source, $context["option"], "is_selected", [], "any", false, false, false, 6)) ? (" selected") : (""));
echo ">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "content", [], "any", false, false, false, 6), "html", null, true);
echo "</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['option'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 8
echo " </select>
</form>
";
}
public function getTemplateName()
{
return "display/results/sort_by_key.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 68 => 8, 55 => 6, 51 => 5, 48 => 4, 46 => 3, 42 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "display/results/sort_by_key.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/display/results/sort_by_key.twig");
}
}

View File

@ -0,0 +1,498 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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/display_partitions.twig */
class __TwigTemplate_171ec7c6ddb8a75af550c5e47a69344405d40780177c14a36c4f5e338bf5e2ea extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "<div id=\"partitions\">
<fieldset>
<legend>
";
// line 4
echo _gettext("Partitions");
// line 5
echo " ";
echo \PhpMyAdmin\Html\MySQLDocumentation::show("partitioning");
echo "
</legend>
";
// line 7
if (twig_test_empty(($context["partitions"] ?? null))) {
// line 8
echo " ";
echo call_user_func_array($this->env->getFilter('notice')->getCallable(), [_gettext("No partitioning defined!")]);
echo "
";
} else {
// line 10
echo " <p>
";
// line 11
echo _gettext("Partitioned by:");
// line 12
echo " <code>";
echo twig_escape_filter($this->env, ($context["partition_method"] ?? null), "html", null, true);
echo "(";
echo twig_escape_filter($this->env, ($context["partition_expression"] ?? null), "html", null, true);
echo ")</code>
</p>
";
// line 14
if (($context["has_sub_partitions"] ?? null)) {
// line 15
echo " <p>
";
// line 16
echo _gettext("Sub partitioned by:");
// line 17
echo " <code>";
echo twig_escape_filter($this->env, ($context["sub_partition_method"] ?? null), "html", null, true);
echo "(";
echo twig_escape_filter($this->env, ($context["sub_partition_expression"] ?? null), "html", null, true);
echo ")</code>
<p>
";
}
// line 20
echo " <table class=\"table table-light table-striped table-hover table-sm\">
<thead class=\"thead-light\">
<tr>
<th colspan=\"2\">#</th>
<th>";
// line 24
echo _gettext("Partition");
echo "</th>
";
// line 25
if (($context["has_description"] ?? null)) {
// line 26
echo " <th>";
echo _gettext("Expression");
echo "</th>
";
}
// line 28
echo " <th>";
echo _gettext("Rows");
echo "</th>
<th>";
// line 29
echo _gettext("Data length");
echo "</th>
<th>";
// line 30
echo _gettext("Index length");
echo "</th>
<th>";
// line 31
echo _gettext("Comment");
echo "</th>
<th colspan=\"";
// line 32
echo ((($context["range_or_list"] ?? null)) ? ("7") : ("6"));
echo "\">
";
// line 33
echo _gettext("Action");
// line 34
echo " </th>
</tr>
</thead>
<tbody>
";
// line 38
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["partitions"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["partition"]) {
// line 39
echo " <tr class=\"noclick";
echo ((($context["has_sub_partitions"] ?? null)) ? (" table-active") : (""));
echo "\">
";
// line 40
if (($context["has_sub_partitions"] ?? null)) {
// line 41
echo " <td>";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["partition"], "getOrdinal", [], "method", false, false, false, 41), "html", null, true);
echo "</td>
<td></td>
";
} else {
// line 44
echo " <td colspan=\"2\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["partition"], "getOrdinal", [], "method", false, false, false, 44), "html", null, true);
echo "</td>
";
}
// line 46
echo " <th>";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["partition"], "getName", [], "method", false, false, false, 46), "html", null, true);
echo "</th>
";
// line 47
if (($context["has_description"] ?? null)) {
// line 48
echo " <td>
<code>";
// line 50
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["partition"], "getExpression", [], "method", false, false, false, 50), "html", null, true);
// line 51
echo (((twig_get_attribute($this->env, $this->source, $context["partition"], "getMethod", [], "method", false, false, false, 51) == "LIST")) ? (" IN (") : (" < "));
// line 52
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["partition"], "getDescription", [], "method", false, false, false, 52), "html", null, true);
// line 53
echo (((twig_get_attribute($this->env, $this->source, $context["partition"], "getMethod", [], "method", false, false, false, 53) == "LIST")) ? (")") : (""));
// line 54
echo "</code>
</td>
";
}
// line 57
echo " <td class=\"value\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["partition"], "getRows", [], "method", false, false, false, 57), "html", null, true);
echo "</td>
<td class=\"value\">
";
// line 59
$context["data_length"] = PhpMyAdmin\Util::formatByteDown(twig_get_attribute($this->env, $this->source, // line 60
$context["partition"], "getDataLength", [], "method", false, false, false, 60), 3, 1);
// line 64
echo " <span>";
echo twig_escape_filter($this->env, (($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = ($context["data_length"] ?? null)) && is_array($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4) || $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 instanceof ArrayAccess ? ($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4[0] ?? null) : null), "html", null, true);
echo "</span>
<span class=\"unit\">";
// line 65
echo twig_escape_filter($this->env, (($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 = ($context["data_length"] ?? null)) && is_array($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144) || $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 instanceof ArrayAccess ? ($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144[1] ?? null) : null), "html", null, true);
echo "</span>
</td>
<td class=\"value\">
";
// line 68
$context["index_length"] = PhpMyAdmin\Util::formatByteDown(twig_get_attribute($this->env, $this->source, // line 69
$context["partition"], "getIndexLength", [], "method", false, false, false, 69), 3, 1);
// line 73
echo " <span>";
echo twig_escape_filter($this->env, (($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b = ($context["index_length"] ?? null)) && is_array($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b) || $__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b instanceof ArrayAccess ? ($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b[0] ?? null) : null), "html", null, true);
echo "</span>
<span class=\"unit\">";
// line 74
echo twig_escape_filter($this->env, (($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 = ($context["index_length"] ?? null)) && is_array($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002) || $__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 instanceof ArrayAccess ? ($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002[1] ?? null) : null), "html", null, true);
echo "</span>
</td>
<td>";
// line 76
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["partition"], "getComment", [], "method", false, false, false, 76), "html", null, true);
echo "</td>
<td>
<a id=\"partition_action_ANALYZE\" class=\"ajax\" href=\"";
// line 79
echo PhpMyAdmin\Url::getFromRoute("/table/partition/analyze");
echo "\" data-post=\"";
echo PhpMyAdmin\Url::getCommon(["db" => // line 80
($context["db"] ?? null), "table" => // line 81
($context["table"] ?? null), "partition_name" => twig_get_attribute($this->env, $this->source, // line 82
$context["partition"], "getName", [], "method", false, false, false, 82)]);
// line 83
echo "\">
";
// line 84
echo \PhpMyAdmin\Html\Generator::getIcon("b_search", _gettext("Analyze"));
echo "
</a>
</td>
<td>
<a id=\"partition_action_CHECK\" class=\"ajax\" href=\"";
// line 89
echo PhpMyAdmin\Url::getFromRoute("/table/partition/check");
echo "\" data-post=\"";
echo PhpMyAdmin\Url::getCommon(["db" => // line 90
($context["db"] ?? null), "table" => // line 91
($context["table"] ?? null), "partition_name" => twig_get_attribute($this->env, $this->source, // line 92
$context["partition"], "getName", [], "method", false, false, false, 92)]);
// line 93
echo "\">
";
// line 94
echo \PhpMyAdmin\Html\Generator::getIcon("eye", _gettext("Check"));
echo "
</a>
</td>
<td>
<a id=\"partition_action_OPTIMIZE\" class=\"ajax\" href=\"";
// line 99
echo PhpMyAdmin\Url::getFromRoute("/table/partition/optimize");
echo "\" data-post=\"";
echo PhpMyAdmin\Url::getCommon(["db" => // line 100
($context["db"] ?? null), "table" => // line 101
($context["table"] ?? null), "partition_name" => twig_get_attribute($this->env, $this->source, // line 102
$context["partition"], "getName", [], "method", false, false, false, 102)]);
// line 103
echo "\">
";
// line 104
echo \PhpMyAdmin\Html\Generator::getIcon("normalize", _gettext("Optimize"));
echo "
</a>
</td>
<td>
<a id=\"partition_action_REBUILD\" class=\"ajax\" href=\"";
// line 109
echo PhpMyAdmin\Url::getFromRoute("/table/partition/rebuild");
echo "\" data-post=\"";
echo PhpMyAdmin\Url::getCommon(["db" => // line 110
($context["db"] ?? null), "table" => // line 111
($context["table"] ?? null), "partition_name" => twig_get_attribute($this->env, $this->source, // line 112
$context["partition"], "getName", [], "method", false, false, false, 112)]);
// line 113
echo "\">
";
// line 114
echo \PhpMyAdmin\Html\Generator::getIcon("s_tbl", _gettext("Rebuild"));
echo "
</a>
</td>
<td>
<a id=\"partition_action_REPAIR\" class=\"ajax\" href=\"";
// line 119
echo PhpMyAdmin\Url::getFromRoute("/table/partition/repair");
echo "\" data-post=\"";
echo PhpMyAdmin\Url::getCommon(["db" => // line 120
($context["db"] ?? null), "table" => // line 121
($context["table"] ?? null), "partition_name" => twig_get_attribute($this->env, $this->source, // line 122
$context["partition"], "getName", [], "method", false, false, false, 122)]);
// line 123
echo "\">
";
// line 124
echo \PhpMyAdmin\Html\Generator::getIcon("b_tblops", _gettext("Repair"));
echo "
</a>
</td>
<td>
<a id=\"partition_action_TRUNCATE\" class=\"ajax\" href=\"";
// line 129
echo PhpMyAdmin\Url::getFromRoute("/table/partition/truncate");
echo "\" data-post=\"";
echo PhpMyAdmin\Url::getCommon(["db" => // line 130
($context["db"] ?? null), "table" => // line 131
($context["table"] ?? null), "partition_name" => twig_get_attribute($this->env, $this->source, // line 132
$context["partition"], "getName", [], "method", false, false, false, 132)]);
// line 133
echo "\">
";
// line 134
echo \PhpMyAdmin\Html\Generator::getIcon("b_empty", _gettext("Truncate"));
echo "
</a>
</td>
";
// line 138
if (($context["range_or_list"] ?? null)) {
// line 139
echo " <td>
<a id=\"partition_action_DROP\" class=\"ajax\" href=\"";
// line 140
echo PhpMyAdmin\Url::getFromRoute("/table/partition/drop");
echo "\" data-post=\"";
echo PhpMyAdmin\Url::getCommon(["db" => // line 141
($context["db"] ?? null), "table" => // line 142
($context["table"] ?? null), "partition_name" => twig_get_attribute($this->env, $this->source, // line 143
$context["partition"], "getName", [], "method", false, false, false, 143)]);
// line 144
echo "\">
";
// line 145
echo \PhpMyAdmin\Html\Generator::getIcon("b_drop", _gettext("Drop"));
echo "
</a>
</td>
";
}
// line 149
echo "
";
// line 150
if (($context["has_sub_partitions"] ?? null)) {
// line 151
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["partition"], "getSubPartitions", [], "method", false, false, false, 151));
foreach ($context['_seq'] as $context["_key"] => $context["sub_partition"]) {
// line 152
echo " <tr class=\"noclick\">
<td></td>
<td>";
// line 154
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["sub_partition"], "getOrdinal", [], "method", false, false, false, 154), "html", null, true);
echo "</td>
<td>";
// line 155
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["sub_partition"], "getName", [], "method", false, false, false, 155), "html", null, true);
echo "</td>
";
// line 156
if (($context["has_description"] ?? null)) {
// line 157
echo " <td></td>
";
}
// line 159
echo " <td class=\"value\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["sub_partition"], "getRows", [], "method", false, false, false, 159), "html", null, true);
echo "</td>
<td class=\"value\">
";
// line 161
$context["data_length"] = PhpMyAdmin\Util::formatByteDown(twig_get_attribute($this->env, $this->source, // line 162
$context["sub_partition"], "getDataLength", [], "method", false, false, false, 162), 3, 1);
// line 166
echo " <span>";
echo twig_escape_filter($this->env, (($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4 = ($context["data_length"] ?? null)) && is_array($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4) || $__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4 instanceof ArrayAccess ? ($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4[0] ?? null) : null), "html", null, true);
echo "</span>
<span class=\"unit\">";
// line 167
echo twig_escape_filter($this->env, (($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666 = ($context["data_length"] ?? null)) && is_array($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666) || $__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666 instanceof ArrayAccess ? ($__internal_01476f8db28655ee4ee02ea2d17dd5a92599be76304f08cd8bc0e05aced30666[1] ?? null) : null), "html", null, true);
echo "</span>
</td>
<td class=\"value\">
";
// line 170
$context["index_length"] = PhpMyAdmin\Util::formatByteDown(twig_get_attribute($this->env, $this->source, // line 171
$context["sub_partition"], "getIndexLength", [], "method", false, false, false, 171), 3, 1);
// line 175
echo " <span>";
echo twig_escape_filter($this->env, (($__internal_01c35b74bd85735098add188b3f8372ba465b232ab8298cb582c60f493d3c22e = ($context["index_length"] ?? null)) && is_array($__internal_01c35b74bd85735098add188b3f8372ba465b232ab8298cb582c60f493d3c22e) || $__internal_01c35b74bd85735098add188b3f8372ba465b232ab8298cb582c60f493d3c22e instanceof ArrayAccess ? ($__internal_01c35b74bd85735098add188b3f8372ba465b232ab8298cb582c60f493d3c22e[0] ?? null) : null), "html", null, true);
echo "</span>
<span class=\"unit\">";
// line 176
echo twig_escape_filter($this->env, (($__internal_63ad1f9a2bf4db4af64b010785e9665558fdcac0e8db8b5b413ed986c62dbb52 = ($context["index_length"] ?? null)) && is_array($__internal_63ad1f9a2bf4db4af64b010785e9665558fdcac0e8db8b5b413ed986c62dbb52) || $__internal_63ad1f9a2bf4db4af64b010785e9665558fdcac0e8db8b5b413ed986c62dbb52 instanceof ArrayAccess ? ($__internal_63ad1f9a2bf4db4af64b010785e9665558fdcac0e8db8b5b413ed986c62dbb52[1] ?? null) : null), "html", null, true);
echo "</span>
</td>
<td>";
// line 178
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["sub_partition"], "getComment", [], "method", false, false, false, 178), "html", null, true);
echo "</td>
<td colspan=\"";
// line 179
echo ((($context["range_or_list"] ?? null)) ? ("7") : ("6"));
echo "\"></td>
</tr>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['sub_partition'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 182
echo " ";
}
// line 183
echo " </tr>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['partition'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 185
echo " </tbody>
</table>
";
}
// line 188
echo " </fieldset>
<fieldset class=\"tblFooters print_ignore\">
<form action=\"";
// line 190
echo PhpMyAdmin\Url::getFromRoute("/table/structure/partitioning");
echo "\" method=\"post\">
";
// line 191
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null));
echo "
";
// line 193
if (twig_test_empty(($context["partitions"] ?? null))) {
// line 194
echo " <input class=\"btn btn-secondary\" type=\"submit\" value=\"";
echo _gettext("Partition table");
echo "\">
";
} else {
// line 196
echo " ";
echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/sql", ["db" => // line 198
($context["db"] ?? null), "table" => // line 199
($context["table"] ?? null), "sql_query" => (("ALTER TABLE " . PhpMyAdmin\Util::backquote( // line 200
($context["table"] ?? null))) . " REMOVE PARTITIONING")]), _gettext("Remove partitioning"), ["class" => "btn btn-secondary ajax", "id" => "remove_partitioning"]);
// line 205
echo "
<input class=\"btn btn-secondary\" type=\"submit\" value=\"";
// line 206
echo _gettext("Edit partitioning");
echo "\">
";
}
// line 208
echo " </form>
</fieldset>
</div>
";
}
public function getTemplateName()
{
return "table/structure/display_partitions.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 473 => 208, 468 => 206, 465 => 205, 463 => 200, 462 => 199, 461 => 198, 459 => 196, 453 => 194, 451 => 193, 446 => 191, 442 => 190, 438 => 188, 433 => 185, 426 => 183, 423 => 182, 414 => 179, 410 => 178, 405 => 176, 400 => 175, 398 => 171, 397 => 170, 391 => 167, 386 => 166, 384 => 162, 383 => 161, 377 => 159, 373 => 157, 371 => 156, 367 => 155, 363 => 154, 359 => 152, 354 => 151, 352 => 150, 349 => 149, 342 => 145, 339 => 144, 337 => 143, 336 => 142, 335 => 141, 332 => 140, 329 => 139, 327 => 138, 320 => 134, 317 => 133, 315 => 132, 314 => 131, 313 => 130, 310 => 129, 302 => 124, 299 => 123, 297 => 122, 296 => 121, 295 => 120, 292 => 119, 284 => 114, 281 => 113, 279 => 112, 278 => 111, 277 => 110, 274 => 109, 266 => 104, 263 => 103, 261 => 102, 260 => 101, 259 => 100, 256 => 99, 248 => 94, 245 => 93, 243 => 92, 242 => 91, 241 => 90, 238 => 89, 230 => 84, 227 => 83, 225 => 82, 224 => 81, 223 => 80, 220 => 79, 214 => 76, 209 => 74, 204 => 73, 202 => 69, 201 => 68, 195 => 65, 190 => 64, 188 => 60, 187 => 59, 181 => 57, 176 => 54, 174 => 53, 172 => 52, 170 => 51, 168 => 50, 165 => 48, 163 => 47, 158 => 46, 152 => 44, 145 => 41, 143 => 40, 138 => 39, 134 => 38, 128 => 34, 126 => 33, 122 => 32, 118 => 31, 114 => 30, 110 => 29, 105 => 28, 99 => 26, 97 => 25, 93 => 24, 87 => 20, 78 => 17, 76 => 16, 73 => 15, 71 => 14, 63 => 12, 61 => 11, 58 => 10, 52 => 8, 50 => 7, 44 => 5, 42 => 4, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "table/structure/display_partitions.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/table/structure/display_partitions.twig");
}
}

Some files were not shown because too many files have changed in this diff Show More