Initial commit
This commit is contained in:
@ -0,0 +1,107 @@
|
||||
<?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/page_with_secondary_tabs.twig */
|
||||
class __TwigTemplate_d0f7eab6d4dff8a9c3718013907f703422fb93c286d9f9c720b7151c7527c8cd extends \Twig\Template
|
||||
{
|
||||
private $source;
|
||||
private $macros = [];
|
||||
|
||||
public function __construct(Environment $env)
|
||||
{
|
||||
parent::__construct($env);
|
||||
|
||||
$this->source = $this->getSourceContext();
|
||||
|
||||
$this->parent = false;
|
||||
|
||||
$this->blocks = [
|
||||
'content' => [$this, 'block_content'],
|
||||
];
|
||||
}
|
||||
|
||||
protected function doDisplay(array $context, array $blocks = [])
|
||||
{
|
||||
$macros = $this->macros;
|
||||
// line 1
|
||||
if (((($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = ($context["cfg_relation"] ?? null)) && is_array($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4) || $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 instanceof ArrayAccess ? ($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4["relwork"] ?? null) : null) || ($context["is_foreign_key_supported"] ?? null))) {
|
||||
// line 2
|
||||
echo " <ul class=\"nav nav-pills m-2 d-print-none\">
|
||||
<li class=\"nav-item\">
|
||||
<a href=\"";
|
||||
// line 4
|
||||
echo PhpMyAdmin\Url::getFromRoute("/table/structure", ["db" => ($context["db"] ?? null), "table" => ($context["table"] ?? null)]);
|
||||
echo "\" id=\"table_structure_id\" class=\"nav-link";
|
||||
echo (((($context["route"] ?? null) == "/table/structure")) ? (" active") : (""));
|
||||
echo "\">
|
||||
";
|
||||
// line 5
|
||||
echo \PhpMyAdmin\Html\Generator::getIcon("b_props", _gettext("Table structure"), true);
|
||||
echo "
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class=\"nav-item\">
|
||||
<a href=\"";
|
||||
// line 10
|
||||
echo PhpMyAdmin\Url::getFromRoute("/table/relation", ["db" => ($context["db"] ?? null), "table" => ($context["table"] ?? null)]);
|
||||
echo "\" id=\"table_relation_id\" class=\"nav-link";
|
||||
echo (((($context["route"] ?? null) == "/table/relation")) ? (" active") : (""));
|
||||
echo "\">
|
||||
";
|
||||
// line 11
|
||||
echo \PhpMyAdmin\Html\Generator::getIcon("b_relations", _gettext("Relation view"), true);
|
||||
echo "
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
";
|
||||
}
|
||||
// line 16
|
||||
echo "
|
||||
<div id=\"structure_content\">
|
||||
";
|
||||
// line 18
|
||||
$this->displayBlock('content', $context, $blocks);
|
||||
// line 19
|
||||
echo "</div>
|
||||
";
|
||||
}
|
||||
|
||||
// line 18
|
||||
public function block_content($context, array $blocks = [])
|
||||
{
|
||||
$macros = $this->macros;
|
||||
}
|
||||
|
||||
public function getTemplateName()
|
||||
{
|
||||
return "table/page_with_secondary_tabs.twig";
|
||||
}
|
||||
|
||||
public function isTraitable()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
public function getDebugInfo()
|
||||
{
|
||||
return array ( 83 => 18, 78 => 19, 76 => 18, 72 => 16, 64 => 11, 58 => 10, 50 => 5, 44 => 4, 40 => 2, 38 => 1,);
|
||||
}
|
||||
|
||||
public function getSourceContext()
|
||||
{
|
||||
return new Source("", "table/page_with_secondary_tabs.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/table/page_with_secondary_tabs.twig");
|
||||
}
|
||||
}
|
@ -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_9675d4fb0b6628cb69fd489d54418ebfd4d5ad3a9e11e25fc55ad991fb52c864 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");
|
||||
}
|
||||
}
|
@ -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_cb9bb44a03ee89eae22a4d425bd5a1357603b137c080bf0bbd18a985dfa066a0 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", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/filter.twig");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user