initial commit

This commit is contained in:
ns77@siliconpin.com
2025-08-18 12:05:35 +00:00
commit 5c1e30c087
4586 changed files with 818325 additions and 0 deletions

View File

@@ -0,0 +1,231 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
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;
/* list_navigator.twig */
class __TwigTemplate_8fb403001725b286f4534bae86937339 extends 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["max_count"] ?? null) < ($context["count"] ?? null))) {
// line 2
yield "<div class=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::join(($context["classes"] ?? null), " "), "html", null, true);
yield "\">
";
// line 3
if ((($context["frame"] ?? null) != "frame_navigation")) {
// line 4
yield " ";
yield _gettext("Page number:");
// line 5
yield " ";
}
// line 6
yield "
";
// line 7
if ((($context["position"] ?? null) > 0)) {
// line 8
yield " <a href=\"";
yield ($context["script"] ?? null);
yield "\" data-post=\"";
yield PhpMyAdmin\Url::getCommon(Twig\Extension\CoreExtension::merge(($context["url_params"] ?? null), [($context["param_name"] ?? null) => 0]), "", false);
yield "\"";
yield (((($context["frame"] ?? null) == "frame_navigation")) ? (" class=\"ajax\"") : (""));
yield " title=\"";
yield _pgettext("First page", "Begin");
yield "\">
";
// line 9
if (PhpMyAdmin\Util::showIcons("TableNavigationLinksMode")) {
// line 10
yield " &lt;&lt;
";
}
// line 12
yield " ";
if (PhpMyAdmin\Util::showText("TableNavigationLinksMode")) {
// line 13
yield " ";
yield _pgettext("First page", "Begin");
// line 14
yield " ";
}
// line 15
yield " </a>
<a href=\"";
// line 16
yield ($context["script"] ?? null);
yield "\" data-post=\"";
yield PhpMyAdmin\Url::getCommon(Twig\Extension\CoreExtension::merge(($context["url_params"] ?? null), [($context["param_name"] ?? null) => (($context["position"] ?? null) - ($context["max_count"] ?? null))]), "", false);
yield "\"";
yield (((($context["frame"] ?? null) == "frame_navigation")) ? (" class=\"ajax\"") : (""));
yield " title=\"";
yield _pgettext("Previous page", "Previous");
yield "\">
";
// line 17
if (PhpMyAdmin\Util::showIcons("TableNavigationLinksMode")) {
// line 18
yield " &lt;
";
}
// line 20
yield " ";
if (PhpMyAdmin\Util::showText("TableNavigationLinksMode")) {
// line 21
yield " ";
yield _pgettext("Previous page", "Previous");
// line 22
yield " ";
}
// line 23
yield " </a>
";
}
// line 25
yield "
<form action=\"";
// line 26
yield ($context["script"] ?? null);
yield "\" method=\"post\">
";
// line 27
yield PhpMyAdmin\Url::getHiddenInputs(($context["url_params"] ?? null));
yield "
";
// line 29
yield ($context["page_selector"] ?? null);
yield "
</form>
";
// line 32
if (((($context["position"] ?? null) + ($context["max_count"] ?? null)) < ($context["count"] ?? null))) {
// line 33
yield " <a href=\"";
yield ($context["script"] ?? null);
yield "\" data-post=\"";
yield PhpMyAdmin\Url::getCommon(Twig\Extension\CoreExtension::merge(($context["url_params"] ?? null), [($context["param_name"] ?? null) => (($context["position"] ?? null) + ($context["max_count"] ?? null))]), "", false);
yield "\"";
yield (((($context["frame"] ?? null) == "frame_navigation")) ? (" class=\"ajax\"") : (""));
yield " title=\"";
yield _pgettext("Next page", "Next");
yield "\">
";
// line 34
if (PhpMyAdmin\Util::showText("TableNavigationLinksMode")) {
// line 35
yield " ";
yield _pgettext("Next page", "Next");
// line 36
yield " ";
}
// line 37
yield " ";
if (PhpMyAdmin\Util::showIcons("TableNavigationLinksMode")) {
// line 38
yield " &gt;
";
}
// line 40
yield " </a>
";
// line 41
$context["last_pos"] = ((int) floor((($context["count"] ?? null) / ($context["max_count"] ?? null))) * ($context["max_count"] ?? null));
// line 42
yield " <a href=\"";
yield ($context["script"] ?? null);
yield "\" data-post=\"";
yield PhpMyAdmin\Url::getCommon(Twig\Extension\CoreExtension::merge(($context["url_params"] ?? null), [($context["param_name"] ?? null) => (((($context["last_pos"] ?? null) == ($context["count"] ?? null))) ? ((($context["count"] ?? null) - ($context["max_count"] ?? null))) : (($context["last_pos"] ?? null)))]), "", false);
yield "\"";
yield (((($context["frame"] ?? null) == "frame_navigation")) ? (" class=\"ajax\"") : (""));
yield " title=\"";
yield _pgettext("Last page", "End");
yield "\">
";
// line 43
if (PhpMyAdmin\Util::showText("TableNavigationLinksMode")) {
// line 44
yield " ";
yield _pgettext("Last page", "End");
// line 45
yield " ";
}
// line 46
yield " ";
if (PhpMyAdmin\Util::showIcons("TableNavigationLinksMode")) {
// line 47
yield " &gt;&gt;
";
}
// line 49
yield " </a>
";
}
// line 51
yield "</div>
";
}
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "list_navigator.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 197 => 51, 193 => 49, 189 => 47, 186 => 46, 183 => 45, 180 => 44, 178 => 43, 167 => 42, 165 => 41, 162 => 40, 158 => 38, 155 => 37, 152 => 36, 149 => 35, 147 => 34, 136 => 33, 134 => 32, 128 => 29, 123 => 27, 119 => 26, 116 => 25, 112 => 23, 109 => 22, 106 => 21, 103 => 20, 99 => 18, 97 => 17, 87 => 16, 84 => 15, 81 => 14, 78 => 13, 75 => 12, 71 => 10, 69 => 9, 58 => 8, 56 => 7, 53 => 6, 50 => 5, 47 => 4, 45 => 3, 40 => 2, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "list_navigator.twig", "/home/suvo/web/pg.ns77.siliconpin.com/public_html/pma/templates/list_navigator.twig");
}
}

View File

@@ -0,0 +1,110 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
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_headers_for_columns.twig */
class __TwigTemplate_81fe03f3d3d8b0ec3bbac80ac73d5c8f extends 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'] = CoreExtension::ensureTraversable(($context["columns"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["column"]) {
// line 2
yield " <th class=\"draggable position-sticky";
yield ((CoreExtension::getAttribute($this->env, $this->source, $context["column"], "is_column_numeric", [], "any", false, false, false, 2)) ? (" text-end") : (""));
yield ((CoreExtension::getAttribute($this->env, $this->source, $context["column"], "is_column_hidden", [], "any", false, false, false, 2)) ? (" hide") : (""));
// line 3
yield ((($context["is_sortable"] ?? null)) ? (" column_heading") : (""));
yield (((($context["is_sortable"] ?? null) && CoreExtension::getAttribute($this->env, $this->source, $context["column"], "is_browse_marker_enabled", [], "any", false, false, false, 3))) ? (" marker") : (""));
yield (((($context["is_sortable"] ?? null) && CoreExtension::getAttribute($this->env, $this->source, $context["column"], "is_browse_pointer_enabled", [], "any", false, false, false, 3))) ? (" pointer") : (""));
// line 4
yield ((( !($context["is_sortable"] ?? null) && CoreExtension::getAttribute($this->env, $this->source, $context["column"], "has_condition", [], "any", false, false, false, 4))) ? (" condition") : (""));
yield "\" data-column=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["column"], "column_name", [], "any", false, false, false, 4), "html", null, true);
yield "\">
";
// line 5
if (($context["is_sortable"] ?? null)) {
// line 6
yield " ";
yield CoreExtension::getAttribute($this->env, $this->source, $context["column"], "order_link", [], "any", false, false, false, 6);
yield "
";
} else {
// line 8
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["column"], "column_name", [], "any", false, false, false, 8), "html", null, true);
yield "
";
}
// line 10
yield " ";
yield CoreExtension::getAttribute($this->env, $this->source, $context["column"], "comments", [], "any", false, false, false, 10);
yield "
</th>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['column'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "display/results/table_headers_for_columns.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 70 => 10, 64 => 8, 58 => 6, 56 => 5, 50 => 4, 46 => 3, 42 => 2, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "display/results/table_headers_for_columns.twig", "/home/suvo/web/pg.ns77.siliconpin.com/public_html/pma/templates/display/results/table_headers_for_columns.twig");
}
}